Shades of Eggplant #76055C
Tints of Eggplant #76055C
RGB
CMYK
RGB Variations
Color information
#76055C (or 0x76055C) is known color: Eggplant. HEX triplet: 76, 05 and 5C. RGB value is (118,5,92). Sum of RGB (Red+Green+Blue) = 118+5+92=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76055C is #89FAA3. Grayscale: #303030. Windows color (decimal): -9042596 or 6030710. OLE color: 6030710.
HSL color Cylindrical-coordinate representation of color #76055C: hue angle of 313.81º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76055C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 92 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.54 |
| HSL | 313.81º | 0.92% | 0.24% | - |
| HSV(B) | 313.81º | 0.96% | 0.46% | - |
| XYZ | 9.46 | 4.73 | 10.54 | - |
| YUV | 48.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 92 | 0 | 0.96 | 0.22 | 0.54 | 313.81 | 0.92 | 0.24 |
| Hex | 76 | 5 | 5C | 0 | 60 | 16 | 36 | 13A | 5C | 18 |
| Octal | 166 | 5 | 134 | 0 | 140 | 26 | 66 | 472 | 134 | 30 |
| Binary | 1110110 | 101 | 1011100 | 0 | 1100000 | 10110 | 110110 | 100111010 | 1011100 | 11000 |
Color Harmonies of #76055C
Complementary color
Monochromatic Colors of #76055C
Black with #76055C
Text Example
Text Example
White with #76055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76055C; }
p { color: rgb(118,5,92); }
H1.HeaderClassName
{
color: #76055C;
}
.AnyTagClassName
{
color: #76055C;
}
</style>
background-color css
<style>
a { background-color: #76055C; }
a { background-color: rgb(118,5,92); }
div.DivClassName
{
background-color: #76055C;
}
.BgClassName
{
background-color: #76055C;
}
</style>
border-color css
<style>
span { border-color: #76055C; }
span { border-color: rgb(118,5,92); }
td.TdClassName
{
border-color: #76055C;
}
.TagClassName
{
border-color: #76055C;
}
</style>