Shades of Purple Heart #4E14B5
Tints of Purple Heart #4E14B5
RGB
CMYK
RGB Variations
Color information
#4E14B5 (or 0x4E14B5) is known color: Purple Heart. HEX triplet: 4E, 14 and B5. RGB value is (78,20,181). Sum of RGB (Red+Green+Blue) = 78+20+181=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 181 (71.09% from 255 or 64.87% from 279); Max value from RGB is 181 - color contains mainly: blue. Hex color #4E14B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E14B5 is #B1EB4A. Grayscale: #373737. Windows color (decimal): -11660107 or 11867214. OLE color: 11867214.
HSL color Cylindrical-coordinate representation of color #4E14B5: hue angle of 261.61º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E14B5 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 20 | 181 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.29 |
| HSL | 261.61º | 0.8% | 0.39% | - |
| HSV(B) | 261.61º | 0.89% | 0.71% | - |
| XYZ | 11.73 | 5.46 | 44.15 | - |
| YUV | 55.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 181 | 0.57 | 0.89 | 0 | 0.29 | 261.61 | 0.8 | 0.39 |
| Hex | 4E | 14 | B5 | 39 | 59 | 0 | 1D | 106 | 50 | 27 |
| Octal | 116 | 24 | 265 | 71 | 131 | 0 | 35 | 406 | 120 | 47 |
| Binary | 1001110 | 10100 | 10110101 | 111001 | 1011001 | 0 | 11101 | 100000110 | 1010000 | 100111 |
Color Harmonies of #4E14B5
Complementary color
Monochromatic Colors of #4E14B5
Black with #4E14B5
Text Example
Text Example
White with #4E14B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E14B5; }
p { color: rgb(78,20,181); }
H1.HeaderClassName
{
color: #4E14B5;
}
.AnyTagClassName
{
color: #4E14B5;
}
</style>
background-color css
<style>
a { background-color: #4E14B5; }
a { background-color: rgb(78,20,181); }
div.DivClassName
{
background-color: #4E14B5;
}
.BgClassName
{
background-color: #4E14B5;
}
</style>
border-color css
<style>
span { border-color: #4E14B5; }
span { border-color: rgb(78,20,181); }
td.TdClassName
{
border-color: #4E14B5;
}
.TagClassName
{
border-color: #4E14B5;
}
</style>