Shades of Dark Purple #771066
Tints of Dark Purple #771066
RGB
CMYK
RGB Variations
Color information
#771066 (or 0x771066) is known color: Dark Purple. HEX triplet: 77, 10 and 66. RGB value is (119,16,102). Sum of RGB (Red+Green+Blue) = 119+16+102=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #771066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771066 is #88EF99. Grayscale: #383838. Windows color (decimal): -8974234 or 6688887. OLE color: 6688887.
HSL color Cylindrical-coordinate representation of color #771066: hue angle of 309.9º 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 #771066 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 102 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.53 |
| HSL | 309.9º | 0.76% | 0.26% | - |
| HSV(B) | 309.9º | 0.87% | 0.47% | - |
| XYZ | 10.19 | 5.25 | 13.05 | - |
| YUV | 56.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 102 | 0 | 0.87 | 0.14 | 0.53 | 309.9 | 0.76 | 0.26 |
| Hex | 77 | 10 | 66 | 0 | 57 | E | 35 | 136 | 4C | 1A |
| Octal | 167 | 20 | 146 | 0 | 127 | 16 | 65 | 466 | 114 | 32 |
| Binary | 1110111 | 10000 | 1100110 | 0 | 1010111 | 1110 | 110101 | 100110110 | 1001100 | 11010 |
Color Harmonies of #771066
Complementary color
Monochromatic Colors of #771066
Black with #771066
Text Example
Text Example
White with #771066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771066; }
p { color: rgb(119,16,102); }
H1.HeaderClassName
{
color: #771066;
}
.AnyTagClassName
{
color: #771066;
}
</style>
background-color css
<style>
a { background-color: #771066; }
a { background-color: rgb(119,16,102); }
div.DivClassName
{
background-color: #771066;
}
.BgClassName
{
background-color: #771066;
}
</style>
border-color css
<style>
span { border-color: #771066; }
span { border-color: rgb(119,16,102); }
td.TdClassName
{
border-color: #771066;
}
.TagClassName
{
border-color: #771066;
}
</style>