Shades of Purple #720C89
Tints of Purple #720C89
RGB
CMYK
RGB Variations
Color information
#720C89 (or 0x720C89) is known color: Purple. HEX triplet: 72, 0C and 89. RGB value is (114,12,137). Sum of RGB (Red+Green+Blue) = 114+12+137=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #720C89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720C89 is #8DF376. Grayscale: #383838. Windows color (decimal): -9302903 or 8981618. OLE color: 8981618.
HSL color Cylindrical-coordinate representation of color #720C89: hue angle of 288.96º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720C89 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 12 | 137 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.46 |
| HSL | 288.96º | 0.84% | 0.29% | - |
| HSV(B) | 288.96º | 0.91% | 0.54% | - |
| XYZ | 11.59 | 5.65 | 24.15 | - |
| YUV | 56.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 137 | 0.17 | 0.91 | 0 | 0.46 | 288.96 | 0.84 | 0.29 |
| Hex | 72 | C | 89 | 11 | 5B | 0 | 2E | 121 | 54 | 1D |
| Octal | 162 | 14 | 211 | 21 | 133 | 0 | 56 | 441 | 124 | 35 |
| Binary | 1110010 | 1100 | 10001001 | 10001 | 1011011 | 0 | 101110 | 100100001 | 1010100 | 11101 |
Color Harmonies of #720C89
Complementary color
Monochromatic Colors of #720C89
Black with #720C89
Text Example
Text Example
White with #720C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C89; }
p { color: rgb(114,12,137); }
H1.HeaderClassName
{
color: #720C89;
}
.AnyTagClassName
{
color: #720C89;
}
</style>
background-color css
<style>
a { background-color: #720C89; }
a { background-color: rgb(114,12,137); }
div.DivClassName
{
background-color: #720C89;
}
.BgClassName
{
background-color: #720C89;
}
</style>
border-color css
<style>
span { border-color: #720C89; }
span { border-color: rgb(114,12,137); }
td.TdClassName
{
border-color: #720C89;
}
.TagClassName
{
border-color: #720C89;
}
</style>