Shades of Eggplant #76045C
Tints of Eggplant #76045C
RGB
CMYK
RGB Variations
Color information
#76045C (or 0x76045C) is known color: Eggplant. HEX triplet: 76, 04 and 5C. RGB value is (118,4,92). Sum of RGB (Red+Green+Blue) = 118+4+92=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76045C is #89FBA3. Grayscale: #2F2F2F. Windows color (decimal): -9042852 or 6030454. OLE color: 6030454.
HSL color Cylindrical-coordinate representation of color #76045C: hue angle of 313.68º 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 #76045C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.54 |
| HSL | 313.68º | 0.93% | 0.24% | - |
| HSV(B) | 313.68º | 0.97% | 0.46% | - |
| XYZ | 9.45 | 4.71 | 10.54 | - |
| YUV | 48.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 92 | 0 | 0.97 | 0.22 | 0.54 | 313.68 | 0.93 | 0.24 |
| Hex | 76 | 4 | 5C | 0 | 61 | 16 | 36 | 13A | 5D | 18 |
| Octal | 166 | 4 | 134 | 0 | 141 | 26 | 66 | 472 | 135 | 30 |
| Binary | 1110110 | 100 | 1011100 | 0 | 1100001 | 10110 | 110110 | 100111010 | 1011101 | 11000 |
Color Harmonies of #76045C
Complementary color
Monochromatic Colors of #76045C
Black with #76045C
Text Example
Text Example
White with #76045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76045C; }
p { color: rgb(118,4,92); }
H1.HeaderClassName
{
color: #76045C;
}
.AnyTagClassName
{
color: #76045C;
}
</style>
background-color css
<style>
a { background-color: #76045C; }
a { background-color: rgb(118,4,92); }
div.DivClassName
{
background-color: #76045C;
}
.BgClassName
{
background-color: #76045C;
}
</style>
border-color css
<style>
span { border-color: #76045C; }
span { border-color: rgb(118,4,92); }
td.TdClassName
{
border-color: #76045C;
}
.TagClassName
{
border-color: #76045C;
}
</style>