Shades of Eggplant #7C005B
Tints of Eggplant #7C005B
RGB
CMYK
RGB Variations
Color information
#7C005B (or 0x7C005B) is known color: Eggplant. HEX triplet: 7C, 00 and 5B. RGB value is (124,0,91). Sum of RGB (Red+Green+Blue) = 124+0+91=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C005B is #83FFA4. Grayscale: #2F2F2F. Windows color (decimal): -8650661 or 5963900. OLE color: 5963900.
HSL color Cylindrical-coordinate representation of color #7C005B: hue angle of 315.97º 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 #7C005B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.27 | 0.51 |
| HSL | 315.97º | 1% | 0.24% | - |
| HSV(B) | 315.97º | 1% | 0.49% | - |
| XYZ | 10.2 | 5.04 | 10.33 | - |
| YUV | 47.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 91 | 0 | 1 | 0.27 | 0.51 | 315.97 | 1 | 0.24 |
| Hex | 7C | 0 | 5B | 0 | 64 | 1B | 33 | 13C | 64 | 18 |
| Octal | 174 | 0 | 133 | 0 | 144 | 33 | 63 | 474 | 144 | 30 |
| Binary | 1111100 | 0 | 1011011 | 0 | 1100100 | 11011 | 110011 | 100111100 | 1100100 | 11000 |
Color Harmonies of #7C005B
Complementary color
Monochromatic Colors of #7C005B
Black with #7C005B
Text Example
Text Example
White with #7C005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C005B; }
p { color: rgb(124,0,91); }
H1.HeaderClassName
{
color: #7C005B;
}
.AnyTagClassName
{
color: #7C005B;
}
</style>
background-color css
<style>
a { background-color: #7C005B; }
a { background-color: rgb(124,0,91); }
div.DivClassName
{
background-color: #7C005B;
}
.BgClassName
{
background-color: #7C005B;
}
</style>
border-color css
<style>
span { border-color: #7C005B; }
span { border-color: rgb(124,0,91); }
td.TdClassName
{
border-color: #7C005B;
}
.TagClassName
{
border-color: #7C005B;
}
</style>