Shades of Eggplant #7E0565
Tints of Eggplant #7E0565
RGB
CMYK
RGB Variations
Color information
#7E0565 (or 0x7E0565) is known color: Eggplant. HEX triplet: 7E, 05 and 65. RGB value is (126,5,101). Sum of RGB (Red+Green+Blue) = 126+5+101=232 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.31% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0565 is #81FA9A. Grayscale: #333333. Windows color (decimal): -8518299 or 6620542. OLE color: 6620542.
HSL color Cylindrical-coordinate representation of color #7E0565: hue angle of 312.4º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E0565 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 101 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.51 |
| HSL | 312.4º | 0.92% | 0.26% | - |
| HSV(B) | 312.4º | 0.96% | 0.49% | - |
| XYZ | 11.01 | 5.48 | 12.79 | - |
| YUV | 52.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 101 | 0 | 0.96 | 0.20 | 0.51 | 312.4 | 0.92 | 0.26 |
| Hex | 7E | 5 | 65 | 0 | 60 | 14 | 33 | 138 | 5C | 1A |
| Octal | 176 | 5 | 145 | 0 | 140 | 24 | 63 | 470 | 134 | 32 |
| Binary | 1111110 | 101 | 1100101 | 0 | 1100000 | 10100 | 110011 | 100111000 | 1011100 | 11010 |
Color Harmonies of #7E0565
Complementary color
Monochromatic Colors of #7E0565
Black with #7E0565
Text Example
Text Example
White with #7E0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0565; }
p { color: rgb(126,5,101); }
H1.HeaderClassName
{
color: #7E0565;
}
.AnyTagClassName
{
color: #7E0565;
}
</style>
background-color css
<style>
a { background-color: #7E0565; }
a { background-color: rgb(126,5,101); }
div.DivClassName
{
background-color: #7E0565;
}
.BgClassName
{
background-color: #7E0565;
}
</style>
border-color css
<style>
span { border-color: #7E0565; }
span { border-color: rgb(126,5,101); }
td.TdClassName
{
border-color: #7E0565;
}
.TagClassName
{
border-color: #7E0565;
}
</style>