Shades of Dark Purple #721570
Tints of Dark Purple #721570
RGB
CMYK
RGB Variations
Color information
#721570 (or 0x721570) is known color: Dark Purple. HEX triplet: 72, 15 and 70. RGB value is (114,21,112). Sum of RGB (Red+Green+Blue) = 114+21+112=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #721570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721570 is #8DEA8F. Grayscale: #3A3A3A. Windows color (decimal): -9300624 or 7345522. OLE color: 7345522.
HSL color Cylindrical-coordinate representation of color #721570: hue angle of 301.29º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721570 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 112 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.55 |
| HSL | 301.29º | 0.69% | 0.26% | - |
| HSV(B) | 301.29º | 0.82% | 0.45% | - |
| XYZ | 10.13 | 5.28 | 15.82 | - |
| YUV | 59.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 112 | 0 | 0.82 | 0.02 | 0.55 | 301.29 | 0.69 | 0.26 |
| Hex | 72 | 15 | 70 | 0 | 52 | 2 | 37 | 12D | 45 | 1A |
| Octal | 162 | 25 | 160 | 0 | 122 | 2 | 67 | 455 | 105 | 32 |
| Binary | 1110010 | 10101 | 1110000 | 0 | 1010010 | 10 | 110111 | 100101101 | 1000101 | 11010 |
Color Harmonies of #721570
Complementary color
Monochromatic Colors of #721570
Black with #721570
Text Example
Text Example
White with #721570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721570; }
p { color: rgb(114,21,112); }
H1.HeaderClassName
{
color: #721570;
}
.AnyTagClassName
{
color: #721570;
}
</style>
background-color css
<style>
a { background-color: #721570; }
a { background-color: rgb(114,21,112); }
div.DivClassName
{
background-color: #721570;
}
.BgClassName
{
background-color: #721570;
}
</style>
border-color css
<style>
span { border-color: #721570; }
span { border-color: rgb(114,21,112); }
td.TdClassName
{
border-color: #721570;
}
.TagClassName
{
border-color: #721570;
}
</style>