Shades of Purple #720673
Tints of Purple #720673
RGB
CMYK
RGB Variations
Color information
#720673 (or 0x720673) is known color: Purple. HEX triplet: 72, 06 and 73. RGB value is (114,6,115). Sum of RGB (Red+Green+Blue) = 114+6+115=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #720673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720673 is #8DF98C. Grayscale: #323232. Windows color (decimal): -9304461 or 7538290. OLE color: 7538290.
HSL color Cylindrical-coordinate representation of color #720673: hue angle of 299.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720673 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 115 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.55 |
| HSL | 299.45º | 0.9% | 0.24% | - |
| HSV(B) | 299.45º | 0.95% | 0.45% | - |
| XYZ | 10.1 | 4.95 | 16.64 | - |
| YUV | 50.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 115 | 0.01 | 0.95 | 0 | 0.55 | 299.45 | 0.9 | 0.24 |
| Hex | 72 | 6 | 73 | 1 | 5F | 0 | 37 | 12B | 5A | 18 |
| Octal | 162 | 6 | 163 | 1 | 137 | 0 | 67 | 453 | 132 | 30 |
| Binary | 1110010 | 110 | 1110011 | 1 | 1011111 | 0 | 110111 | 100101011 | 1011010 | 11000 |
Color Harmonies of #720673
Complementary color
Monochromatic Colors of #720673
Black with #720673
Text Example
Text Example
White with #720673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720673; }
p { color: rgb(114,6,115); }
H1.HeaderClassName
{
color: #720673;
}
.AnyTagClassName
{
color: #720673;
}
</style>
background-color css
<style>
a { background-color: #720673; }
a { background-color: rgb(114,6,115); }
div.DivClassName
{
background-color: #720673;
}
.BgClassName
{
background-color: #720673;
}
</style>
border-color css
<style>
span { border-color: #720673; }
span { border-color: rgb(114,6,115); }
td.TdClassName
{
border-color: #720673;
}
.TagClassName
{
border-color: #720673;
}
</style>