Shades of Purple #720873
Tints of Purple #720873
RGB
CMYK
RGB Variations
Color information
#720873 (or 0x720873) is known color: Purple. HEX triplet: 72, 08 and 73. RGB value is (114,8,115). Sum of RGB (Red+Green+Blue) = 114+8+115=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #720873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720873 is #8DF78C. Grayscale: #333333. Windows color (decimal): -9303949 or 7538802. OLE color: 7538802.
HSL color Cylindrical-coordinate representation of color #720873: hue angle of 299.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720873 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 8 | 115 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.55 |
| HSL | 299.44º | 0.87% | 0.24% | - |
| HSV(B) | 299.44º | 0.93% | 0.45% | - |
| XYZ | 10.12 | 4.99 | 16.65 | - |
| YUV | 51.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 115 | 0.01 | 0.93 | 0 | 0.55 | 299.44 | 0.87 | 0.24 |
| Hex | 72 | 8 | 73 | 1 | 5D | 0 | 37 | 12B | 57 | 18 |
| Octal | 162 | 10 | 163 | 1 | 135 | 0 | 67 | 453 | 127 | 30 |
| Binary | 1110010 | 1000 | 1110011 | 1 | 1011101 | 0 | 110111 | 100101011 | 1010111 | 11000 |
Color Harmonies of #720873
Complementary color
Monochromatic Colors of #720873
Black with #720873
Text Example
Text Example
White with #720873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720873; }
p { color: rgb(114,8,115); }
H1.HeaderClassName
{
color: #720873;
}
.AnyTagClassName
{
color: #720873;
}
</style>
background-color css
<style>
a { background-color: #720873; }
a { background-color: rgb(114,8,115); }
div.DivClassName
{
background-color: #720873;
}
.BgClassName
{
background-color: #720873;
}
</style>
border-color css
<style>
span { border-color: #720873; }
span { border-color: rgb(114,8,115); }
td.TdClassName
{
border-color: #720873;
}
.TagClassName
{
border-color: #720873;
}
</style>