Shades of Purple #720E89
Tints of Purple #720E89
RGB
CMYK
RGB Variations
Color information
#720E89 (or 0x720E89) is known color: Purple. HEX triplet: 72, 0E and 89. RGB value is (114,14,137). Sum of RGB (Red+Green+Blue) = 114+14+137=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #720E89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720E89 is #8DF176. Grayscale: #393939. Windows color (decimal): -9302391 or 8982130. OLE color: 8982130.
HSL color Cylindrical-coordinate representation of color #720E89: hue angle of 288.78º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720E89 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 14 | 137 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.46 |
| HSL | 288.78º | 0.81% | 0.3% | - |
| HSV(B) | 288.78º | 0.9% | 0.54% | - |
| XYZ | 11.61 | 5.7 | 24.15 | - |
| YUV | 57.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 137 | 0.17 | 0.90 | 0 | 0.46 | 288.78 | 0.81 | 0.3 |
| Hex | 72 | E | 89 | 11 | 5A | 0 | 2E | 121 | 51 | 1E |
| Octal | 162 | 16 | 211 | 21 | 132 | 0 | 56 | 441 | 121 | 36 |
| Binary | 1110010 | 1110 | 10001001 | 10001 | 1011010 | 0 | 101110 | 100100001 | 1010001 | 11110 |
Color Harmonies of #720E89
Complementary color
Monochromatic Colors of #720E89
Black with #720E89
Text Example
Text Example
White with #720E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E89; }
p { color: rgb(114,14,137); }
H1.HeaderClassName
{
color: #720E89;
}
.AnyTagClassName
{
color: #720E89;
}
</style>
background-color css
<style>
a { background-color: #720E89; }
a { background-color: rgb(114,14,137); }
div.DivClassName
{
background-color: #720E89;
}
.BgClassName
{
background-color: #720E89;
}
</style>
border-color css
<style>
span { border-color: #720E89; }
span { border-color: rgb(114,14,137); }
td.TdClassName
{
border-color: #720E89;
}
.TagClassName
{
border-color: #720E89;
}
</style>