Shades of Eggplant #76035D
Tints of Eggplant #76035D
RGB
CMYK
RGB Variations
Color information
#76035D (or 0x76035D) is known color: Eggplant. HEX triplet: 76, 03 and 5D. RGB value is (118,3,93). Sum of RGB (Red+Green+Blue) = 118+3+93=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76035D is #89FCA2. Grayscale: #2F2F2F. Windows color (decimal): -9043107 or 6095734. OLE color: 6095734.
HSL color Cylindrical-coordinate representation of color #76035D: hue angle of 313.04º degrees, saturation: 0.95, 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 #76035D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 93 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.54 |
| HSL | 313.04º | 0.95% | 0.24% | - |
| HSV(B) | 313.04º | 0.97% | 0.46% | - |
| XYZ | 9.48 | 4.71 | 10.76 | - |
| YUV | 47.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 93 | 0 | 0.97 | 0.21 | 0.54 | 313.04 | 0.95 | 0.24 |
| Hex | 76 | 3 | 5D | 0 | 61 | 15 | 36 | 139 | 5F | 18 |
| Octal | 166 | 3 | 135 | 0 | 141 | 25 | 66 | 471 | 137 | 30 |
| Binary | 1110110 | 11 | 1011101 | 0 | 1100001 | 10101 | 110110 | 100111001 | 1011111 | 11000 |
Color Harmonies of #76035D
Complementary color
Monochromatic Colors of #76035D
Black with #76035D
Text Example
Text Example
White with #76035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76035D; }
p { color: rgb(118,3,93); }
H1.HeaderClassName
{
color: #76035D;
}
.AnyTagClassName
{
color: #76035D;
}
</style>
background-color css
<style>
a { background-color: #76035D; }
a { background-color: rgb(118,3,93); }
div.DivClassName
{
background-color: #76035D;
}
.BgClassName
{
background-color: #76035D;
}
</style>
border-color css
<style>
span { border-color: #76035D; }
span { border-color: rgb(118,3,93); }
td.TdClassName
{
border-color: #76035D;
}
.TagClassName
{
border-color: #76035D;
}
</style>