Shades of Eggplant #7C045D
Tints of Eggplant #7C045D
RGB
CMYK
RGB Variations
Color information
#7C045D (or 0x7C045D) is known color: Eggplant. HEX triplet: 7C, 04 and 5D. RGB value is (124,4,93). Sum of RGB (Red+Green+Blue) = 124+4+93=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C045D is #83FBA2. Grayscale: #313131. Windows color (decimal): -8649635 or 6095996. OLE color: 6095996.
HSL color Cylindrical-coordinate representation of color #7C045D: hue angle of 315.5º 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 #7C045D is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 93 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.51 |
| HSL | 315.5º | 0.94% | 0.25% | - |
| HSV(B) | 315.5º | 0.97% | 0.49% | - |
| XYZ | 10.33 | 5.16 | 10.81 | - |
| YUV | 50.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 93 | 0 | 0.97 | 0.25 | 0.51 | 315.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 5D | 0 | 61 | 19 | 33 | 13C | 5E | 19 |
| Octal | 174 | 4 | 135 | 0 | 141 | 31 | 63 | 474 | 136 | 31 |
| Binary | 1111100 | 100 | 1011101 | 0 | 1100001 | 11001 | 110011 | 100111100 | 1011110 | 11001 |
Color Harmonies of #7C045D
Complementary color
Monochromatic Colors of #7C045D
Black with #7C045D
Text Example
Text Example
White with #7C045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C045D; }
p { color: rgb(124,4,93); }
H1.HeaderClassName
{
color: #7C045D;
}
.AnyTagClassName
{
color: #7C045D;
}
</style>
background-color css
<style>
a { background-color: #7C045D; }
a { background-color: rgb(124,4,93); }
div.DivClassName
{
background-color: #7C045D;
}
.BgClassName
{
background-color: #7C045D;
}
</style>
border-color css
<style>
span { border-color: #7C045D; }
span { border-color: rgb(124,4,93); }
td.TdClassName
{
border-color: #7C045D;
}
.TagClassName
{
border-color: #7C045D;
}
</style>