Shades of Dark Purple #77166A
Tints of Dark Purple #77166A
RGB
CMYK
RGB Variations
Color information
#77166A (or 0x77166A) is known color: Dark Purple. HEX triplet: 77, 16 and 6A. RGB value is (119,22,106). Sum of RGB (Red+Green+Blue) = 119+22+106=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77166A is #88E995. Grayscale: #3C3C3C. Windows color (decimal): -8972694 or 6952567. OLE color: 6952567.
HSL color Cylindrical-coordinate representation of color #77166A: hue angle of 308.04º 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 #77166A is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 106 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.53 |
| HSL | 308.04º | 0.69% | 0.28% | - |
| HSV(B) | 308.04º | 0.82% | 0.47% | - |
| XYZ | 10.5 | 5.54 | 14.15 | - |
| YUV | 60.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 106 | 0 | 0.82 | 0.11 | 0.53 | 308.04 | 0.69 | 0.28 |
| Hex | 77 | 16 | 6A | 0 | 52 | B | 35 | 134 | 45 | 1C |
| Octal | 167 | 26 | 152 | 0 | 122 | 13 | 65 | 464 | 105 | 34 |
| Binary | 1110111 | 10110 | 1101010 | 0 | 1010010 | 1011 | 110101 | 100110100 | 1000101 | 11100 |
Color Harmonies of #77166A
Complementary color
Monochromatic Colors of #77166A
Black with #77166A
Text Example
Text Example
White with #77166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77166A; }
p { color: rgb(119,22,106); }
H1.HeaderClassName
{
color: #77166A;
}
.AnyTagClassName
{
color: #77166A;
}
</style>
background-color css
<style>
a { background-color: #77166A; }
a { background-color: rgb(119,22,106); }
div.DivClassName
{
background-color: #77166A;
}
.BgClassName
{
background-color: #77166A;
}
</style>
border-color css
<style>
span { border-color: #77166A; }
span { border-color: rgb(119,22,106); }
td.TdClassName
{
border-color: #77166A;
}
.TagClassName
{
border-color: #77166A;
}
</style>