Shades of Purple Heart #4E04CD
Tints of Purple Heart #4E04CD
RGB
CMYK
RGB Variations
Color information
#4E04CD (or 0x4E04CD) is known color: Purple Heart. HEX triplet: 4E, 04 and CD. RGB value is (78,4,205). Sum of RGB (Red+Green+Blue) = 78+4+205=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E04CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E04CD is #B1FB32. Grayscale: #303030. Windows color (decimal): -11664179 or 13435982. OLE color: 13435982.
HSL color Cylindrical-coordinate representation of color #4E04CD: hue angle of 262.09º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E04CD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 4 | 205 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.20 |
| HSL | 262.09º | 0.96% | 0.41% | - |
| HSV(B) | 262.09º | 0.98% | 0.8% | - |
| XYZ | 14.2 | 6.11 | 58.19 | - |
| YUV | 49.04 | 216.02 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 205 | 0.62 | 0.98 | 0 | 0.20 | 262.09 | 0.96 | 0.41 |
| Hex | 4E | 4 | CD | 3E | 62 | 0 | 14 | 106 | 60 | 29 |
| Octal | 116 | 4 | 315 | 76 | 142 | 0 | 24 | 406 | 140 | 51 |
| Binary | 1001110 | 100 | 11001101 | 111110 | 1100010 | 0 | 10100 | 100000110 | 1100000 | 101001 |
Color Harmonies of #4E04CD
Complementary color
Monochromatic Colors of #4E04CD
Black with #4E04CD
Text Example
Text Example
White with #4E04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E04CD; }
p { color: rgb(78,4,205); }
H1.HeaderClassName
{
color: #4E04CD;
}
.AnyTagClassName
{
color: #4E04CD;
}
</style>
background-color css
<style>
a { background-color: #4E04CD; }
a { background-color: rgb(78,4,205); }
div.DivClassName
{
background-color: #4E04CD;
}
.BgClassName
{
background-color: #4E04CD;
}
</style>
border-color css
<style>
span { border-color: #4E04CD; }
span { border-color: rgb(78,4,205); }
td.TdClassName
{
border-color: #4E04CD;
}
.TagClassName
{
border-color: #4E04CD;
}
</style>