Pantone工具

HSV 转 RGB

将 HSV 颜色值转换为 RGB,用于数字应用和精确的色彩控制

将直观的颜色选择转换为设备可用的 RGB 值

颜色转换器

HSV Input

180° 360°
100%
0% 50% 100%
100%
0% 50% 100%

点击颜色样本查看示例

RGB Output

rgb(255, 0, 0)

RGB Values

红色的 255

0-255 intensity

绿色的 0

0-255 intensity

蓝色的 0

0-255 intensity

rgb(255, 0, 0)

其他格式

HSV Value

hsv(0°, 100%, 100%)

HEX Value

#FF0000

CSS 使用

color: rgb(255, 0, 0);
background-color: rgb(255, 0, 0);

技术故障

这种鲜红色通过最大红色通道值(255)和最小绿色和蓝色值(0)达到其强度,从而产生预览中可见的纯红色调。

转换示例

鲜艳的红色

HSV 0°, 100%, 100%
RGB 255, 0, 0
HEX #FF0000

森林绿

HSV 120°, 75%, 55%
RGB 34, 139, 34
HEX #228B22

皇家蓝

HSV 220°, 75%, 88%
RGB 65, 105, 225
HEX #4169E1

阳光黄

HSV 50°, 100%, 100%
RGB 255, 215, 0
HEX #FFD700

薰衣草

HSV 270°, 30%, 71%
RGB 150, 123, 182
HEX #967BB6

蓝绿色

HSV 180°, 100%, 50%
RGB 0, 128, 128
HEX #008080

推荐工具

关于此工具

该 HSV 到 RGB 转换器弥合了直观颜色选择和数字显示技术之间的差距,将人类可感知的颜色描述转换为机器可读的值。

HSV (Hue, Saturation, Value) is a color model designed around how humans perceive color, making it ideal for creative color selection. It separates color information into three intuitive components: the actual color (hue), its intensity (saturation), and its brightness (value).

RGB (Red, Green, Blue) is an additive color model that represents colors as combinations of red, green, and blue light. This model directly corresponds to how digital displays (screens, monitors) create colors by emitting light, making it the fundamental color system for digital applications.

此转换工具采用精确的数学算法在这些系统之间进行转换,使设计人员能够使用直观的 HSV 模型,同时生成数字实现所需的精确 RGB 值。每个 RGB 值 (0-255) 代表最终显示颜色中该颜色通道的强度。

常见问题