Shades of Purple Heart #4E04CB
Tints of Purple Heart #4E04CB
RGB
CMYK
RGB Variations
Color information
#4E04CB (or 0x4E04CB) is known color: Purple Heart. HEX triplet: 4E, 04 and CB. RGB value is (78,4,203). Sum of RGB (Red+Green+Blue) = 78+4+203=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E04CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E04CB is #B1FB34. Grayscale: #303030. Windows color (decimal): -11664181 or 13304910. OLE color: 13304910.
HSL color Cylindrical-coordinate representation of color #4E04CB: hue angle of 262.31º 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 #4E04CB is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 4 | 203 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.20 |
| HSL | 262.31º | 0.96% | 0.41% | - |
| HSV(B) | 262.31º | 0.98% | 0.8% | - |
| XYZ | 13.96 | 6.02 | 56.93 | - |
| YUV | 48.81 | 215.02 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 203 | 0.62 | 0.98 | 0 | 0.20 | 262.31 | 0.96 | 0.41 |
| Hex | 4E | 4 | CB | 3E | 62 | 0 | 14 | 106 | 60 | 29 |
| Octal | 116 | 4 | 313 | 76 | 142 | 0 | 24 | 406 | 140 | 51 |
| Binary | 1001110 | 100 | 11001011 | 111110 | 1100010 | 0 | 10100 | 100000110 | 1100000 | 101001 |
Color Harmonies of #4E04CB
Complementary color
Monochromatic Colors of #4E04CB
Black with #4E04CB
Text Example
Text Example
White with #4E04CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E04CB; }
p { color: rgb(78,4,203); }
H1.HeaderClassName
{
color: #4E04CB;
}
.AnyTagClassName
{
color: #4E04CB;
}
</style>
background-color css
<style>
a { background-color: #4E04CB; }
a { background-color: rgb(78,4,203); }
div.DivClassName
{
background-color: #4E04CB;
}
.BgClassName
{
background-color: #4E04CB;
}
</style>
border-color css
<style>
span { border-color: #4E04CB; }
span { border-color: rgb(78,4,203); }
td.TdClassName
{
border-color: #4E04CB;
}
.TagClassName
{
border-color: #4E04CB;
}
</style>