Shades of Eggplant #77025C
Tints of Eggplant #77025C
RGB
CMYK
RGB Variations
Color information
#77025C (or 0x77025C) is known color: Eggplant. HEX triplet: 77, 02 and 5C. RGB value is (119,2,92). Sum of RGB (Red+Green+Blue) = 119+2+92=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77025C is #88FDA3. Grayscale: #2E2E2E. Windows color (decimal): -8977828 or 6029943. OLE color: 6029943.
HSL color Cylindrical-coordinate representation of color #77025C: hue angle of 313.85º 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 #77025C is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 92 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.53 |
| HSL | 313.85º | 0.97% | 0.24% | - |
| HSV(B) | 313.85º | 0.98% | 0.47% | - |
| XYZ | 9.56 | 4.74 | 10.54 | - |
| YUV | 47.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 92 | 0 | 0.98 | 0.23 | 0.53 | 313.85 | 0.97 | 0.24 |
| Hex | 77 | 2 | 5C | 0 | 62 | 17 | 35 | 13A | 61 | 18 |
| Octal | 167 | 2 | 134 | 0 | 142 | 27 | 65 | 472 | 141 | 30 |
| Binary | 1110111 | 10 | 1011100 | 0 | 1100010 | 10111 | 110101 | 100111010 | 1100001 | 11000 |
Color Harmonies of #77025C
Complementary color
Monochromatic Colors of #77025C
Black with #77025C
Text Example
Text Example
White with #77025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77025C; }
p { color: rgb(119,2,92); }
H1.HeaderClassName
{
color: #77025C;
}
.AnyTagClassName
{
color: #77025C;
}
</style>
background-color css
<style>
a { background-color: #77025C; }
a { background-color: rgb(119,2,92); }
div.DivClassName
{
background-color: #77025C;
}
.BgClassName
{
background-color: #77025C;
}
</style>
border-color css
<style>
span { border-color: #77025C; }
span { border-color: rgb(119,2,92); }
td.TdClassName
{
border-color: #77025C;
}
.TagClassName
{
border-color: #77025C;
}
</style>