Shades of Purple Heart #4E15CA
Tints of Purple Heart #4E15CA
RGB
CMYK
RGB Variations
Color information
#4E15CA (or 0x4E15CA) is known color: Purple Heart. HEX triplet: 4E, 15 and CA. RGB value is (78,21,202). Sum of RGB (Red+Green+Blue) = 78+21+202=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E15CA is #B1EA35. Grayscale: #3A3A3A. Windows color (decimal): -11659830 or 13243726. OLE color: 13243726.
HSL color Cylindrical-coordinate representation of color #4E15CA: hue angle of 258.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E15CA is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 21 | 202 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.21 |
| HSL | 258.9º | 0.81% | 0.44% | - |
| HSV(B) | 258.9º | 0.9% | 0.79% | - |
| XYZ | 14.07 | 6.42 | 56.37 | - |
| YUV | 58.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 202 | 0.61 | 0.90 | 0 | 0.21 | 258.9 | 0.81 | 0.44 |
| Hex | 4E | 15 | CA | 3D | 5A | 0 | 15 | 103 | 51 | 2C |
| Octal | 116 | 25 | 312 | 75 | 132 | 0 | 25 | 403 | 121 | 54 |
| Binary | 1001110 | 10101 | 11001010 | 111101 | 1011010 | 0 | 10101 | 100000011 | 1010001 | 101100 |
Color Harmonies of #4E15CA
Complementary color
Monochromatic Colors of #4E15CA
Black with #4E15CA
Text Example
Text Example
White with #4E15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E15CA; }
p { color: rgb(78,21,202); }
H1.HeaderClassName
{
color: #4E15CA;
}
.AnyTagClassName
{
color: #4E15CA;
}
</style>
background-color css
<style>
a { background-color: #4E15CA; }
a { background-color: rgb(78,21,202); }
div.DivClassName
{
background-color: #4E15CA;
}
.BgClassName
{
background-color: #4E15CA;
}
</style>
border-color css
<style>
span { border-color: #4E15CA; }
span { border-color: rgb(78,21,202); }
td.TdClassName
{
border-color: #4E15CA;
}
.TagClassName
{
border-color: #4E15CA;
}
</style>