Shades of Dark Purple #772077
Tints of Dark Purple #772077
RGB
CMYK
RGB Variations
Color information
#772077 (or 0x772077) is known color: Dark Purple. HEX triplet: 77, 20 and 77. RGB value is (119,32,119). Sum of RGB (Red+Green+Blue) = 119+32+119=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #772077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772077 is #88DF88. Grayscale: #434343. Windows color (decimal): -8970121 or 7807095. OLE color: 7807095.
HSL color Cylindrical-coordinate representation of color #772077: hue angle of 300º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772077 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 119 | - |
| CMYK | 0 | 0.73 | 0 | 0.53 |
| HSL | 300º | 0.58% | 0.3% | - |
| HSV(B) | 300º | 0.73% | 0.47% | - |
| XYZ | 11.45 | 6.29 | 18.06 | - |
| YUV | 67.93 | 156.82 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 119 | 0 | 0.73 | 0 | 0.53 | 300 | 0.58 | 0.3 |
| Hex | 77 | 20 | 77 | 0 | 49 | 0 | 35 | 12C | 3A | 1E |
| Octal | 167 | 40 | 167 | 0 | 111 | 0 | 65 | 454 | 72 | 36 |
| Binary | 1110111 | 100000 | 1110111 | 0 | 1001001 | 0 | 110101 | 100101100 | 111010 | 11110 |
Color Harmonies of #772077
Complementary color
Monochromatic Colors of #772077
Black with #772077
Text Example
Text Example
White with #772077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772077; }
p { color: rgb(119,32,119); }
H1.HeaderClassName
{
color: #772077;
}
.AnyTagClassName
{
color: #772077;
}
</style>
background-color css
<style>
a { background-color: #772077; }
a { background-color: rgb(119,32,119); }
div.DivClassName
{
background-color: #772077;
}
.BgClassName
{
background-color: #772077;
}
</style>
border-color css
<style>
span { border-color: #772077; }
span { border-color: rgb(119,32,119); }
td.TdClassName
{
border-color: #772077;
}
.TagClassName
{
border-color: #772077;
}
</style>