Shades of Purple Heart #4E16BE
Tints of Purple Heart #4E16BE
RGB
CMYK
RGB Variations
Color information
#4E16BE (or 0x4E16BE) is known color: Purple Heart. HEX triplet: 4E, 16 and BE. RGB value is (78,22,190). Sum of RGB (Red+Green+Blue) = 78+22+190=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E16BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E16BE is #B1E941. Grayscale: #393939. Windows color (decimal): -11659586 or 12457550. OLE color: 12457550.
HSL color Cylindrical-coordinate representation of color #4E16BE: hue angle of 260º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E16BE is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 22 | 190 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.25 |
| HSL | 260º | 0.79% | 0.42% | - |
| HSV(B) | 260º | 0.88% | 0.75% | - |
| XYZ | 12.72 | 5.91 | 49.19 | - |
| YUV | 57.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 190 | 0.59 | 0.88 | 0 | 0.25 | 260 | 0.79 | 0.42 |
| Hex | 4E | 16 | BE | 3B | 58 | 0 | 19 | 104 | 4F | 2A |
| Octal | 116 | 26 | 276 | 73 | 130 | 0 | 31 | 404 | 117 | 52 |
| Binary | 1001110 | 10110 | 10111110 | 111011 | 1011000 | 0 | 11001 | 100000100 | 1001111 | 101010 |
Color Harmonies of #4E16BE
Complementary color
Monochromatic Colors of #4E16BE
Black with #4E16BE
Text Example
Text Example
White with #4E16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16BE; }
p { color: rgb(78,22,190); }
H1.HeaderClassName
{
color: #4E16BE;
}
.AnyTagClassName
{
color: #4E16BE;
}
</style>
background-color css
<style>
a { background-color: #4E16BE; }
a { background-color: rgb(78,22,190); }
div.DivClassName
{
background-color: #4E16BE;
}
.BgClassName
{
background-color: #4E16BE;
}
</style>
border-color css
<style>
span { border-color: #4E16BE; }
span { border-color: rgb(78,22,190); }
td.TdClassName
{
border-color: #4E16BE;
}
.TagClassName
{
border-color: #4E16BE;
}
</style>