Shades of Dark Purple #772970
Tints of Dark Purple #772970
RGB
CMYK
RGB Variations
Color information
#772970 (or 0x772970) is known color: Dark Purple. HEX triplet: 77, 29 and 70. RGB value is (119,41,112). Sum of RGB (Red+Green+Blue) = 119+41+112=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #772970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772970 is #88D68F. Grayscale: #484848. Windows color (decimal): -8967824 or 7350647. OLE color: 7350647.
HSL color Cylindrical-coordinate representation of color #772970: hue angle of 305.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772970 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 112 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.53 |
| HSL | 305.38º | 0.49% | 0.31% | - |
| HSV(B) | 305.38º | 0.66% | 0.47% | - |
| XYZ | 11.33 | 6.68 | 16.02 | - |
| YUV | 72.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 112 | 0 | 0.66 | 0.06 | 0.53 | 305.38 | 0.49 | 0.31 |
| Hex | 77 | 29 | 70 | 0 | 42 | 6 | 35 | 131 | 31 | 1F |
| Octal | 167 | 51 | 160 | 0 | 102 | 6 | 65 | 461 | 61 | 37 |
| Binary | 1110111 | 101001 | 1110000 | 0 | 1000010 | 110 | 110101 | 100110001 | 110001 | 11111 |
Color Harmonies of #772970
Complementary color
Monochromatic Colors of #772970
Black with #772970
Text Example
Text Example
White with #772970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772970; }
p { color: rgb(119,41,112); }
H1.HeaderClassName
{
color: #772970;
}
.AnyTagClassName
{
color: #772970;
}
</style>
background-color css
<style>
a { background-color: #772970; }
a { background-color: rgb(119,41,112); }
div.DivClassName
{
background-color: #772970;
}
.BgClassName
{
background-color: #772970;
}
</style>
border-color css
<style>
span { border-color: #772970; }
span { border-color: rgb(119,41,112); }
td.TdClassName
{
border-color: #772970;
}
.TagClassName
{
border-color: #772970;
}
</style>