Shades of Eggplant #79085D
Tints of Eggplant #79085D
RGB
CMYK
RGB Variations
Color information
#79085D (or 0x79085D) is known color: Eggplant. HEX triplet: 79, 08 and 5D. RGB value is (121,8,93). Sum of RGB (Red+Green+Blue) = 121+8+93=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79085D is #86F7A2. Grayscale: #333333. Windows color (decimal): -8845219 or 6097017. OLE color: 6097017.
HSL color Cylindrical-coordinate representation of color #79085D: hue angle of 314.87º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79085D is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 93 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.53 |
| HSL | 314.87º | 0.88% | 0.25% | - |
| HSV(B) | 314.87º | 0.93% | 0.47% | - |
| XYZ | 9.95 | 5.03 | 10.8 | - |
| YUV | 51.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 93 | 0 | 0.93 | 0.23 | 0.53 | 314.87 | 0.88 | 0.25 |
| Hex | 79 | 8 | 5D | 0 | 5D | 17 | 35 | 13B | 58 | 19 |
| Octal | 171 | 10 | 135 | 0 | 135 | 27 | 65 | 473 | 130 | 31 |
| Binary | 1111001 | 1000 | 1011101 | 0 | 1011101 | 10111 | 110101 | 100111011 | 1011000 | 11001 |
Color Harmonies of #79085D
Complementary color
Monochromatic Colors of #79085D
Black with #79085D
Text Example
Text Example
White with #79085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79085D; }
p { color: rgb(121,8,93); }
H1.HeaderClassName
{
color: #79085D;
}
.AnyTagClassName
{
color: #79085D;
}
</style>
background-color css
<style>
a { background-color: #79085D; }
a { background-color: rgb(121,8,93); }
div.DivClassName
{
background-color: #79085D;
}
.BgClassName
{
background-color: #79085D;
}
</style>
border-color css
<style>
span { border-color: #79085D; }
span { border-color: rgb(121,8,93); }
td.TdClassName
{
border-color: #79085D;
}
.TagClassName
{
border-color: #79085D;
}
</style>