Shades of Purple Heart #4E16BA
Tints of Purple Heart #4E16BA
RGB
CMYK
RGB Variations
Color information
#4E16BA (or 0x4E16BA) is known color: Purple Heart. HEX triplet: 4E, 16 and BA. RGB value is (78,22,186). Sum of RGB (Red+Green+Blue) = 78+22+186=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E16BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E16BA is #B1E945. Grayscale: #383838. Windows color (decimal): -11659590 or 12195406. OLE color: 12195406.
HSL color Cylindrical-coordinate representation of color #4E16BA: hue angle of 260.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E16BA is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 22 | 186 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.27 |
| HSL | 260.49º | 0.79% | 0.41% | - |
| HSV(B) | 260.49º | 0.88% | 0.73% | - |
| XYZ | 12.29 | 5.74 | 46.91 | - |
| YUV | 57.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 186 | 0.58 | 0.88 | 0 | 0.27 | 260.49 | 0.79 | 0.41 |
| Hex | 4E | 16 | BA | 3A | 58 | 0 | 1B | 104 | 4F | 29 |
| Octal | 116 | 26 | 272 | 72 | 130 | 0 | 33 | 404 | 117 | 51 |
| Binary | 1001110 | 10110 | 10111010 | 111010 | 1011000 | 0 | 11011 | 100000100 | 1001111 | 101001 |
Color Harmonies of #4E16BA
Complementary color
Monochromatic Colors of #4E16BA
Black with #4E16BA
Text Example
Text Example
White with #4E16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16BA; }
p { color: rgb(78,22,186); }
H1.HeaderClassName
{
color: #4E16BA;
}
.AnyTagClassName
{
color: #4E16BA;
}
</style>
background-color css
<style>
a { background-color: #4E16BA; }
a { background-color: rgb(78,22,186); }
div.DivClassName
{
background-color: #4E16BA;
}
.BgClassName
{
background-color: #4E16BA;
}
</style>
border-color css
<style>
span { border-color: #4E16BA; }
span { border-color: rgb(78,22,186); }
td.TdClassName
{
border-color: #4E16BA;
}
.TagClassName
{
border-color: #4E16BA;
}
</style>