Shades of Purple Heart #4E14BC
Tints of Purple Heart #4E14BC
RGB
CMYK
RGB Variations
Color information
#4E14BC (or 0x4E14BC) is known color: Purple Heart. HEX triplet: 4E, 14 and BC. RGB value is (78,20,188). Sum of RGB (Red+Green+Blue) = 78+20+188=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E14BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E14BC is #B1EB43. Grayscale: #373737. Windows color (decimal): -11660100 or 12325966. OLE color: 12325966.
HSL color Cylindrical-coordinate representation of color #4E14BC: hue angle of 260.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E14BC is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 20 | 188 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.26 |
| HSL | 260.71º | 0.81% | 0.41% | - |
| HSV(B) | 260.71º | 0.89% | 0.74% | - |
| XYZ | 12.47 | 5.75 | 48.03 | - |
| YUV | 56.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 188 | 0.59 | 0.89 | 0 | 0.26 | 260.71 | 0.81 | 0.41 |
| Hex | 4E | 14 | BC | 3B | 59 | 0 | 1A | 105 | 51 | 29 |
| Octal | 116 | 24 | 274 | 73 | 131 | 0 | 32 | 405 | 121 | 51 |
| Binary | 1001110 | 10100 | 10111100 | 111011 | 1011001 | 0 | 11010 | 100000101 | 1010001 | 101001 |
Color Harmonies of #4E14BC
Complementary color
Monochromatic Colors of #4E14BC
Black with #4E14BC
Text Example
Text Example
White with #4E14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E14BC; }
p { color: rgb(78,20,188); }
H1.HeaderClassName
{
color: #4E14BC;
}
.AnyTagClassName
{
color: #4E14BC;
}
</style>
background-color css
<style>
a { background-color: #4E14BC; }
a { background-color: rgb(78,20,188); }
div.DivClassName
{
background-color: #4E14BC;
}
.BgClassName
{
background-color: #4E14BC;
}
</style>
border-color css
<style>
span { border-color: #4E14BC; }
span { border-color: rgb(78,20,188); }
td.TdClassName
{
border-color: #4E14BC;
}
.TagClassName
{
border-color: #4E14BC;
}
</style>