Shades of Eggplant #7C005A
Tints of Eggplant #7C005A
RGB
CMYK
RGB Variations
Color information
#7C005A (or 0x7C005A) is known color: Eggplant. HEX triplet: 7C, 00 and 5A. RGB value is (124,0,90). Sum of RGB (Red+Green+Blue) = 124+0+90=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C005A is #83FFA5. Grayscale: #2F2F2F. Windows color (decimal): -8650662 or 5898364. OLE color: 5898364.
HSL color Cylindrical-coordinate representation of color #7C005A: hue angle of 316.45º 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 #7C005A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.27 | 0.51 |
| HSL | 316.45º | 1% | 0.24% | - |
| HSV(B) | 316.45º | 1% | 0.49% | - |
| XYZ | 10.16 | 5.02 | 10.11 | - |
| YUV | 47.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 90 | 0 | 1 | 0.27 | 0.51 | 316.45 | 1 | 0.24 |
| Hex | 7C | 0 | 5A | 0 | 64 | 1B | 33 | 13C | 64 | 18 |
| Octal | 174 | 0 | 132 | 0 | 144 | 33 | 63 | 474 | 144 | 30 |
| Binary | 1111100 | 0 | 1011010 | 0 | 1100100 | 11011 | 110011 | 100111100 | 1100100 | 11000 |
Color Harmonies of #7C005A
Complementary color
Monochromatic Colors of #7C005A
Black with #7C005A
Text Example
Text Example
White with #7C005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C005A; }
p { color: rgb(124,0,90); }
H1.HeaderClassName
{
color: #7C005A;
}
.AnyTagClassName
{
color: #7C005A;
}
</style>
background-color css
<style>
a { background-color: #7C005A; }
a { background-color: rgb(124,0,90); }
div.DivClassName
{
background-color: #7C005A;
}
.BgClassName
{
background-color: #7C005A;
}
</style>
border-color css
<style>
span { border-color: #7C005A; }
span { border-color: rgb(124,0,90); }
td.TdClassName
{
border-color: #7C005A;
}
.TagClassName
{
border-color: #7C005A;
}
</style>