Shades of Purple Heart #4E1EC0
Tints of Purple Heart #4E1EC0
RGB
CMYK
RGB Variations
Color information
#4E1EC0 (or 0x4E1EC0) is known color: Purple Heart. HEX triplet: 4E, 1E and C0. RGB value is (78,30,192). Sum of RGB (Red+Green+Blue) = 78+30+192=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E1EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1EC0 is #B1E13F. Grayscale: #3E3E3E. Windows color (decimal): -11657536 or 12590670. OLE color: 12590670.
HSL color Cylindrical-coordinate representation of color #4E1EC0: hue angle of 257.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1EC0 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 30 | 192 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.25 |
| HSL | 257.78º | 0.73% | 0.44% | - |
| HSV(B) | 257.78º | 0.84% | 0.75% | - |
| XYZ | 13.12 | 6.35 | 50.4 | - |
| YUV | 62.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 192 | 0.59 | 0.84 | 0 | 0.25 | 257.78 | 0.73 | 0.44 |
| Hex | 4E | 1E | C0 | 3B | 54 | 0 | 19 | 102 | 49 | 2C |
| Octal | 116 | 36 | 300 | 73 | 124 | 0 | 31 | 402 | 111 | 54 |
| Binary | 1001110 | 11110 | 11000000 | 111011 | 1010100 | 0 | 11001 | 100000010 | 1001001 | 101100 |
Color Harmonies of #4E1EC0
Complementary color
Monochromatic Colors of #4E1EC0
Black with #4E1EC0
Text Example
Text Example
White with #4E1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1EC0; }
p { color: rgb(78,30,192); }
H1.HeaderClassName
{
color: #4E1EC0;
}
.AnyTagClassName
{
color: #4E1EC0;
}
</style>
background-color css
<style>
a { background-color: #4E1EC0; }
a { background-color: rgb(78,30,192); }
div.DivClassName
{
background-color: #4E1EC0;
}
.BgClassName
{
background-color: #4E1EC0;
}
</style>
border-color css
<style>
span { border-color: #4E1EC0; }
span { border-color: rgb(78,30,192); }
td.TdClassName
{
border-color: #4E1EC0;
}
.TagClassName
{
border-color: #4E1EC0;
}
</style>