Shades of Eggplant #770260
Tints of Eggplant #770260
RGB
CMYK
RGB Variations
Color information
#770260 (or 0x770260) is known color: Eggplant. HEX triplet: 77, 02 and 60. RGB value is (119,2,96). Sum of RGB (Red+Green+Blue) = 119+2+96=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #770260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770260 is #88FD9F. Grayscale: #2F2F2F. Windows color (decimal): -8977824 or 6292087. OLE color: 6292087.
HSL color Cylindrical-coordinate representation of color #770260: hue angle of 311.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770260 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 96 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.53 |
| HSL | 311.79º | 0.97% | 0.24% | - |
| HSV(B) | 311.79º | 0.98% | 0.47% | - |
| XYZ | 9.74 | 4.81 | 11.48 | - |
| YUV | 47.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 96 | 0 | 0.98 | 0.19 | 0.53 | 311.79 | 0.97 | 0.24 |
| Hex | 77 | 2 | 60 | 0 | 62 | 13 | 35 | 138 | 61 | 18 |
| Octal | 167 | 2 | 140 | 0 | 142 | 23 | 65 | 470 | 141 | 30 |
| Binary | 1110111 | 10 | 1100000 | 0 | 1100010 | 10011 | 110101 | 100111000 | 1100001 | 11000 |
Color Harmonies of #770260
Complementary color
Monochromatic Colors of #770260
Black with #770260
Text Example
Text Example
White with #770260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770260; }
p { color: rgb(119,2,96); }
H1.HeaderClassName
{
color: #770260;
}
.AnyTagClassName
{
color: #770260;
}
</style>
background-color css
<style>
a { background-color: #770260; }
a { background-color: rgb(119,2,96); }
div.DivClassName
{
background-color: #770260;
}
.BgClassName
{
background-color: #770260;
}
</style>
border-color css
<style>
span { border-color: #770260; }
span { border-color: rgb(119,2,96); }
td.TdClassName
{
border-color: #770260;
}
.TagClassName
{
border-color: #770260;
}
</style>