Shades of Eggplant #7C045B
Tints of Eggplant #7C045B
RGB
CMYK
RGB Variations
Color information
#7C045B (or 0x7C045B) is known color: Eggplant. HEX triplet: 7C, 04 and 5B. RGB value is (124,4,91). Sum of RGB (Red+Green+Blue) = 124+4+91=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C045B is #83FBA4. Grayscale: #313131. Windows color (decimal): -8649637 or 5964924. OLE color: 5964924.
HSL color Cylindrical-coordinate representation of color #7C045B: hue angle of 316.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 #7C045B is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.51 |
| HSL | 316.5º | 0.94% | 0.25% | - |
| HSV(B) | 316.5º | 0.97% | 0.49% | - |
| XYZ | 10.24 | 5.13 | 10.35 | - |
| YUV | 49.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 91 | 0 | 0.97 | 0.27 | 0.51 | 316.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 5B | 0 | 61 | 1B | 33 | 13C | 5E | 19 |
| Octal | 174 | 4 | 133 | 0 | 141 | 33 | 63 | 474 | 136 | 31 |
| Binary | 1111100 | 100 | 1011011 | 0 | 1100001 | 11011 | 110011 | 100111100 | 1011110 | 11001 |
Color Harmonies of #7C045B
Complementary color
Monochromatic Colors of #7C045B
Black with #7C045B
Text Example
Text Example
White with #7C045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C045B; }
p { color: rgb(124,4,91); }
H1.HeaderClassName
{
color: #7C045B;
}
.AnyTagClassName
{
color: #7C045B;
}
</style>
background-color css
<style>
a { background-color: #7C045B; }
a { background-color: rgb(124,4,91); }
div.DivClassName
{
background-color: #7C045B;
}
.BgClassName
{
background-color: #7C045B;
}
</style>
border-color css
<style>
span { border-color: #7C045B; }
span { border-color: rgb(124,4,91); }
td.TdClassName
{
border-color: #7C045B;
}
.TagClassName
{
border-color: #7C045B;
}
</style>