Shades of Eggplant #7E0B55
Tints of Eggplant #7E0B55
RGB
CMYK
RGB Variations
Color information
#7E0B55 (or 0x7E0B55) is known color: Eggplant. HEX triplet: 7E, 0B and 55. RGB value is (126,11,85). Sum of RGB (Red+Green+Blue) = 126+11+85=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B55 is #81F4AA. Grayscale: #353535. Windows color (decimal): -8516779 or 5573502. OLE color: 5573502.
HSL color Cylindrical-coordinate representation of color #7E0B55: hue angle of 321.39º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B55 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 11 | 85 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.51 |
| HSL | 321.39º | 0.84% | 0.27% | - |
| HSV(B) | 321.39º | 0.91% | 0.49% | - |
| XYZ | 10.36 | 5.33 | 9.08 | - |
| YUV | 53.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 85 | 0 | 0.91 | 0.33 | 0.51 | 321.39 | 0.84 | 0.27 |
| Hex | 7E | B | 55 | 0 | 5B | 21 | 33 | 141 | 54 | 1B |
| Octal | 176 | 13 | 125 | 0 | 133 | 41 | 63 | 501 | 124 | 33 |
| Binary | 1111110 | 1011 | 1010101 | 0 | 1011011 | 100001 | 110011 | 101000001 | 1010100 | 11011 |
Color Harmonies of #7E0B55
Complementary color
Monochromatic Colors of #7E0B55
Black with #7E0B55
Text Example
Text Example
White with #7E0B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0B55; }
p { color: rgb(126,11,85); }
H1.HeaderClassName
{
color: #7E0B55;
}
.AnyTagClassName
{
color: #7E0B55;
}
</style>
background-color css
<style>
a { background-color: #7E0B55; }
a { background-color: rgb(126,11,85); }
div.DivClassName
{
background-color: #7E0B55;
}
.BgClassName
{
background-color: #7E0B55;
}
</style>
border-color css
<style>
span { border-color: #7E0B55; }
span { border-color: rgb(126,11,85); }
td.TdClassName
{
border-color: #7E0B55;
}
.TagClassName
{
border-color: #7E0B55;
}
</style>