Shades of Eggplant #7C0D58
Tints of Eggplant #7C0D58
RGB
CMYK
RGB Variations
Color information
#7C0D58 (or 0x7C0D58) is known color: Eggplant. HEX triplet: 7C, 0D and 58. RGB value is (124,13,88). Sum of RGB (Red+Green+Blue) = 124+13+88=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0D58 is #83F2A7. Grayscale: #363636. Windows color (decimal): -8647336 or 5770620. OLE color: 5770620.
HSL color Cylindrical-coordinate representation of color #7C0D58: hue angle of 319.46º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0D58 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 13 | 88 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.51 |
| HSL | 319.46º | 0.81% | 0.27% | - |
| HSV(B) | 319.46º | 0.9% | 0.49% | - |
| XYZ | 10.22 | 5.28 | 9.71 | - |
| YUV | 54.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 13 | 88 | 0 | 0.90 | 0.29 | 0.51 | 319.46 | 0.81 | 0.27 |
| Hex | 7C | D | 58 | 0 | 5A | 1D | 33 | 13F | 51 | 1B |
| Octal | 174 | 15 | 130 | 0 | 132 | 35 | 63 | 477 | 121 | 33 |
| Binary | 1111100 | 1101 | 1011000 | 0 | 1011010 | 11101 | 110011 | 100111111 | 1010001 | 11011 |
Color Harmonies of #7C0D58
Complementary color
Monochromatic Colors of #7C0D58
Black with #7C0D58
Text Example
Text Example
White with #7C0D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0D58; }
p { color: rgb(124,13,88); }
H1.HeaderClassName
{
color: #7C0D58;
}
.AnyTagClassName
{
color: #7C0D58;
}
</style>
background-color css
<style>
a { background-color: #7C0D58; }
a { background-color: rgb(124,13,88); }
div.DivClassName
{
background-color: #7C0D58;
}
.BgClassName
{
background-color: #7C0D58;
}
</style>
border-color css
<style>
span { border-color: #7C0D58; }
span { border-color: rgb(124,13,88); }
td.TdClassName
{
border-color: #7C0D58;
}
.TagClassName
{
border-color: #7C0D58;
}
</style>