Shades of Dark Purple #771980
Tints of Dark Purple #771980
RGB
CMYK
RGB Variations
Color information
#771980 (or 0x771980) is known color: Dark Purple. HEX triplet: 77, 19 and 80. RGB value is (119,25,128). Sum of RGB (Red+Green+Blue) = 119+25+128=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #771980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771980 is #88E67F. Grayscale: #404040. Windows color (decimal): -8971904 or 8395127. OLE color: 8395127.
HSL color Cylindrical-coordinate representation of color #771980: hue angle of 294.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771980 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 25 | 128 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.50 |
| HSL | 294.76º | 0.67% | 0.3% | - |
| HSV(B) | 294.76º | 0.8% | 0.5% | - |
| XYZ | 11.85 | 6.18 | 20.99 | - |
| YUV | 64.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 128 | 0.07 | 0.80 | 0 | 0.50 | 294.76 | 0.67 | 0.3 |
| Hex | 77 | 19 | 80 | 7 | 50 | 0 | 32 | 127 | 43 | 1E |
| Octal | 167 | 31 | 200 | 7 | 120 | 0 | 62 | 447 | 103 | 36 |
| Binary | 1110111 | 11001 | 10000000 | 111 | 1010000 | 0 | 110010 | 100100111 | 1000011 | 11110 |
Color Harmonies of #771980
Complementary color
Monochromatic Colors of #771980
Black with #771980
Text Example
Text Example
White with #771980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771980; }
p { color: rgb(119,25,128); }
H1.HeaderClassName
{
color: #771980;
}
.AnyTagClassName
{
color: #771980;
}
</style>
background-color css
<style>
a { background-color: #771980; }
a { background-color: rgb(119,25,128); }
div.DivClassName
{
background-color: #771980;
}
.BgClassName
{
background-color: #771980;
}
</style>
border-color css
<style>
span { border-color: #771980; }
span { border-color: rgb(119,25,128); }
td.TdClassName
{
border-color: #771980;
}
.TagClassName
{
border-color: #771980;
}
</style>