Shades of Eggplant #75005E
Tints of Eggplant #75005E
RGB
CMYK
RGB Variations
Color information
#75005E (or 0x75005E) is known color: Eggplant. HEX triplet: 75, 00 and 5E. RGB value is (117,0,94). Sum of RGB (Red+Green+Blue) = 117+0+94=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005E is #8AFFA1. Grayscale: #2D2D2D. Windows color (decimal): -9109410 or 6160501. OLE color: 6160501.
HSL color Cylindrical-coordinate representation of color #75005E: hue angle of 311.79º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75005E is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.20 | 0.54 |
| HSL | 311.79º | 1% | 0.23% | - |
| HSV(B) | 311.79º | 1% | 0.46% | - |
| XYZ | 9.36 | 4.59 | 10.98 | - |
| YUV | 45.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 94 | 0 | 1 | 0.20 | 0.54 | 311.79 | 1 | 0.23 |
| Hex | 75 | 0 | 5E | 0 | 64 | 14 | 36 | 138 | 64 | 17 |
| Octal | 165 | 0 | 136 | 0 | 144 | 24 | 66 | 470 | 144 | 27 |
| Binary | 1110101 | 0 | 1011110 | 0 | 1100100 | 10100 | 110110 | 100111000 | 1100100 | 10111 |
Color Harmonies of #75005E
Complementary color
Monochromatic Colors of #75005E
Black with #75005E
Text Example
Text Example
White with #75005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75005E; }
p { color: rgb(117,0,94); }
H1.HeaderClassName
{
color: #75005E;
}
.AnyTagClassName
{
color: #75005E;
}
</style>
background-color css
<style>
a { background-color: #75005E; }
a { background-color: rgb(117,0,94); }
div.DivClassName
{
background-color: #75005E;
}
.BgClassName
{
background-color: #75005E;
}
</style>
border-color css
<style>
span { border-color: #75005E; }
span { border-color: rgb(117,0,94); }
td.TdClassName
{
border-color: #75005E;
}
.TagClassName
{
border-color: #75005E;
}
</style>