Shades of Purple #720D70
Tints of Purple #720D70
RGB
CMYK
RGB Variations
Color information
#720D70 (or 0x720D70) is known color: Purple. HEX triplet: 72, 0D and 70. RGB value is (114,13,112). Sum of RGB (Red+Green+Blue) = 114+13+112=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #720D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D70 is #8DF28F. Grayscale: #363636. Windows color (decimal): -9302672 or 7343474. OLE color: 7343474.
HSL color Cylindrical-coordinate representation of color #720D70: hue angle of 301.19º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D70 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 112 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.55 |
| HSL | 301.19º | 0.8% | 0.25% | - |
| HSV(B) | 301.19º | 0.89% | 0.45% | - |
| XYZ | 10.01 | 5.04 | 15.77 | - |
| YUV | 54.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 112 | 0 | 0.89 | 0.02 | 0.55 | 301.19 | 0.8 | 0.25 |
| Hex | 72 | D | 70 | 0 | 59 | 2 | 37 | 12D | 50 | 19 |
| Octal | 162 | 15 | 160 | 0 | 131 | 2 | 67 | 455 | 120 | 31 |
| Binary | 1110010 | 1101 | 1110000 | 0 | 1011001 | 10 | 110111 | 100101101 | 1010000 | 11001 |
Color Harmonies of #720D70
Complementary color
Monochromatic Colors of #720D70
Black with #720D70
Text Example
Text Example
White with #720D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D70; }
p { color: rgb(114,13,112); }
H1.HeaderClassName
{
color: #720D70;
}
.AnyTagClassName
{
color: #720D70;
}
</style>
background-color css
<style>
a { background-color: #720D70; }
a { background-color: rgb(114,13,112); }
div.DivClassName
{
background-color: #720D70;
}
.BgClassName
{
background-color: #720D70;
}
</style>
border-color css
<style>
span { border-color: #720D70; }
span { border-color: rgb(114,13,112); }
td.TdClassName
{
border-color: #720D70;
}
.TagClassName
{
border-color: #720D70;
}
</style>