Shades of Purple Heart #4E1EC8
Tints of Purple Heart #4E1EC8
RGB
CMYK
RGB Variations
Color information
#4E1EC8 (or 0x4E1EC8) is known color: Purple Heart. HEX triplet: 4E, 1E and C8. RGB value is (78,30,200). Sum of RGB (Red+Green+Blue) = 78+30+200=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 200 (78.52% from 255 or 64.94% from 308); Max value from RGB is 200 - color contains mainly: blue. Hex color #4E1EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1EC8 is #B1E137. Grayscale: #3F3F3F. Windows color (decimal): -11657528 or 13114958. OLE color: 13114958.
HSL color Cylindrical-coordinate representation of color #4E1EC8: hue angle of 256.94º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1EC8 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 30 | 200 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.22 |
| HSL | 256.94º | 0.74% | 0.45% | - |
| HSV(B) | 256.94º | 0.85% | 0.78% | - |
| XYZ | 14.03 | 6.72 | 55.2 | - |
| YUV | 63.73 | 204.9 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 200 | 0.61 | 0.85 | 0 | 0.22 | 256.94 | 0.74 | 0.45 |
| Hex | 4E | 1E | C8 | 3D | 55 | 0 | 16 | 101 | 4A | 2D |
| Octal | 116 | 36 | 310 | 75 | 125 | 0 | 26 | 401 | 112 | 55 |
| Binary | 1001110 | 11110 | 11001000 | 111101 | 1010101 | 0 | 10110 | 100000001 | 1001010 | 101101 |
Color Harmonies of #4E1EC8
Complementary color
Monochromatic Colors of #4E1EC8
Black with #4E1EC8
Text Example
Text Example
White with #4E1EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1EC8; }
p { color: rgb(78,30,200); }
H1.HeaderClassName
{
color: #4E1EC8;
}
.AnyTagClassName
{
color: #4E1EC8;
}
</style>
background-color css
<style>
a { background-color: #4E1EC8; }
a { background-color: rgb(78,30,200); }
div.DivClassName
{
background-color: #4E1EC8;
}
.BgClassName
{
background-color: #4E1EC8;
}
</style>
border-color css
<style>
span { border-color: #4E1EC8; }
span { border-color: rgb(78,30,200); }
td.TdClassName
{
border-color: #4E1EC8;
}
.TagClassName
{
border-color: #4E1EC8;
}
</style>