Shades of Purple Heart #4E16CD
Tints of Purple Heart #4E16CD
RGB
CMYK
RGB Variations
Color information
#4E16CD (or 0x4E16CD) is known color: Purple Heart. HEX triplet: 4E, 16 and CD. RGB value is (78,22,205). Sum of RGB (Red+Green+Blue) = 78+22+205=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E16CD is #B1E932. Grayscale: #3A3A3A. Windows color (decimal): -11659571 or 13440590. OLE color: 13440590.
HSL color Cylindrical-coordinate representation of color #4E16CD: hue angle of 258.36º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E16CD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 22 | 205 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.20 |
| HSL | 258.36º | 0.81% | 0.45% | - |
| HSV(B) | 258.36º | 0.89% | 0.8% | - |
| XYZ | 14.45 | 6.6 | 58.27 | - |
| YUV | 59.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 205 | 0.62 | 0.89 | 0 | 0.20 | 258.36 | 0.81 | 0.45 |
| Hex | 4E | 16 | CD | 3E | 59 | 0 | 14 | 102 | 51 | 2D |
| Octal | 116 | 26 | 315 | 76 | 131 | 0 | 24 | 402 | 121 | 55 |
| Binary | 1001110 | 10110 | 11001101 | 111110 | 1011001 | 0 | 10100 | 100000010 | 1010001 | 101101 |
Color Harmonies of #4E16CD
Complementary color
Monochromatic Colors of #4E16CD
Black with #4E16CD
Text Example
Text Example
White with #4E16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16CD; }
p { color: rgb(78,22,205); }
H1.HeaderClassName
{
color: #4E16CD;
}
.AnyTagClassName
{
color: #4E16CD;
}
</style>
background-color css
<style>
a { background-color: #4E16CD; }
a { background-color: rgb(78,22,205); }
div.DivClassName
{
background-color: #4E16CD;
}
.BgClassName
{
background-color: #4E16CD;
}
</style>
border-color css
<style>
span { border-color: #4E16CD; }
span { border-color: rgb(78,22,205); }
td.TdClassName
{
border-color: #4E16CD;
}
.TagClassName
{
border-color: #4E16CD;
}
</style>