Shades of Purple Heart #5E04CF
Tints of Purple Heart #5E04CF
RGB
CMYK
RGB Variations
Color information
#5E04CF (or 0x5E04CF) is known color: Purple Heart. HEX triplet: 5E, 04 and CF. RGB value is (94,4,207). Sum of RGB (Red+Green+Blue) = 94+4+207=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E04CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04CF is #A1FB30. Grayscale: #353535. Windows color (decimal): -10615601 or 13567070. OLE color: 13567070.
HSL color Cylindrical-coordinate representation of color #5E04CF: hue angle of 266.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04CF is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 4 | 207 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.19 |
| HSL | 266.6º | 0.96% | 0.41% | - |
| HSV(B) | 266.6º | 0.98% | 0.81% | - |
| XYZ | 15.92 | 6.97 | 59.54 | - |
| YUV | 54.05 | 214.32 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 207 | 0.55 | 0.98 | 0 | 0.19 | 266.6 | 0.96 | 0.41 |
| Hex | 5E | 4 | CF | 37 | 62 | 0 | 13 | 10B | 60 | 29 |
| Octal | 136 | 4 | 317 | 67 | 142 | 0 | 23 | 413 | 140 | 51 |
| Binary | 1011110 | 100 | 11001111 | 110111 | 1100010 | 0 | 10011 | 100001011 | 1100000 | 101001 |
Color Harmonies of #5E04CF
Complementary color
Monochromatic Colors of #5E04CF
Black with #5E04CF
Text Example
Text Example
White with #5E04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04CF; }
p { color: rgb(94,4,207); }
H1.HeaderClassName
{
color: #5E04CF;
}
.AnyTagClassName
{
color: #5E04CF;
}
</style>
background-color css
<style>
a { background-color: #5E04CF; }
a { background-color: rgb(94,4,207); }
div.DivClassName
{
background-color: #5E04CF;
}
.BgClassName
{
background-color: #5E04CF;
}
</style>
border-color css
<style>
span { border-color: #5E04CF; }
span { border-color: rgb(94,4,207); }
td.TdClassName
{
border-color: #5E04CF;
}
.TagClassName
{
border-color: #5E04CF;
}
</style>