Shades of Purple #720160
Tints of Purple #720160
RGB
CMYK
RGB Variations
Color information
#720160 (or 0x720160) is known color: Purple. HEX triplet: 72, 01 and 60. RGB value is (114,1,96). Sum of RGB (Red+Green+Blue) = 114+1+96=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #720160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720160 is #8DFE9F. Grayscale: #2D2D2D. Windows color (decimal): -9305760 or 6291826. OLE color: 6291826.
HSL color Cylindrical-coordinate representation of color #720160: hue angle of 309.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720160 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.55 |
| HSL | 309.56º | 0.98% | 0.23% | - |
| HSV(B) | 309.56º | 0.99% | 0.45% | - |
| XYZ | 9.06 | 4.44 | 11.45 | - |
| YUV | 45.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 96 | 0 | 0.99 | 0.16 | 0.55 | 309.56 | 0.98 | 0.23 |
| Hex | 72 | 1 | 60 | 0 | 63 | 10 | 37 | 136 | 62 | 17 |
| Octal | 162 | 1 | 140 | 0 | 143 | 20 | 67 | 466 | 142 | 27 |
| Binary | 1110010 | 1 | 1100000 | 0 | 1100011 | 10000 | 110111 | 100110110 | 1100010 | 10111 |
Color Harmonies of #720160
Complementary color
Monochromatic Colors of #720160
Black with #720160
Text Example
Text Example
White with #720160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720160; }
p { color: rgb(114,1,96); }
H1.HeaderClassName
{
color: #720160;
}
.AnyTagClassName
{
color: #720160;
}
</style>
background-color css
<style>
a { background-color: #720160; }
a { background-color: rgb(114,1,96); }
div.DivClassName
{
background-color: #720160;
}
.BgClassName
{
background-color: #720160;
}
</style>
border-color css
<style>
span { border-color: #720160; }
span { border-color: rgb(114,1,96); }
td.TdClassName
{
border-color: #720160;
}
.TagClassName
{
border-color: #720160;
}
</style>