Shades of Purple Heart #720AAA
Tints of Purple Heart #720AAA
RGB
CMYK
RGB Variations
Color information
#720AAA (or 0x720AAA) is known color: Purple Heart. HEX triplet: 72, 0A and AA. RGB value is (114,10,170). Sum of RGB (Red+Green+Blue) = 114+10+170=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #720AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720AAA is #8DF555. Grayscale: #3A3A3A. Windows color (decimal): -9303382 or 11143794. OLE color: 11143794.
HSL color Cylindrical-coordinate representation of color #720AAA: hue angle of 279º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720AAA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 10 | 170 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.33 |
| HSL | 279º | 0.89% | 0.35% | - |
| HSV(B) | 279º | 0.94% | 0.67% | - |
| XYZ | 14.3 | 6.7 | 38.57 | - |
| YUV | 59.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 170 | 0.33 | 0.94 | 0 | 0.33 | 279 | 0.89 | 0.35 |
| Hex | 72 | A | AA | 21 | 5E | 0 | 21 | 117 | 59 | 23 |
| Octal | 162 | 12 | 252 | 41 | 136 | 0 | 41 | 427 | 131 | 43 |
| Binary | 1110010 | 1010 | 10101010 | 100001 | 1011110 | 0 | 100001 | 100010111 | 1011001 | 100011 |
Color Harmonies of #720AAA
Complementary color
Monochromatic Colors of #720AAA
Black with #720AAA
Text Example
Text Example
White with #720AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720AAA; }
p { color: rgb(114,10,170); }
H1.HeaderClassName
{
color: #720AAA;
}
.AnyTagClassName
{
color: #720AAA;
}
</style>
background-color css
<style>
a { background-color: #720AAA; }
a { background-color: rgb(114,10,170); }
div.DivClassName
{
background-color: #720AAA;
}
.BgClassName
{
background-color: #720AAA;
}
</style>
border-color css
<style>
span { border-color: #720AAA; }
span { border-color: rgb(114,10,170); }
td.TdClassName
{
border-color: #720AAA;
}
.TagClassName
{
border-color: #720AAA;
}
</style>