Shades of Purple #720672
Tints of Purple #720672
RGB
CMYK
RGB Variations
Color information
#720672 (or 0x720672) is known color: Purple. HEX triplet: 72, 06 and 72. RGB value is (114,6,114). Sum of RGB (Red+Green+Blue) = 114+6+114=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #720672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720672 is #8DF98D. Grayscale: #323232. Windows color (decimal): -9304462 or 7472754. OLE color: 7472754.
HSL color Cylindrical-coordinate representation of color #720672: hue angle of 300º 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 #720672 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 114 | - |
| CMYK | 0 | 0.95 | 0 | 0.55 |
| HSL | 300º | 0.9% | 0.24% | - |
| HSV(B) | 300º | 0.95% | 0.45% | - |
| XYZ | 10.04 | 4.92 | 16.34 | - |
| YUV | 50.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 114 | 0 | 0.95 | 0 | 0.55 | 300 | 0.9 | 0.24 |
| Hex | 72 | 6 | 72 | 0 | 5F | 0 | 37 | 12C | 5A | 18 |
| Octal | 162 | 6 | 162 | 0 | 137 | 0 | 67 | 454 | 132 | 30 |
| Binary | 1110010 | 110 | 1110010 | 0 | 1011111 | 0 | 110111 | 100101100 | 1011010 | 11000 |
Color Harmonies of #720672
Complementary color
Monochromatic Colors of #720672
Black with #720672
Text Example
Text Example
White with #720672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720672; }
p { color: rgb(114,6,114); }
H1.HeaderClassName
{
color: #720672;
}
.AnyTagClassName
{
color: #720672;
}
</style>
background-color css
<style>
a { background-color: #720672; }
a { background-color: rgb(114,6,114); }
div.DivClassName
{
background-color: #720672;
}
.BgClassName
{
background-color: #720672;
}
</style>
border-color css
<style>
span { border-color: #720672; }
span { border-color: rgb(114,6,114); }
td.TdClassName
{
border-color: #720672;
}
.TagClassName
{
border-color: #720672;
}
</style>