Shades of Eggplant #76025D
Tints of Eggplant #76025D
RGB
CMYK
RGB Variations
Color information
#76025D (or 0x76025D) is known color: Eggplant. HEX triplet: 76, 02 and 5D. RGB value is (118,2,93). Sum of RGB (Red+Green+Blue) = 118+2+93=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76025D is #89FDA2. Grayscale: #2E2E2E. Windows color (decimal): -9043363 or 6095478. OLE color: 6095478.
HSL color Cylindrical-coordinate representation of color #76025D: hue angle of 312.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76025D is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 93 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.54 |
| HSL | 312.93º | 0.97% | 0.24% | - |
| HSV(B) | 312.93º | 0.98% | 0.46% | - |
| XYZ | 9.47 | 4.69 | 10.76 | - |
| YUV | 47.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 93 | 0 | 0.98 | 0.21 | 0.54 | 312.93 | 0.97 | 0.24 |
| Hex | 76 | 2 | 5D | 0 | 62 | 15 | 36 | 139 | 61 | 18 |
| Octal | 166 | 2 | 135 | 0 | 142 | 25 | 66 | 471 | 141 | 30 |
| Binary | 1110110 | 10 | 1011101 | 0 | 1100010 | 10101 | 110110 | 100111001 | 1100001 | 11000 |
Color Harmonies of #76025D
Complementary color
Monochromatic Colors of #76025D
Black with #76025D
Text Example
Text Example
White with #76025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76025D; }
p { color: rgb(118,2,93); }
H1.HeaderClassName
{
color: #76025D;
}
.AnyTagClassName
{
color: #76025D;
}
</style>
background-color css
<style>
a { background-color: #76025D; }
a { background-color: rgb(118,2,93); }
div.DivClassName
{
background-color: #76025D;
}
.BgClassName
{
background-color: #76025D;
}
</style>
border-color css
<style>
span { border-color: #76025D; }
span { border-color: rgb(118,2,93); }
td.TdClassName
{
border-color: #76025D;
}
.TagClassName
{
border-color: #76025D;
}
</style>