Shades of Purple Heart #4E10AA
Tints of Purple Heart #4E10AA
RGB
CMYK
RGB Variations
Color information
#4E10AA (or 0x4E10AA) is known color: Purple Heart. HEX triplet: 4E, 10 and AA. RGB value is (78,16,170). Sum of RGB (Red+Green+Blue) = 78+16+170=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E10AA is #B1EF55. Grayscale: #333333. Windows color (decimal): -11661142 or 11145294. OLE color: 11145294.
HSL color Cylindrical-coordinate representation of color #4E10AA: hue angle of 264.16º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E10AA is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 16 | 170 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.33 |
| HSL | 264.16º | 0.83% | 0.36% | - |
| HSV(B) | 264.16º | 0.91% | 0.67% | - |
| XYZ | 10.58 | 4.89 | 38.42 | - |
| YUV | 52.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 170 | 0.54 | 0.91 | 0 | 0.33 | 264.16 | 0.83 | 0.36 |
| Hex | 4E | 10 | AA | 36 | 5B | 0 | 21 | 108 | 53 | 24 |
| Octal | 116 | 20 | 252 | 66 | 133 | 0 | 41 | 410 | 123 | 44 |
| Binary | 1001110 | 10000 | 10101010 | 110110 | 1011011 | 0 | 100001 | 100001000 | 1010011 | 100100 |
Color Harmonies of #4E10AA
Complementary color
Monochromatic Colors of #4E10AA
Black with #4E10AA
Text Example
Text Example
White with #4E10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E10AA; }
p { color: rgb(78,16,170); }
H1.HeaderClassName
{
color: #4E10AA;
}
.AnyTagClassName
{
color: #4E10AA;
}
</style>
background-color css
<style>
a { background-color: #4E10AA; }
a { background-color: rgb(78,16,170); }
div.DivClassName
{
background-color: #4E10AA;
}
.BgClassName
{
background-color: #4E10AA;
}
</style>
border-color css
<style>
span { border-color: #4E10AA; }
span { border-color: rgb(78,16,170); }
td.TdClassName
{
border-color: #4E10AA;
}
.TagClassName
{
border-color: #4E10AA;
}
</style>