Shades of Purple Heart #4E1EB6
Tints of Purple Heart #4E1EB6
RGB
CMYK
RGB Variations
Color information
#4E1EB6 (or 0x4E1EB6) is known color: Purple Heart. HEX triplet: 4E, 1E and B6. RGB value is (78,30,182). Sum of RGB (Red+Green+Blue) = 78+30+182=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E1EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1EB6 is #B1E149. Grayscale: #3D3D3D. Windows color (decimal): -11657546 or 11935310. OLE color: 11935310.
HSL color Cylindrical-coordinate representation of color #4E1EB6: hue angle of 258.95º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1EB6 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 30 | 182 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.29 |
| HSL | 258.95º | 0.72% | 0.42% | - |
| HSV(B) | 258.95º | 0.84% | 0.71% | - |
| XYZ | 12.05 | 5.93 | 44.76 | - |
| YUV | 61.68 | 195.9 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 182 | 0.57 | 0.84 | 0 | 0.29 | 258.95 | 0.72 | 0.42 |
| Hex | 4E | 1E | B6 | 39 | 54 | 0 | 1D | 103 | 48 | 2A |
| Octal | 116 | 36 | 266 | 71 | 124 | 0 | 35 | 403 | 110 | 52 |
| Binary | 1001110 | 11110 | 10110110 | 111001 | 1010100 | 0 | 11101 | 100000011 | 1001000 | 101010 |
Color Harmonies of #4E1EB6
Complementary color
Monochromatic Colors of #4E1EB6
Black with #4E1EB6
Text Example
Text Example
White with #4E1EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1EB6; }
p { color: rgb(78,30,182); }
H1.HeaderClassName
{
color: #4E1EB6;
}
.AnyTagClassName
{
color: #4E1EB6;
}
</style>
background-color css
<style>
a { background-color: #4E1EB6; }
a { background-color: rgb(78,30,182); }
div.DivClassName
{
background-color: #4E1EB6;
}
.BgClassName
{
background-color: #4E1EB6;
}
</style>
border-color css
<style>
span { border-color: #4E1EB6; }
span { border-color: rgb(78,30,182); }
td.TdClassName
{
border-color: #4E1EB6;
}
.TagClassName
{
border-color: #4E1EB6;
}
</style>