Shades of Dark Purple #77166C
Tints of Dark Purple #77166C
RGB
CMYK
RGB Variations
Color information
#77166C (or 0x77166C) is known color: Dark Purple. HEX triplet: 77, 16 and 6C. RGB value is (119,22,108). Sum of RGB (Red+Green+Blue) = 119+22+108=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77166C is #88E993. Grayscale: #3C3C3C. Windows color (decimal): -8972692 or 7083639. OLE color: 7083639.
HSL color Cylindrical-coordinate representation of color #77166C: hue angle of 306.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77166C is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 108 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.53 |
| HSL | 306.8º | 0.69% | 0.28% | - |
| HSV(B) | 306.8º | 0.82% | 0.47% | - |
| XYZ | 10.6 | 5.58 | 14.71 | - |
| YUV | 60.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 108 | 0 | 0.82 | 0.09 | 0.53 | 306.8 | 0.69 | 0.28 |
| Hex | 77 | 16 | 6C | 0 | 52 | 9 | 35 | 133 | 45 | 1C |
| Octal | 167 | 26 | 154 | 0 | 122 | 11 | 65 | 463 | 105 | 34 |
| Binary | 1110111 | 10110 | 1101100 | 0 | 1010010 | 1001 | 110101 | 100110011 | 1000101 | 11100 |
Color Harmonies of #77166C
Complementary color
Monochromatic Colors of #77166C
Black with #77166C
Text Example
Text Example
White with #77166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77166C; }
p { color: rgb(119,22,108); }
H1.HeaderClassName
{
color: #77166C;
}
.AnyTagClassName
{
color: #77166C;
}
</style>
background-color css
<style>
a { background-color: #77166C; }
a { background-color: rgb(119,22,108); }
div.DivClassName
{
background-color: #77166C;
}
.BgClassName
{
background-color: #77166C;
}
</style>
border-color css
<style>
span { border-color: #77166C; }
span { border-color: rgb(119,22,108); }
td.TdClassName
{
border-color: #77166C;
}
.TagClassName
{
border-color: #77166C;
}
</style>