Shades of Eggplant #75005C
Tints of Eggplant #75005C
RGB
CMYK
RGB Variations
Color information
#75005C (or 0x75005C) is known color: Eggplant. HEX triplet: 75, 00 and 5C. RGB value is (117,0,92). Sum of RGB (Red+Green+Blue) = 117+0+92=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005C is #8AFFA3. Grayscale: #2D2D2D. Windows color (decimal): -9109412 or 6029429. OLE color: 6029429.
HSL color Cylindrical-coordinate representation of color #75005C: hue angle of 312.82º 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 #75005C is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.21 | 0.54 |
| HSL | 312.82º | 1% | 0.23% | - |
| HSV(B) | 312.82º | 1% | 0.46% | - |
| XYZ | 9.27 | 4.55 | 10.52 | - |
| YUV | 45.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 92 | 0 | 1 | 0.21 | 0.54 | 312.82 | 1 | 0.23 |
| Hex | 75 | 0 | 5C | 0 | 64 | 15 | 36 | 139 | 64 | 17 |
| Octal | 165 | 0 | 134 | 0 | 144 | 25 | 66 | 471 | 144 | 27 |
| Binary | 1110101 | 0 | 1011100 | 0 | 1100100 | 10101 | 110110 | 100111001 | 1100100 | 10111 |
Color Harmonies of #75005C
Complementary color
Monochromatic Colors of #75005C
Black with #75005C
Text Example
Text Example
White with #75005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75005C; }
p { color: rgb(117,0,92); }
H1.HeaderClassName
{
color: #75005C;
}
.AnyTagClassName
{
color: #75005C;
}
</style>
background-color css
<style>
a { background-color: #75005C; }
a { background-color: rgb(117,0,92); }
div.DivClassName
{
background-color: #75005C;
}
.BgClassName
{
background-color: #75005C;
}
</style>
border-color css
<style>
span { border-color: #75005C; }
span { border-color: rgb(117,0,92); }
td.TdClassName
{
border-color: #75005C;
}
.TagClassName
{
border-color: #75005C;
}
</style>