Shades of Eggplant #7E0D5C
Tints of Eggplant #7E0D5C
RGB
CMYK
RGB Variations
Color information
#7E0D5C (or 0x7E0D5C) is known color: Eggplant. HEX triplet: 7E, 0D and 5C. RGB value is (126,13,92). Sum of RGB (Red+Green+Blue) = 126+13+92=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0D5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0D5C is #81F2A3. Grayscale: #373737. Windows color (decimal): -8516260 or 6032766. OLE color: 6032766.
HSL color Cylindrical-coordinate representation of color #7E0D5C: hue angle of 318.05º 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 #7E0D5C is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 13 | 92 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.51 |
| HSL | 318.05º | 0.81% | 0.27% | - |
| HSV(B) | 318.05º | 0.9% | 0.49% | - |
| XYZ | 10.68 | 5.5 | 10.62 | - |
| YUV | 55.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 13 | 92 | 0 | 0.90 | 0.27 | 0.51 | 318.05 | 0.81 | 0.27 |
| Hex | 7E | D | 5C | 0 | 5A | 1B | 33 | 13E | 51 | 1B |
| Octal | 176 | 15 | 134 | 0 | 132 | 33 | 63 | 476 | 121 | 33 |
| Binary | 1111110 | 1101 | 1011100 | 0 | 1011010 | 11011 | 110011 | 100111110 | 1010001 | 11011 |
Color Harmonies of #7E0D5C
Complementary color
Monochromatic Colors of #7E0D5C
Black with #7E0D5C
Text Example
Text Example
White with #7E0D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0D5C; }
p { color: rgb(126,13,92); }
H1.HeaderClassName
{
color: #7E0D5C;
}
.AnyTagClassName
{
color: #7E0D5C;
}
</style>
background-color css
<style>
a { background-color: #7E0D5C; }
a { background-color: rgb(126,13,92); }
div.DivClassName
{
background-color: #7E0D5C;
}
.BgClassName
{
background-color: #7E0D5C;
}
</style>
border-color css
<style>
span { border-color: #7E0D5C; }
span { border-color: rgb(126,13,92); }
td.TdClassName
{
border-color: #7E0D5C;
}
.TagClassName
{
border-color: #7E0D5C;
}
</style>