Shades of Eggplant #7C0458
Tints of Eggplant #7C0458
RGB
CMYK
RGB Variations
Color information
#7C0458 (or 0x7C0458) is known color: Eggplant. HEX triplet: 7C, 04 and 58. RGB value is (124,4,88). Sum of RGB (Red+Green+Blue) = 124+4+88=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0458 is #83FBA7. Grayscale: #313131. Windows color (decimal): -8649640 or 5768316. OLE color: 5768316.
HSL color Cylindrical-coordinate representation of color #7C0458: hue angle of 318º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0458 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 88 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.51 |
| HSL | 318º | 0.94% | 0.25% | - |
| HSV(B) | 318º | 0.97% | 0.49% | - |
| XYZ | 10.12 | 5.08 | 9.68 | - |
| YUV | 49.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 88 | 0 | 0.97 | 0.29 | 0.51 | 318 | 0.94 | 0.25 |
| Hex | 7C | 4 | 58 | 0 | 61 | 1D | 33 | 13E | 5E | 19 |
| Octal | 174 | 4 | 130 | 0 | 141 | 35 | 63 | 476 | 136 | 31 |
| Binary | 1111100 | 100 | 1011000 | 0 | 1100001 | 11101 | 110011 | 100111110 | 1011110 | 11001 |
Color Harmonies of #7C0458
Complementary color
Monochromatic Colors of #7C0458
Black with #7C0458
Text Example
Text Example
White with #7C0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0458; }
p { color: rgb(124,4,88); }
H1.HeaderClassName
{
color: #7C0458;
}
.AnyTagClassName
{
color: #7C0458;
}
</style>
background-color css
<style>
a { background-color: #7C0458; }
a { background-color: rgb(124,4,88); }
div.DivClassName
{
background-color: #7C0458;
}
.BgClassName
{
background-color: #7C0458;
}
</style>
border-color css
<style>
span { border-color: #7C0458; }
span { border-color: rgb(124,4,88); }
td.TdClassName
{
border-color: #7C0458;
}
.TagClassName
{
border-color: #7C0458;
}
</style>