Shades of Purple #720A6D
Tints of Purple #720A6D
RGB
CMYK
RGB Variations
Color information
#720A6D (or 0x720A6D) is known color: Purple. HEX triplet: 72, 0A and 6D. RGB value is (114,10,109). Sum of RGB (Red+Green+Blue) = 114+10+109=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #720A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A6D is #8DF592. Grayscale: #343434. Windows color (decimal): -9303443 or 7146098. OLE color: 7146098.
HSL color Cylindrical-coordinate representation of color #720A6D: hue angle of 302.88º 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 #720A6D is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 109 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.55 |
| HSL | 302.88º | 0.84% | 0.24% | - |
| HSV(B) | 302.88º | 0.91% | 0.45% | - |
| XYZ | 9.81 | 4.9 | 14.9 | - |
| YUV | 52.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 109 | 0 | 0.91 | 0.04 | 0.55 | 302.88 | 0.84 | 0.24 |
| Hex | 72 | A | 6D | 0 | 5B | 4 | 37 | 12F | 54 | 18 |
| Octal | 162 | 12 | 155 | 0 | 133 | 4 | 67 | 457 | 124 | 30 |
| Binary | 1110010 | 1010 | 1101101 | 0 | 1011011 | 100 | 110111 | 100101111 | 1010100 | 11000 |
Color Harmonies of #720A6D
Complementary color
Monochromatic Colors of #720A6D
Black with #720A6D
Text Example
Text Example
White with #720A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A6D; }
p { color: rgb(114,10,109); }
H1.HeaderClassName
{
color: #720A6D;
}
.AnyTagClassName
{
color: #720A6D;
}
</style>
background-color css
<style>
a { background-color: #720A6D; }
a { background-color: rgb(114,10,109); }
div.DivClassName
{
background-color: #720A6D;
}
.BgClassName
{
background-color: #720A6D;
}
</style>
border-color css
<style>
span { border-color: #720A6D; }
span { border-color: rgb(114,10,109); }
td.TdClassName
{
border-color: #720A6D;
}
.TagClassName
{
border-color: #720A6D;
}
</style>