Shades of Eggplant #7C055E
Tints of Eggplant #7C055E
RGB
CMYK
RGB Variations
Color information
#7C055E (or 0x7C055E) is known color: Eggplant. HEX triplet: 7C, 05 and 5E. RGB value is (124,5,94). Sum of RGB (Red+Green+Blue) = 124+5+94=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C055E is #83FAA1. Grayscale: #323232. Windows color (decimal): -8649378 or 6161788. OLE color: 6161788.
HSL color Cylindrical-coordinate representation of color #7C055E: hue angle of 315.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C055E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 94 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.51 |
| HSL | 315.13º | 0.92% | 0.25% | - |
| HSV(B) | 315.13º | 0.96% | 0.49% | - |
| XYZ | 10.39 | 5.2 | 11.05 | - |
| YUV | 50.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 94 | 0 | 0.96 | 0.24 | 0.51 | 315.13 | 0.92 | 0.25 |
| Hex | 7C | 5 | 5E | 0 | 60 | 18 | 33 | 13B | 5C | 19 |
| Octal | 174 | 5 | 136 | 0 | 140 | 30 | 63 | 473 | 134 | 31 |
| Binary | 1111100 | 101 | 1011110 | 0 | 1100000 | 11000 | 110011 | 100111011 | 1011100 | 11001 |
Color Harmonies of #7C055E
Complementary color
Monochromatic Colors of #7C055E
Black with #7C055E
Text Example
Text Example
White with #7C055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C055E; }
p { color: rgb(124,5,94); }
H1.HeaderClassName
{
color: #7C055E;
}
.AnyTagClassName
{
color: #7C055E;
}
</style>
background-color css
<style>
a { background-color: #7C055E; }
a { background-color: rgb(124,5,94); }
div.DivClassName
{
background-color: #7C055E;
}
.BgClassName
{
background-color: #7C055E;
}
</style>
border-color css
<style>
span { border-color: #7C055E; }
span { border-color: rgb(124,5,94); }
td.TdClassName
{
border-color: #7C055E;
}
.TagClassName
{
border-color: #7C055E;
}
</style>