Shades of Dark Purple #77106A
Tints of Dark Purple #77106A
RGB
CMYK
RGB Variations
Color information
#77106A (or 0x77106A) is known color: Dark Purple. HEX triplet: 77, 10 and 6A. RGB value is (119,16,106). Sum of RGB (Red+Green+Blue) = 119+16+106=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #77106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77106A is #88EF95. Grayscale: #383838. Windows color (decimal): -8974230 or 6951031. OLE color: 6951031.
HSL color Cylindrical-coordinate representation of color #77106A: hue angle of 307.57º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77106A is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 106 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.53 |
| HSL | 307.57º | 0.76% | 0.26% | - |
| HSV(B) | 307.57º | 0.87% | 0.47% | - |
| XYZ | 10.39 | 5.33 | 14.12 | - |
| YUV | 57.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 106 | 0 | 0.87 | 0.11 | 0.53 | 307.57 | 0.76 | 0.26 |
| Hex | 77 | 10 | 6A | 0 | 57 | B | 35 | 134 | 4C | 1A |
| Octal | 167 | 20 | 152 | 0 | 127 | 13 | 65 | 464 | 114 | 32 |
| Binary | 1110111 | 10000 | 1101010 | 0 | 1010111 | 1011 | 110101 | 100110100 | 1001100 | 11010 |
Color Harmonies of #77106A
Complementary color
Monochromatic Colors of #77106A
Black with #77106A
Text Example
Text Example
White with #77106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77106A; }
p { color: rgb(119,16,106); }
H1.HeaderClassName
{
color: #77106A;
}
.AnyTagClassName
{
color: #77106A;
}
</style>
background-color css
<style>
a { background-color: #77106A; }
a { background-color: rgb(119,16,106); }
div.DivClassName
{
background-color: #77106A;
}
.BgClassName
{
background-color: #77106A;
}
</style>
border-color css
<style>
span { border-color: #77106A; }
span { border-color: rgb(119,16,106); }
td.TdClassName
{
border-color: #77106A;
}
.TagClassName
{
border-color: #77106A;
}
</style>