Shades of Eggplant #79085C
Tints of Eggplant #79085C
RGB
CMYK
RGB Variations
Color information
#79085C (or 0x79085C) is known color: Eggplant. HEX triplet: 79, 08 and 5C. RGB value is (121,8,92). Sum of RGB (Red+Green+Blue) = 121+8+92=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79085C is #86F7A3. Grayscale: #333333. Windows color (decimal): -8845220 or 6031481. OLE color: 6031481.
HSL color Cylindrical-coordinate representation of color #79085C: hue angle of 315.4º 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 #79085C is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 92 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.53 |
| HSL | 315.4º | 0.88% | 0.25% | - |
| HSV(B) | 315.4º | 0.93% | 0.47% | - |
| XYZ | 9.9 | 5.01 | 10.57 | - |
| YUV | 51.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 92 | 0 | 0.93 | 0.24 | 0.53 | 315.4 | 0.88 | 0.25 |
| Hex | 79 | 8 | 5C | 0 | 5D | 18 | 35 | 13B | 58 | 19 |
| Octal | 171 | 10 | 134 | 0 | 135 | 30 | 65 | 473 | 130 | 31 |
| Binary | 1111001 | 1000 | 1011100 | 0 | 1011101 | 11000 | 110101 | 100111011 | 1011000 | 11001 |
Color Harmonies of #79085C
Complementary color
Monochromatic Colors of #79085C
Black with #79085C
Text Example
Text Example
White with #79085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79085C; }
p { color: rgb(121,8,92); }
H1.HeaderClassName
{
color: #79085C;
}
.AnyTagClassName
{
color: #79085C;
}
</style>
background-color css
<style>
a { background-color: #79085C; }
a { background-color: rgb(121,8,92); }
div.DivClassName
{
background-color: #79085C;
}
.BgClassName
{
background-color: #79085C;
}
</style>
border-color css
<style>
span { border-color: #79085C; }
span { border-color: rgb(121,8,92); }
td.TdClassName
{
border-color: #79085C;
}
.TagClassName
{
border-color: #79085C;
}
</style>