Shades of Eggplant #7C005C
Tints of Eggplant #7C005C
RGB
CMYK
RGB Variations
Color information
#7C005C (or 0x7C005C) is known color: Eggplant. HEX triplet: 7C, 00 and 5C. RGB value is (124,0,92). Sum of RGB (Red+Green+Blue) = 124+0+92=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C005C is #83FFA3. Grayscale: #2F2F2F. Windows color (decimal): -8650660 or 6029436. OLE color: 6029436.
HSL color Cylindrical-coordinate representation of color #7C005C: hue angle of 315.48º 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 #7C005C is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.26 | 0.51 |
| HSL | 315.48º | 1% | 0.24% | - |
| HSV(B) | 315.48º | 1% | 0.49% | - |
| XYZ | 10.24 | 5.06 | 10.56 | - |
| YUV | 47.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 92 | 0 | 1 | 0.26 | 0.51 | 315.48 | 1 | 0.24 |
| Hex | 7C | 0 | 5C | 0 | 64 | 1A | 33 | 13B | 64 | 18 |
| Octal | 174 | 0 | 134 | 0 | 144 | 32 | 63 | 473 | 144 | 30 |
| Binary | 1111100 | 0 | 1011100 | 0 | 1100100 | 11010 | 110011 | 100111011 | 1100100 | 11000 |
Color Harmonies of #7C005C
Complementary color
Monochromatic Colors of #7C005C
Black with #7C005C
Text Example
Text Example
White with #7C005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C005C; }
p { color: rgb(124,0,92); }
H1.HeaderClassName
{
color: #7C005C;
}
.AnyTagClassName
{
color: #7C005C;
}
</style>
background-color css
<style>
a { background-color: #7C005C; }
a { background-color: rgb(124,0,92); }
div.DivClassName
{
background-color: #7C005C;
}
.BgClassName
{
background-color: #7C005C;
}
</style>
border-color css
<style>
span { border-color: #7C005C; }
span { border-color: rgb(124,0,92); }
td.TdClassName
{
border-color: #7C005C;
}
.TagClassName
{
border-color: #7C005C;
}
</style>