Shades of Purple #720E80
Tints of Purple #720E80
RGB
CMYK
RGB Variations
Color information
#720E80 (or 0x720E80) is known color: Purple. HEX triplet: 72, 0E and 80. RGB value is (114,14,128). Sum of RGB (Red+Green+Blue) = 114+14+128=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #720E80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720E80 is #8DF17F. Grayscale: #383838. Windows color (decimal): -9302400 or 8392306. OLE color: 8392306.
HSL color Cylindrical-coordinate representation of color #720E80: hue angle of 292.63º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720E80 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 14 | 128 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.50 |
| HSL | 292.63º | 0.8% | 0.28% | - |
| HSV(B) | 292.63º | 0.89% | 0.5% | - |
| XYZ | 10.99 | 5.45 | 20.89 | - |
| YUV | 56.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 128 | 0.11 | 0.89 | 0 | 0.50 | 292.63 | 0.8 | 0.28 |
| Hex | 72 | E | 80 | B | 59 | 0 | 32 | 125 | 50 | 1C |
| Octal | 162 | 16 | 200 | 13 | 131 | 0 | 62 | 445 | 120 | 34 |
| Binary | 1110010 | 1110 | 10000000 | 1011 | 1011001 | 0 | 110010 | 100100101 | 1010000 | 11100 |
Color Harmonies of #720E80
Complementary color
Monochromatic Colors of #720E80
Black with #720E80
Text Example
Text Example
White with #720E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E80; }
p { color: rgb(114,14,128); }
H1.HeaderClassName
{
color: #720E80;
}
.AnyTagClassName
{
color: #720E80;
}
</style>
background-color css
<style>
a { background-color: #720E80; }
a { background-color: rgb(114,14,128); }
div.DivClassName
{
background-color: #720E80;
}
.BgClassName
{
background-color: #720E80;
}
</style>
border-color css
<style>
span { border-color: #720E80; }
span { border-color: rgb(114,14,128); }
td.TdClassName
{
border-color: #720E80;
}
.TagClassName
{
border-color: #720E80;
}
</style>