Shades of Purple #720A89
Tints of Purple #720A89
RGB
CMYK
RGB Variations
Color information
#720A89 (or 0x720A89) is known color: Purple. HEX triplet: 72, 0A and 89. RGB value is (114,10,137). Sum of RGB (Red+Green+Blue) = 114+10+137=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #720A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720A89 is #8DF576. Grayscale: #373737. Windows color (decimal): -9303415 or 8981106. OLE color: 8981106.
HSL color Cylindrical-coordinate representation of color #720A89: hue angle of 289.13º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720A89 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 10 | 137 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.46 |
| HSL | 289.13º | 0.86% | 0.29% | - |
| HSV(B) | 289.13º | 0.93% | 0.54% | - |
| XYZ | 11.56 | 5.6 | 24.14 | - |
| YUV | 55.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 137 | 0.17 | 0.93 | 0 | 0.46 | 289.13 | 0.86 | 0.29 |
| Hex | 72 | A | 89 | 11 | 5D | 0 | 2E | 121 | 56 | 1D |
| Octal | 162 | 12 | 211 | 21 | 135 | 0 | 56 | 441 | 126 | 35 |
| Binary | 1110010 | 1010 | 10001001 | 10001 | 1011101 | 0 | 101110 | 100100001 | 1010110 | 11101 |
Color Harmonies of #720A89
Complementary color
Monochromatic Colors of #720A89
Black with #720A89
Text Example
Text Example
White with #720A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A89; }
p { color: rgb(114,10,137); }
H1.HeaderClassName
{
color: #720A89;
}
.AnyTagClassName
{
color: #720A89;
}
</style>
background-color css
<style>
a { background-color: #720A89; }
a { background-color: rgb(114,10,137); }
div.DivClassName
{
background-color: #720A89;
}
.BgClassName
{
background-color: #720A89;
}
</style>
border-color css
<style>
span { border-color: #720A89; }
span { border-color: rgb(114,10,137); }
td.TdClassName
{
border-color: #720A89;
}
.TagClassName
{
border-color: #720A89;
}
</style>