Shades of Eggplant #7C005D
Tints of Eggplant #7C005D
RGB
CMYK
RGB Variations
Color information
#7C005D (or 0x7C005D) is known color: Eggplant. HEX triplet: 7C, 00 and 5D. RGB value is (124,0,93). Sum of RGB (Red+Green+Blue) = 124+0+93=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C005D is #83FFA2. Grayscale: #2F2F2F. Windows color (decimal): -8650659 or 6094972. OLE color: 6094972.
HSL color Cylindrical-coordinate representation of color #7C005D: hue angle of 315º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C005D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.25 | 0.51 |
| HSL | 315º | 1% | 0.24% | - |
| HSV(B) | 315º | 1% | 0.49% | - |
| XYZ | 10.29 | 5.08 | 10.79 | - |
| YUV | 47.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 93 | 0 | 1 | 0.25 | 0.51 | 315 | 1 | 0.24 |
| Hex | 7C | 0 | 5D | 0 | 64 | 19 | 33 | 13B | 64 | 18 |
| Octal | 174 | 0 | 135 | 0 | 144 | 31 | 63 | 473 | 144 | 30 |
| Binary | 1111100 | 0 | 1011101 | 0 | 1100100 | 11001 | 110011 | 100111011 | 1100100 | 11000 |
Color Harmonies of #7C005D
Complementary color
Monochromatic Colors of #7C005D
Black with #7C005D
Text Example
Text Example
White with #7C005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C005D; }
p { color: rgb(124,0,93); }
H1.HeaderClassName
{
color: #7C005D;
}
.AnyTagClassName
{
color: #7C005D;
}
</style>
background-color css
<style>
a { background-color: #7C005D; }
a { background-color: rgb(124,0,93); }
div.DivClassName
{
background-color: #7C005D;
}
.BgClassName
{
background-color: #7C005D;
}
</style>
border-color css
<style>
span { border-color: #7C005D; }
span { border-color: rgb(124,0,93); }
td.TdClassName
{
border-color: #7C005D;
}
.TagClassName
{
border-color: #7C005D;
}
</style>