Shades of Purple Heart #720AAE
Tints of Purple Heart #720AAE
RGB
CMYK
RGB Variations
Color information
#720AAE (or 0x720AAE) is known color: Purple Heart. HEX triplet: 72, 0A and AE. RGB value is (114,10,174). Sum of RGB (Red+Green+Blue) = 114+10+174=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #720AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720AAE is #8DF551. Grayscale: #3B3B3B. Windows color (decimal): -9303378 or 11405938. OLE color: 11405938.
HSL color Cylindrical-coordinate representation of color #720AAE: hue angle of 278.05º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720AAE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 10 | 174 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.32 |
| HSL | 278.05º | 0.89% | 0.36% | - |
| HSV(B) | 278.05º | 0.94% | 0.68% | - |
| XYZ | 14.69 | 6.85 | 40.59 | - |
| YUV | 59.79 | 192.46 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 174 | 0.34 | 0.94 | 0 | 0.32 | 278.05 | 0.89 | 0.36 |
| Hex | 72 | A | AE | 22 | 5E | 0 | 20 | 116 | 59 | 24 |
| Octal | 162 | 12 | 256 | 42 | 136 | 0 | 40 | 426 | 131 | 44 |
| Binary | 1110010 | 1010 | 10101110 | 100010 | 1011110 | 0 | 100000 | 100010110 | 1011001 | 100100 |
Color Harmonies of #720AAE
Complementary color
Monochromatic Colors of #720AAE
Black with #720AAE
Text Example
Text Example
White with #720AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720AAE; }
p { color: rgb(114,10,174); }
H1.HeaderClassName
{
color: #720AAE;
}
.AnyTagClassName
{
color: #720AAE;
}
</style>
background-color css
<style>
a { background-color: #720AAE; }
a { background-color: rgb(114,10,174); }
div.DivClassName
{
background-color: #720AAE;
}
.BgClassName
{
background-color: #720AAE;
}
</style>
border-color css
<style>
span { border-color: #720AAE; }
span { border-color: rgb(114,10,174); }
td.TdClassName
{
border-color: #720AAE;
}
.TagClassName
{
border-color: #720AAE;
}
</style>