Shades of Purple #720A6F
Tints of Purple #720A6F
RGB
CMYK
RGB Variations
Color information
#720A6F (or 0x720A6F) is known color: Purple. HEX triplet: 72, 0A and 6F. RGB value is (114,10,111). Sum of RGB (Red+Green+Blue) = 114+10+111=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #720A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A6F is #8DF590. Grayscale: #343434. Windows color (decimal): -9303441 or 7277170. OLE color: 7277170.
HSL color Cylindrical-coordinate representation of color #720A6F: hue angle of 301.73º 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 #720A6F is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 111 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.55 |
| HSL | 301.73º | 0.84% | 0.24% | - |
| HSV(B) | 301.73º | 0.91% | 0.45% | - |
| XYZ | 9.92 | 4.94 | 15.47 | - |
| YUV | 52.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 111 | 0 | 0.91 | 0.03 | 0.55 | 301.73 | 0.84 | 0.24 |
| Hex | 72 | A | 6F | 0 | 5B | 3 | 37 | 12E | 54 | 18 |
| Octal | 162 | 12 | 157 | 0 | 133 | 3 | 67 | 456 | 124 | 30 |
| Binary | 1110010 | 1010 | 1101111 | 0 | 1011011 | 11 | 110111 | 100101110 | 1010100 | 11000 |
Color Harmonies of #720A6F
Complementary color
Monochromatic Colors of #720A6F
Black with #720A6F
Text Example
Text Example
White with #720A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A6F; }
p { color: rgb(114,10,111); }
H1.HeaderClassName
{
color: #720A6F;
}
.AnyTagClassName
{
color: #720A6F;
}
</style>
background-color css
<style>
a { background-color: #720A6F; }
a { background-color: rgb(114,10,111); }
div.DivClassName
{
background-color: #720A6F;
}
.BgClassName
{
background-color: #720A6F;
}
</style>
border-color css
<style>
span { border-color: #720A6F; }
span { border-color: rgb(114,10,111); }
td.TdClassName
{
border-color: #720A6F;
}
.TagClassName
{
border-color: #720A6F;
}
</style>