Shades of Eggplant #76015D
Tints of Eggplant #76015D
RGB
CMYK
RGB Variations
Color information
#76015D (or 0x76015D) is known color: Eggplant. HEX triplet: 76, 01 and 5D. RGB value is (118,1,93). Sum of RGB (Red+Green+Blue) = 118+1+93=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76015D is #89FEA2. Grayscale: #2E2E2E. Windows color (decimal): -9043619 or 6095222. OLE color: 6095222.
HSL color Cylindrical-coordinate representation of color #76015D: hue angle of 312.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76015D is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.54 |
| HSL | 312.82º | 0.98% | 0.23% | - |
| HSV(B) | 312.82º | 0.99% | 0.46% | - |
| XYZ | 9.46 | 4.66 | 10.76 | - |
| YUV | 46.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 93 | 0 | 0.99 | 0.21 | 0.54 | 312.82 | 0.98 | 0.23 |
| Hex | 76 | 1 | 5D | 0 | 63 | 15 | 36 | 139 | 62 | 17 |
| Octal | 166 | 1 | 135 | 0 | 143 | 25 | 66 | 471 | 142 | 27 |
| Binary | 1110110 | 1 | 1011101 | 0 | 1100011 | 10101 | 110110 | 100111001 | 1100010 | 10111 |
Color Harmonies of #76015D
Complementary color
Monochromatic Colors of #76015D
Black with #76015D
Text Example
Text Example
White with #76015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76015D; }
p { color: rgb(118,1,93); }
H1.HeaderClassName
{
color: #76015D;
}
.AnyTagClassName
{
color: #76015D;
}
</style>
background-color css
<style>
a { background-color: #76015D; }
a { background-color: rgb(118,1,93); }
div.DivClassName
{
background-color: #76015D;
}
.BgClassName
{
background-color: #76015D;
}
</style>
border-color css
<style>
span { border-color: #76015D; }
span { border-color: rgb(118,1,93); }
td.TdClassName
{
border-color: #76015D;
}
.TagClassName
{
border-color: #76015D;
}
</style>