Shades of Dark Purple #721777
Tints of Dark Purple #721777
RGB
CMYK
RGB Variations
Color information
#721777 (or 0x721777) is known color: Dark Purple. HEX triplet: 72, 17 and 77. RGB value is (114,23,119). Sum of RGB (Red+Green+Blue) = 114+23+119=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #721777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721777 is #8DE888. Grayscale: #3C3C3C. Windows color (decimal): -9300105 or 7804786. OLE color: 7804786.
HSL color Cylindrical-coordinate representation of color #721777: hue angle of 296.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721777 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 23 | 119 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.53 |
| HSL | 296.88º | 0.68% | 0.28% | - |
| HSV(B) | 296.88º | 0.81% | 0.47% | - |
| XYZ | 10.58 | 5.52 | 17.96 | - |
| YUV | 61.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 119 | 0.04 | 0.81 | 0 | 0.53 | 296.88 | 0.68 | 0.28 |
| Hex | 72 | 17 | 77 | 4 | 51 | 0 | 35 | 129 | 44 | 1C |
| Octal | 162 | 27 | 167 | 4 | 121 | 0 | 65 | 451 | 104 | 34 |
| Binary | 1110010 | 10111 | 1110111 | 100 | 1010001 | 0 | 110101 | 100101001 | 1000100 | 11100 |
Color Harmonies of #721777
Complementary color
Monochromatic Colors of #721777
Black with #721777
Text Example
Text Example
White with #721777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721777; }
p { color: rgb(114,23,119); }
H1.HeaderClassName
{
color: #721777;
}
.AnyTagClassName
{
color: #721777;
}
</style>
background-color css
<style>
a { background-color: #721777; }
a { background-color: rgb(114,23,119); }
div.DivClassName
{
background-color: #721777;
}
.BgClassName
{
background-color: #721777;
}
</style>
border-color css
<style>
span { border-color: #721777; }
span { border-color: rgb(114,23,119); }
td.TdClassName
{
border-color: #721777;
}
.TagClassName
{
border-color: #721777;
}
</style>