Shades of Purple #770086
Tints of Purple #770086
RGB
CMYK
RGB Variations
Color information
#770086 (or 0x770086) is known color: Purple. HEX triplet: 77, 00 and 86. RGB value is (119,0,134). Sum of RGB (Red+Green+Blue) = 119+0+134=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #770086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770086 is #88FF79. Grayscale: #323232. Windows color (decimal): -8978298 or 8781943. OLE color: 8781943.
HSL color Cylindrical-coordinate representation of color #770086: hue angle of 293.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770086 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 0 | 134 | - |
| CMYK | 0.11 | 1 | 0 | 0.47 |
| HSL | 293.28º | 1% | 0.26% | - |
| HSV(B) | 293.28º | 1% | 0.53% | - |
| XYZ | 11.91 | 5.64 | 23.02 | - |
| YUV | 50.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 134 | 0.11 | 1 | 0 | 0.47 | 293.28 | 1 | 0.26 |
| Hex | 77 | 0 | 86 | B | 64 | 0 | 2F | 125 | 64 | 1A |
| Octal | 167 | 0 | 206 | 13 | 144 | 0 | 57 | 445 | 144 | 32 |
| Binary | 1110111 | 0 | 10000110 | 1011 | 1100100 | 0 | 101111 | 100100101 | 1100100 | 11010 |
Color Harmonies of #770086
Complementary color
Monochromatic Colors of #770086
Black with #770086
Text Example
Text Example
White with #770086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770086; }
p { color: rgb(119,0,134); }
H1.HeaderClassName
{
color: #770086;
}
.AnyTagClassName
{
color: #770086;
}
</style>
background-color css
<style>
a { background-color: #770086; }
a { background-color: rgb(119,0,134); }
div.DivClassName
{
background-color: #770086;
}
.BgClassName
{
background-color: #770086;
}
</style>
border-color css
<style>
span { border-color: #770086; }
span { border-color: rgb(119,0,134); }
td.TdClassName
{
border-color: #770086;
}
.TagClassName
{
border-color: #770086;
}
</style>