Shades of Eggplant #76015C
Tints of Eggplant #76015C
RGB
CMYK
RGB Variations
Color information
#76015C (or 0x76015C) is known color: Eggplant. HEX triplet: 76, 01 and 5C. RGB value is (118,1,92). Sum of RGB (Red+Green+Blue) = 118+1+92=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76015C is #89FEA3. Grayscale: #2E2E2E. Windows color (decimal): -9043620 or 6029686. OLE color: 6029686.
HSL color Cylindrical-coordinate representation of color #76015C: hue angle of 313.33º 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 #76015C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.54 |
| HSL | 313.33º | 0.98% | 0.23% | - |
| HSV(B) | 313.33º | 0.99% | 0.46% | - |
| XYZ | 9.41 | 4.65 | 10.53 | - |
| YUV | 46.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 92 | 0 | 0.99 | 0.22 | 0.54 | 313.33 | 0.98 | 0.23 |
| Hex | 76 | 1 | 5C | 0 | 63 | 16 | 36 | 139 | 62 | 17 |
| Octal | 166 | 1 | 134 | 0 | 143 | 26 | 66 | 471 | 142 | 27 |
| Binary | 1110110 | 1 | 1011100 | 0 | 1100011 | 10110 | 110110 | 100111001 | 1100010 | 10111 |
Color Harmonies of #76015C
Complementary color
Monochromatic Colors of #76015C
Black with #76015C
Text Example
Text Example
White with #76015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76015C; }
p { color: rgb(118,1,92); }
H1.HeaderClassName
{
color: #76015C;
}
.AnyTagClassName
{
color: #76015C;
}
</style>
background-color css
<style>
a { background-color: #76015C; }
a { background-color: rgb(118,1,92); }
div.DivClassName
{
background-color: #76015C;
}
.BgClassName
{
background-color: #76015C;
}
</style>
border-color css
<style>
span { border-color: #76015C; }
span { border-color: rgb(118,1,92); }
td.TdClassName
{
border-color: #76015C;
}
.TagClassName
{
border-color: #76015C;
}
</style>