Shades of Purple #720C71
Tints of Purple #720C71
RGB
CMYK
RGB Variations
Color information
#720C71 (or 0x720C71) is known color: Purple. HEX triplet: 72, 0C and 71. RGB value is (114,12,113). Sum of RGB (Red+Green+Blue) = 114+12+113=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #720C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C71 is #8DF38E. Grayscale: #353535. Windows color (decimal): -9302927 or 7408754. OLE color: 7408754.
HSL color Cylindrical-coordinate representation of color #720C71: hue angle of 300.59º degrees, saturation: 0.81, 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 #720C71 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 113 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.55 |
| HSL | 300.59º | 0.81% | 0.25% | - |
| HSV(B) | 300.59º | 0.89% | 0.45% | - |
| XYZ | 10.05 | 5.03 | 16.06 | - |
| YUV | 54.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 113 | 0 | 0.89 | 0.01 | 0.55 | 300.59 | 0.81 | 0.25 |
| Hex | 72 | C | 71 | 0 | 59 | 1 | 37 | 12D | 51 | 19 |
| Octal | 162 | 14 | 161 | 0 | 131 | 1 | 67 | 455 | 121 | 31 |
| Binary | 1110010 | 1100 | 1110001 | 0 | 1011001 | 1 | 110111 | 100101101 | 1010001 | 11001 |
Color Harmonies of #720C71
Complementary color
Monochromatic Colors of #720C71
Black with #720C71
Text Example
Text Example
White with #720C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C71; }
p { color: rgb(114,12,113); }
H1.HeaderClassName
{
color: #720C71;
}
.AnyTagClassName
{
color: #720C71;
}
</style>
background-color css
<style>
a { background-color: #720C71; }
a { background-color: rgb(114,12,113); }
div.DivClassName
{
background-color: #720C71;
}
.BgClassName
{
background-color: #720C71;
}
</style>
border-color css
<style>
span { border-color: #720C71; }
span { border-color: rgb(114,12,113); }
td.TdClassName
{
border-color: #720C71;
}
.TagClassName
{
border-color: #720C71;
}
</style>