Shades of Purple #771086
Tints of Purple #771086
RGB
CMYK
RGB Variations
Color information
#771086 (or 0x771086) is known color: Purple. HEX triplet: 77, 10 and 86. RGB value is (119,16,134). Sum of RGB (Red+Green+Blue) = 119+16+134=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #771086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771086 is #88EF79. Grayscale: #3B3B3B. Windows color (decimal): -8974202 or 8786039. OLE color: 8786039.
HSL color Cylindrical-coordinate representation of color #771086: hue angle of 292.37º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771086 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 16 | 134 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.47 |
| HSL | 292.37º | 0.79% | 0.29% | - |
| HSV(B) | 292.37º | 0.88% | 0.53% | - |
| XYZ | 12.1 | 6.01 | 23.08 | - |
| YUV | 60.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 134 | 0.11 | 0.88 | 0 | 0.47 | 292.37 | 0.79 | 0.29 |
| Hex | 77 | 10 | 86 | B | 58 | 0 | 2F | 124 | 4F | 1D |
| Octal | 167 | 20 | 206 | 13 | 130 | 0 | 57 | 444 | 117 | 35 |
| Binary | 1110111 | 10000 | 10000110 | 1011 | 1011000 | 0 | 101111 | 100100100 | 1001111 | 11101 |
Color Harmonies of #771086
Complementary color
Monochromatic Colors of #771086
Black with #771086
Text Example
Text Example
White with #771086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771086; }
p { color: rgb(119,16,134); }
H1.HeaderClassName
{
color: #771086;
}
.AnyTagClassName
{
color: #771086;
}
</style>
background-color css
<style>
a { background-color: #771086; }
a { background-color: rgb(119,16,134); }
div.DivClassName
{
background-color: #771086;
}
.BgClassName
{
background-color: #771086;
}
</style>
border-color css
<style>
span { border-color: #771086; }
span { border-color: rgb(119,16,134); }
td.TdClassName
{
border-color: #771086;
}
.TagClassName
{
border-color: #771086;
}
</style>