Shades of Eggplant #770160
Tints of Eggplant #770160
RGB
CMYK
RGB Variations
Color information
#770160 (or 0x770160) is known color: Eggplant. HEX triplet: 77, 01 and 60. RGB value is (119,1,96). Sum of RGB (Red+Green+Blue) = 119+1+96=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #770160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770160 is #88FE9F. Grayscale: #2E2E2E. Windows color (decimal): -8978080 or 6291831. OLE color: 6291831.
HSL color Cylindrical-coordinate representation of color #770160: hue angle of 311.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770160 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.53 |
| HSL | 311.69º | 0.98% | 0.24% | - |
| HSV(B) | 311.69º | 0.99% | 0.47% | - |
| XYZ | 9.73 | 4.79 | 11.48 | - |
| YUV | 47.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 96 | 0 | 0.99 | 0.19 | 0.53 | 311.69 | 0.98 | 0.24 |
| Hex | 77 | 1 | 60 | 0 | 63 | 13 | 35 | 138 | 62 | 18 |
| Octal | 167 | 1 | 140 | 0 | 143 | 23 | 65 | 470 | 142 | 30 |
| Binary | 1110111 | 1 | 1100000 | 0 | 1100011 | 10011 | 110101 | 100111000 | 1100010 | 11000 |
Color Harmonies of #770160
Complementary color
Monochromatic Colors of #770160
Black with #770160
Text Example
Text Example
White with #770160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770160; }
p { color: rgb(119,1,96); }
H1.HeaderClassName
{
color: #770160;
}
.AnyTagClassName
{
color: #770160;
}
</style>
background-color css
<style>
a { background-color: #770160; }
a { background-color: rgb(119,1,96); }
div.DivClassName
{
background-color: #770160;
}
.BgClassName
{
background-color: #770160;
}
</style>
border-color css
<style>
span { border-color: #770160; }
span { border-color: rgb(119,1,96); }
td.TdClassName
{
border-color: #770160;
}
.TagClassName
{
border-color: #770160;
}
</style>