Shades of Eggplant #76045D
Tints of Eggplant #76045D
RGB
CMYK
RGB Variations
Color information
#76045D (or 0x76045D) is known color: Eggplant. HEX triplet: 76, 04 and 5D. RGB value is (118,4,93). Sum of RGB (Red+Green+Blue) = 118+4+93=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76045D is #89FBA2. Grayscale: #2F2F2F. Windows color (decimal): -9042851 or 6095990. OLE color: 6095990.
HSL color Cylindrical-coordinate representation of color #76045D: hue angle of 313.16º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76045D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 93 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.54 |
| HSL | 313.16º | 0.93% | 0.24% | - |
| HSV(B) | 313.16º | 0.97% | 0.46% | - |
| XYZ | 9.49 | 4.73 | 10.77 | - |
| YUV | 48.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 93 | 0 | 0.97 | 0.21 | 0.54 | 313.16 | 0.93 | 0.24 |
| Hex | 76 | 4 | 5D | 0 | 61 | 15 | 36 | 139 | 5D | 18 |
| Octal | 166 | 4 | 135 | 0 | 141 | 25 | 66 | 471 | 135 | 30 |
| Binary | 1110110 | 100 | 1011101 | 0 | 1100001 | 10101 | 110110 | 100111001 | 1011101 | 11000 |
Color Harmonies of #76045D
Complementary color
Monochromatic Colors of #76045D
Black with #76045D
Text Example
Text Example
White with #76045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76045D; }
p { color: rgb(118,4,93); }
H1.HeaderClassName
{
color: #76045D;
}
.AnyTagClassName
{
color: #76045D;
}
</style>
background-color css
<style>
a { background-color: #76045D; }
a { background-color: rgb(118,4,93); }
div.DivClassName
{
background-color: #76045D;
}
.BgClassName
{
background-color: #76045D;
}
</style>
border-color css
<style>
span { border-color: #76045D; }
span { border-color: rgb(118,4,93); }
td.TdClassName
{
border-color: #76045D;
}
.TagClassName
{
border-color: #76045D;
}
</style>