Shades of Purple #720A73
Tints of Purple #720A73
RGB
CMYK
RGB Variations
Color information
#720A73 (or 0x720A73) is known color: Purple. HEX triplet: 72, 0A and 73. RGB value is (114,10,115). Sum of RGB (Red+Green+Blue) = 114+10+115=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #720A73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A73 is #8DF58C. Grayscale: #343434. Windows color (decimal): -9303437 or 7539314. OLE color: 7539314.
HSL color Cylindrical-coordinate representation of color #720A73: hue angle of 299.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A73 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 115 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.55 |
| HSL | 299.43º | 0.84% | 0.25% | - |
| HSV(B) | 299.43º | 0.91% | 0.45% | - |
| XYZ | 10.14 | 5.03 | 16.66 | - |
| YUV | 53.07 | 162.96 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 115 | 0.01 | 0.91 | 0 | 0.55 | 299.43 | 0.84 | 0.25 |
| Hex | 72 | A | 73 | 1 | 5B | 0 | 37 | 12B | 54 | 19 |
| Octal | 162 | 12 | 163 | 1 | 133 | 0 | 67 | 453 | 124 | 31 |
| Binary | 1110010 | 1010 | 1110011 | 1 | 1011011 | 0 | 110111 | 100101011 | 1010100 | 11001 |
Color Harmonies of #720A73
Complementary color
Monochromatic Colors of #720A73
Black with #720A73
Text Example
Text Example
White with #720A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A73; }
p { color: rgb(114,10,115); }
H1.HeaderClassName
{
color: #720A73;
}
.AnyTagClassName
{
color: #720A73;
}
</style>
background-color css
<style>
a { background-color: #720A73; }
a { background-color: rgb(114,10,115); }
div.DivClassName
{
background-color: #720A73;
}
.BgClassName
{
background-color: #720A73;
}
</style>
border-color css
<style>
span { border-color: #720A73; }
span { border-color: rgb(114,10,115); }
td.TdClassName
{
border-color: #720A73;
}
.TagClassName
{
border-color: #720A73;
}
</style>