Shades of Dark Purple #772170
Tints of Dark Purple #772170
RGB
CMYK
RGB Variations
Color information
#772170 (or 0x772170) is known color: Dark Purple. HEX triplet: 77, 21 and 70. RGB value is (119,33,112). Sum of RGB (Red+Green+Blue) = 119+33+112=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #772170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772170 is #88DE8F. Grayscale: #434343. Windows color (decimal): -8969872 or 7348599. OLE color: 7348599.
HSL color Cylindrical-coordinate representation of color #772170: hue angle of 304.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772170 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 112 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.53 |
| HSL | 304.88º | 0.57% | 0.3% | - |
| HSV(B) | 304.88º | 0.72% | 0.47% | - |
| XYZ | 11.08 | 6.18 | 15.94 | - |
| YUV | 67.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 112 | 0 | 0.72 | 0.06 | 0.53 | 304.88 | 0.57 | 0.3 |
| Hex | 77 | 21 | 70 | 0 | 48 | 6 | 35 | 131 | 39 | 1E |
| Octal | 167 | 41 | 160 | 0 | 110 | 6 | 65 | 461 | 71 | 36 |
| Binary | 1110111 | 100001 | 1110000 | 0 | 1001000 | 110 | 110101 | 100110001 | 111001 | 11110 |
Color Harmonies of #772170
Complementary color
Monochromatic Colors of #772170
Black with #772170
Text Example
Text Example
White with #772170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772170; }
p { color: rgb(119,33,112); }
H1.HeaderClassName
{
color: #772170;
}
.AnyTagClassName
{
color: #772170;
}
</style>
background-color css
<style>
a { background-color: #772170; }
a { background-color: rgb(119,33,112); }
div.DivClassName
{
background-color: #772170;
}
.BgClassName
{
background-color: #772170;
}
</style>
border-color css
<style>
span { border-color: #772170; }
span { border-color: rgb(119,33,112); }
td.TdClassName
{
border-color: #772170;
}
.TagClassName
{
border-color: #772170;
}
</style>