Shades of Purple #720A71
Tints of Purple #720A71
RGB
CMYK
RGB Variations
Color information
#720A71 (or 0x720A71) is known color: Purple. HEX triplet: 72, 0A and 71. RGB value is (114,10,113). Sum of RGB (Red+Green+Blue) = 114+10+113=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #720A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A71 is #8DF58E. Grayscale: #343434. Windows color (decimal): -9303439 or 7408242. OLE color: 7408242.
HSL color Cylindrical-coordinate representation of color #720A71: hue angle of 300.58º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A71 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 113 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.55 |
| HSL | 300.58º | 0.84% | 0.24% | - |
| HSV(B) | 300.58º | 0.91% | 0.45% | - |
| XYZ | 10.03 | 4.99 | 16.06 | - |
| YUV | 52.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 113 | 0 | 0.91 | 0.01 | 0.55 | 300.58 | 0.84 | 0.24 |
| Hex | 72 | A | 71 | 0 | 5B | 1 | 37 | 12D | 54 | 18 |
| Octal | 162 | 12 | 161 | 0 | 133 | 1 | 67 | 455 | 124 | 30 |
| Binary | 1110010 | 1010 | 1110001 | 0 | 1011011 | 1 | 110111 | 100101101 | 1010100 | 11000 |
Color Harmonies of #720A71
Complementary color
Monochromatic Colors of #720A71
Black with #720A71
Text Example
Text Example
White with #720A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A71; }
p { color: rgb(114,10,113); }
H1.HeaderClassName
{
color: #720A71;
}
.AnyTagClassName
{
color: #720A71;
}
</style>
background-color css
<style>
a { background-color: #720A71; }
a { background-color: rgb(114,10,113); }
div.DivClassName
{
background-color: #720A71;
}
.BgClassName
{
background-color: #720A71;
}
</style>
border-color css
<style>
span { border-color: #720A71; }
span { border-color: rgb(114,10,113); }
td.TdClassName
{
border-color: #720A71;
}
.TagClassName
{
border-color: #720A71;
}
</style>