Shades of Purple #720A70
Tints of Purple #720A70
RGB
CMYK
RGB Variations
Color information
#720A70 (or 0x720A70) is known color: Purple. HEX triplet: 72, 0A and 70. RGB value is (114,10,112). Sum of RGB (Red+Green+Blue) = 114+10+112=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #720A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A70 is #8DF58F. Grayscale: #343434. Windows color (decimal): -9303440 or 7342706. OLE color: 7342706.
HSL color Cylindrical-coordinate representation of color #720A70: hue angle of 301.15º 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 #720A70 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 112 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.55 |
| HSL | 301.15º | 0.84% | 0.24% | - |
| HSV(B) | 301.15º | 0.91% | 0.45% | - |
| XYZ | 9.97 | 4.96 | 15.76 | - |
| YUV | 52.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 112 | 0 | 0.91 | 0.02 | 0.55 | 301.15 | 0.84 | 0.24 |
| Hex | 72 | A | 70 | 0 | 5B | 2 | 37 | 12D | 54 | 18 |
| Octal | 162 | 12 | 160 | 0 | 133 | 2 | 67 | 455 | 124 | 30 |
| Binary | 1110010 | 1010 | 1110000 | 0 | 1011011 | 10 | 110111 | 100101101 | 1010100 | 11000 |
Color Harmonies of #720A70
Complementary color
Monochromatic Colors of #720A70
Black with #720A70
Text Example
Text Example
White with #720A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A70; }
p { color: rgb(114,10,112); }
H1.HeaderClassName
{
color: #720A70;
}
.AnyTagClassName
{
color: #720A70;
}
</style>
background-color css
<style>
a { background-color: #720A70; }
a { background-color: rgb(114,10,112); }
div.DivClassName
{
background-color: #720A70;
}
.BgClassName
{
background-color: #720A70;
}
</style>
border-color css
<style>
span { border-color: #720A70; }
span { border-color: rgb(114,10,112); }
td.TdClassName
{
border-color: #720A70;
}
.TagClassName
{
border-color: #720A70;
}
</style>