Shades of Purple Heart #4E14B6
Tints of Purple Heart #4E14B6
RGB
CMYK
RGB Variations
Color information
#4E14B6 (or 0x4E14B6) is known color: Purple Heart. HEX triplet: 4E, 14 and B6. RGB value is (78,20,182). Sum of RGB (Red+Green+Blue) = 78+20+182=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E14B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E14B6 is #B1EB49. Grayscale: #373737. Windows color (decimal): -11660106 or 11932750. OLE color: 11932750.
HSL color Cylindrical-coordinate representation of color #4E14B6: hue angle of 261.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E14B6 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 20 | 182 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.29 |
| HSL | 261.48º | 0.8% | 0.4% | - |
| HSV(B) | 261.48º | 0.89% | 0.71% | - |
| XYZ | 11.84 | 5.5 | 44.69 | - |
| YUV | 55.81 | 199.22 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 182 | 0.57 | 0.89 | 0 | 0.29 | 261.48 | 0.8 | 0.4 |
| Hex | 4E | 14 | B6 | 39 | 59 | 0 | 1D | 105 | 50 | 28 |
| Octal | 116 | 24 | 266 | 71 | 131 | 0 | 35 | 405 | 120 | 50 |
| Binary | 1001110 | 10100 | 10110110 | 111001 | 1011001 | 0 | 11101 | 100000101 | 1010000 | 101000 |
Color Harmonies of #4E14B6
Complementary color
Monochromatic Colors of #4E14B6
Black with #4E14B6
Text Example
Text Example
White with #4E14B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E14B6; }
p { color: rgb(78,20,182); }
H1.HeaderClassName
{
color: #4E14B6;
}
.AnyTagClassName
{
color: #4E14B6;
}
</style>
background-color css
<style>
a { background-color: #4E14B6; }
a { background-color: rgb(78,20,182); }
div.DivClassName
{
background-color: #4E14B6;
}
.BgClassName
{
background-color: #4E14B6;
}
</style>
border-color css
<style>
span { border-color: #4E14B6; }
span { border-color: rgb(78,20,182); }
td.TdClassName
{
border-color: #4E14B6;
}
.TagClassName
{
border-color: #4E14B6;
}
</style>