HSL 转 HSV
色相-饱和度-亮度和色相-饱和度-值颜色模型之间的精确转换
HSL Input
HSV Output
色调
0.0°
饱和
100.0%
价值
100.0%
转换示例
HSL: 0°, 100%, 50%
红色的
HSV: 0°, 100%, 100%
HSL: 120°, 100%, 50%
绿色的
HSV: 120°, 100%, 100%
HSL: 240°, 100%, 50%
蓝色的
HSV: 240°, 100%, 100%
HSL: 60°, 100%, 50%
黄色的
HSV: 60°, 100%, 100%
HSL: 0°, 0%, 50%
灰色的
HSV: 0°, 0%, 50%
HSL: 30°, 70%, 70%
淡橙色
HSV: 30°, 43%, 93%
HSL: 210°, 60%, 40%
海军
HSV: 210°, 75%, 65%
HSL: 330°, 40%, 80%
淡粉色
HSV: 330°, 27%, 96%
推荐工具
HSV to HSL Converter
将 HSV 颜色值转换回 HSL 格式
HEX to CMYK Converter
将十六进制颜色转换为 CMYK 值
调色板生成器
从基色创建和谐的配色方案
关于此工具
HSL (Hue, Saturation, Lightness) and HSV (Hue, Saturation, Value) are two closely related color models that represent colors in a way that's more intuitive for humans than RGB. Both use the same Hue scale (0-360°) but define their other parameters differently.
该转换器通过保持相同的色相,同时以数学方式调整饱和度和亮度参数,实现不同模型之间颜色的精确转换。转换算法确保颜色的视觉外观保持一致,同时适应每个模型所使用的饱和度和亮度的不同定义。
HSL is often preferred for UI design and digital interfaces due to its consistent lightness control, while HSV is commonly used in creative applications like photo editing. This tool helps bridge these workflows with professional-grade accuracy.