Shades of Eggplant #7C0558
Tints of Eggplant #7C0558
RGB
CMYK
RGB Variations
Color information
#7C0558 (or 0x7C0558) is known color: Eggplant. HEX triplet: 7C, 05 and 58. RGB value is (124,5,88). Sum of RGB (Red+Green+Blue) = 124+5+88=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0558 is #83FAA7. Grayscale: #313131. Windows color (decimal): -8649384 or 5768572. OLE color: 5768572.
HSL color Cylindrical-coordinate representation of color #7C0558: hue angle of 318.15º 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 #7C0558 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 88 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.51 |
| HSL | 318.15º | 0.92% | 0.25% | - |
| HSV(B) | 318.15º | 0.96% | 0.49% | - |
| XYZ | 10.13 | 5.1 | 9.68 | - |
| YUV | 50.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 88 | 0 | 0.96 | 0.29 | 0.51 | 318.15 | 0.92 | 0.25 |
| Hex | 7C | 5 | 58 | 0 | 60 | 1D | 33 | 13E | 5C | 19 |
| Octal | 174 | 5 | 130 | 0 | 140 | 35 | 63 | 476 | 134 | 31 |
| Binary | 1111100 | 101 | 1011000 | 0 | 1100000 | 11101 | 110011 | 100111110 | 1011100 | 11001 |
Color Harmonies of #7C0558
Complementary color
Monochromatic Colors of #7C0558
Black with #7C0558
Text Example
Text Example
White with #7C0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0558; }
p { color: rgb(124,5,88); }
H1.HeaderClassName
{
color: #7C0558;
}
.AnyTagClassName
{
color: #7C0558;
}
</style>
background-color css
<style>
a { background-color: #7C0558; }
a { background-color: rgb(124,5,88); }
div.DivClassName
{
background-color: #7C0558;
}
.BgClassName
{
background-color: #7C0558;
}
</style>
border-color css
<style>
span { border-color: #7C0558; }
span { border-color: rgb(124,5,88); }
td.TdClassName
{
border-color: #7C0558;
}
.TagClassName
{
border-color: #7C0558;
}
</style>