Shades of Purple Heart #5E19CF
Tints of Purple Heart #5E19CF
RGB
CMYK
RGB Variations
Color information
#5E19CF (or 0x5E19CF) is known color: Purple Heart. HEX triplet: 5E, 19 and CF. RGB value is (94,25,207). Sum of RGB (Red+Green+Blue) = 94+25+207=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E19CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E19CF is #A1E630. Grayscale: #414141. Windows color (decimal): -10610225 or 13572446. OLE color: 13572446.
HSL color Cylindrical-coordinate representation of color #5E19CF: hue angle of 262.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E19CF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 25 | 207 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.19 |
| HSL | 262.75º | 0.78% | 0.45% | - |
| HSV(B) | 262.75º | 0.88% | 0.81% | - |
| XYZ | 16.23 | 7.58 | 59.64 | - |
| YUV | 66.38 | 207.36 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 207 | 0.55 | 0.88 | 0 | 0.19 | 262.75 | 0.78 | 0.45 |
| Hex | 5E | 19 | CF | 37 | 58 | 0 | 13 | 107 | 4E | 2D |
| Octal | 136 | 31 | 317 | 67 | 130 | 0 | 23 | 407 | 116 | 55 |
| Binary | 1011110 | 11001 | 11001111 | 110111 | 1011000 | 0 | 10011 | 100000111 | 1001110 | 101101 |
Color Harmonies of #5E19CF
Complementary color
Monochromatic Colors of #5E19CF
Black with #5E19CF
Text Example
Text Example
White with #5E19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E19CF; }
p { color: rgb(94,25,207); }
H1.HeaderClassName
{
color: #5E19CF;
}
.AnyTagClassName
{
color: #5E19CF;
}
</style>
background-color css
<style>
a { background-color: #5E19CF; }
a { background-color: rgb(94,25,207); }
div.DivClassName
{
background-color: #5E19CF;
}
.BgClassName
{
background-color: #5E19CF;
}
</style>
border-color css
<style>
span { border-color: #5E19CF; }
span { border-color: rgb(94,25,207); }
td.TdClassName
{
border-color: #5E19CF;
}
.TagClassName
{
border-color: #5E19CF;
}
</style>