Shades of Purple #720773
Tints of Purple #720773
RGB
CMYK
RGB Variations
Color information
#720773 (or 0x720773) is known color: Purple. HEX triplet: 72, 07 and 73. RGB value is (114,7,115). Sum of RGB (Red+Green+Blue) = 114+7+115=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #720773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720773 is #8DF88C. Grayscale: #323232. Windows color (decimal): -9304205 or 7538546. OLE color: 7538546.
HSL color Cylindrical-coordinate representation of color #720773: hue angle of 299.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720773 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 7 | 115 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.55 |
| HSL | 299.44º | 0.89% | 0.24% | - |
| HSV(B) | 299.44º | 0.94% | 0.45% | - |
| XYZ | 10.11 | 4.97 | 16.65 | - |
| YUV | 51.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 115 | 0.01 | 0.94 | 0 | 0.55 | 299.44 | 0.89 | 0.24 |
| Hex | 72 | 7 | 73 | 1 | 5E | 0 | 37 | 12B | 59 | 18 |
| Octal | 162 | 7 | 163 | 1 | 136 | 0 | 67 | 453 | 131 | 30 |
| Binary | 1110010 | 111 | 1110011 | 1 | 1011110 | 0 | 110111 | 100101011 | 1011001 | 11000 |
Color Harmonies of #720773
Complementary color
Monochromatic Colors of #720773
Black with #720773
Text Example
Text Example
White with #720773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720773; }
p { color: rgb(114,7,115); }
H1.HeaderClassName
{
color: #720773;
}
.AnyTagClassName
{
color: #720773;
}
</style>
background-color css
<style>
a { background-color: #720773; }
a { background-color: rgb(114,7,115); }
div.DivClassName
{
background-color: #720773;
}
.BgClassName
{
background-color: #720773;
}
</style>
border-color css
<style>
span { border-color: #720773; }
span { border-color: rgb(114,7,115); }
td.TdClassName
{
border-color: #720773;
}
.TagClassName
{
border-color: #720773;
}
</style>