Shades of Dark Purple #771E6C
Tints of Dark Purple #771E6C
RGB
CMYK
RGB Variations
Color information
#771E6C (or 0x771E6C) is known color: Dark Purple. HEX triplet: 77, 1E and 6C. RGB value is (119,30,108). Sum of RGB (Red+Green+Blue) = 119+30+108=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E6C is #88E193. Grayscale: #414141. Windows color (decimal): -8970644 or 7085687. OLE color: 7085687.
HSL color Cylindrical-coordinate representation of color #771E6C: hue angle of 307.42º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E6C is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 108 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.53 |
| HSL | 307.42º | 0.6% | 0.29% | - |
| HSV(B) | 307.42º | 0.75% | 0.47% | - |
| XYZ | 10.78 | 5.93 | 14.76 | - |
| YUV | 65.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 108 | 0 | 0.75 | 0.09 | 0.53 | 307.42 | 0.6 | 0.29 |
| Hex | 77 | 1E | 6C | 0 | 4B | 9 | 35 | 133 | 3C | 1D |
| Octal | 167 | 36 | 154 | 0 | 113 | 11 | 65 | 463 | 74 | 35 |
| Binary | 1110111 | 11110 | 1101100 | 0 | 1001011 | 1001 | 110101 | 100110011 | 111100 | 11101 |
Color Harmonies of #771E6C
Complementary color
Monochromatic Colors of #771E6C
Black with #771E6C
Text Example
Text Example
White with #771E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E6C; }
p { color: rgb(119,30,108); }
H1.HeaderClassName
{
color: #771E6C;
}
.AnyTagClassName
{
color: #771E6C;
}
</style>
background-color css
<style>
a { background-color: #771E6C; }
a { background-color: rgb(119,30,108); }
div.DivClassName
{
background-color: #771E6C;
}
.BgClassName
{
background-color: #771E6C;
}
</style>
border-color css
<style>
span { border-color: #771E6C; }
span { border-color: rgb(119,30,108); }
td.TdClassName
{
border-color: #771E6C;
}
.TagClassName
{
border-color: #771E6C;
}
</style>