Shades of Dark Purple #771977
Tints of Dark Purple #771977
RGB
CMYK
RGB Variations
Color information
#771977 (or 0x771977) is known color: Dark Purple. HEX triplet: 77, 19 and 77. RGB value is (119,25,119). Sum of RGB (Red+Green+Blue) = 119+25+119=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #771977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771977 is #88E688. Grayscale: #3F3F3F. Windows color (decimal): -8971913 or 7805303. OLE color: 7805303.
HSL color Cylindrical-coordinate representation of color #771977: hue angle of 300º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771977 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 119 | - |
| CMYK | 0 | 0.79 | 0 | 0.53 |
| HSL | 300º | 0.65% | 0.28% | - |
| HSV(B) | 300º | 0.79% | 0.47% | - |
| XYZ | 11.29 | 5.95 | 18.01 | - |
| YUV | 63.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 119 | 0 | 0.79 | 0 | 0.53 | 300 | 0.65 | 0.28 |
| Hex | 77 | 19 | 77 | 0 | 4F | 0 | 35 | 12C | 41 | 1C |
| Octal | 167 | 31 | 167 | 0 | 117 | 0 | 65 | 454 | 101 | 34 |
| Binary | 1110111 | 11001 | 1110111 | 0 | 1001111 | 0 | 110101 | 100101100 | 1000001 | 11100 |
Color Harmonies of #771977
Complementary color
Monochromatic Colors of #771977
Black with #771977
Text Example
Text Example
White with #771977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771977; }
p { color: rgb(119,25,119); }
H1.HeaderClassName
{
color: #771977;
}
.AnyTagClassName
{
color: #771977;
}
</style>
background-color css
<style>
a { background-color: #771977; }
a { background-color: rgb(119,25,119); }
div.DivClassName
{
background-color: #771977;
}
.BgClassName
{
background-color: #771977;
}
</style>
border-color css
<style>
span { border-color: #771977; }
span { border-color: rgb(119,25,119); }
td.TdClassName
{
border-color: #771977;
}
.TagClassName
{
border-color: #771977;
}
</style>