Shades of Eggplant #79015D
Tints of Eggplant #79015D
RGB
CMYK
RGB Variations
Color information
#79015D (or 0x79015D) is known color: Eggplant. HEX triplet: 79, 01 and 5D. RGB value is (121,1,93). Sum of RGB (Red+Green+Blue) = 121+1+93=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79015D is #86FEA2. Grayscale: #2F2F2F. Windows color (decimal): -8847011 or 6095225. OLE color: 6095225.
HSL color Cylindrical-coordinate representation of color #79015D: hue angle of 314º 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 #79015D is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.53 |
| HSL | 314º | 0.98% | 0.24% | - |
| HSV(B) | 314º | 0.99% | 0.47% | - |
| XYZ | 9.87 | 4.88 | 10.78 | - |
| YUV | 47.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 93 | 0 | 0.99 | 0.23 | 0.53 | 314 | 0.98 | 0.24 |
| Hex | 79 | 1 | 5D | 0 | 63 | 17 | 35 | 13A | 62 | 18 |
| Octal | 171 | 1 | 135 | 0 | 143 | 27 | 65 | 472 | 142 | 30 |
| Binary | 1111001 | 1 | 1011101 | 0 | 1100011 | 10111 | 110101 | 100111010 | 1100010 | 11000 |
Color Harmonies of #79015D
Complementary color
Monochromatic Colors of #79015D
Black with #79015D
Text Example
Text Example
White with #79015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79015D; }
p { color: rgb(121,1,93); }
H1.HeaderClassName
{
color: #79015D;
}
.AnyTagClassName
{
color: #79015D;
}
</style>
background-color css
<style>
a { background-color: #79015D; }
a { background-color: rgb(121,1,93); }
div.DivClassName
{
background-color: #79015D;
}
.BgClassName
{
background-color: #79015D;
}
</style>
border-color css
<style>
span { border-color: #79015D; }
span { border-color: rgb(121,1,93); }
td.TdClassName
{
border-color: #79015D;
}
.TagClassName
{
border-color: #79015D;
}
</style>