Shades of Purple Heart #4E16CF
Tints of Purple Heart #4E16CF
RGB
CMYK
RGB Variations
Color information
#4E16CF (or 0x4E16CF) is known color: Purple Heart. HEX triplet: 4E, 16 and CF. RGB value is (78,22,207). Sum of RGB (Red+Green+Blue) = 78+22+207=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E16CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E16CF is #B1E930. Grayscale: #3B3B3B. Windows color (decimal): -11659569 or 13571662. OLE color: 13571662.
HSL color Cylindrical-coordinate representation of color #4E16CF: hue angle of 258.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E16CF is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 22 | 207 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.19 |
| HSL | 258.16º | 0.81% | 0.45% | - |
| HSV(B) | 258.16º | 0.89% | 0.81% | - |
| XYZ | 14.69 | 6.7 | 59.55 | - |
| YUV | 59.83 | 211.05 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 207 | 0.62 | 0.89 | 0 | 0.19 | 258.16 | 0.81 | 0.45 |
| Hex | 4E | 16 | CF | 3E | 59 | 0 | 13 | 102 | 51 | 2D |
| Octal | 116 | 26 | 317 | 76 | 131 | 0 | 23 | 402 | 121 | 55 |
| Binary | 1001110 | 10110 | 11001111 | 111110 | 1011001 | 0 | 10011 | 100000010 | 1010001 | 101101 |
Color Harmonies of #4E16CF
Complementary color
Monochromatic Colors of #4E16CF
Black with #4E16CF
Text Example
Text Example
White with #4E16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16CF; }
p { color: rgb(78,22,207); }
H1.HeaderClassName
{
color: #4E16CF;
}
.AnyTagClassName
{
color: #4E16CF;
}
</style>
background-color css
<style>
a { background-color: #4E16CF; }
a { background-color: rgb(78,22,207); }
div.DivClassName
{
background-color: #4E16CF;
}
.BgClassName
{
background-color: #4E16CF;
}
</style>
border-color css
<style>
span { border-color: #4E16CF; }
span { border-color: rgb(78,22,207); }
td.TdClassName
{
border-color: #4E16CF;
}
.TagClassName
{
border-color: #4E16CF;
}
</style>