Hex | 7837e1 |
RGB | 120 , 55 , 225 |
RGB % | 30.0, 13.8, 56.2 |
HSL | 262.9, 73.9, 54.9 |
HSV | 262.9, 75.6, 88.2 |
CMYK | 119,192.7,0,30 |
XYZ | 0.227, 0.122, 0.724 |
xyY | 0.212, 0.113, 0.122 |
CIE-LAB | 0.415, 0.625, -0.755 |
CIE-LUV | 0.415, 0.093, -1.127 |
CIE-HCL | 309.632, 0.98, 0.415 |
Binary | 01111000,00110111,11100001 |
#7837e1 HTML/CSS Color Name is Blue Violet / BlueViolet / Violet.
In a RGB color space, #7837e1 color RGB value is (Red:120,Green:55,Blue:225). it is composed of 30.0% red, 13.8% green and 56.2% blue. The process color (four color CMYK) of #7837e1 color hex is 119,192.7,0,30. HSL of color #7837e1 hue: 262.9 , saturation: 73.9 and the lightness value of 7837e1 is 54.9. Mainly color is Violet. Reverse color is: #87c81e.
The color codes conversion takes 1.649405 milliseconds.
.bgcolor {background-color:#7837e1; .textcolor {color:#7837e1; } .bordercolor {border:3px solid #7837e1; }
<p style="color:#7837e1">Text here</p>
<p style="background-color:#7837e1;">Content here</p>
<div style="border:1px solid #7837e1;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #7837e1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7837e1; -webkit-box-shadow: 1px 1px 3px 2px #7837e1; box-shadow: 1px 1px 3px 2px #7837e1; }
<p style="text-shadow: 4px 4px 2px #7837e1">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #7837e1; -webkit-box-shadow: 1px 1px 3px 2px #7837e1; box-shadow: 1px 1px 3px 2px #7837e1;">
Content here</div>