Shades of Eggplant #7E0F5A
Tints of Eggplant #7E0F5A
RGB
CMYK
RGB Variations
Color information
#7E0F5A (or 0x7E0F5A) is known color: Eggplant. HEX triplet: 7E, 0F and 5A. RGB value is (126,15,90). Sum of RGB (Red+Green+Blue) = 126+15+90=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0F5A is #81F0A5. Grayscale: #383838. Windows color (decimal): -8515750 or 5902206. OLE color: 5902206.
HSL color Cylindrical-coordinate representation of color #7E0F5A: hue angle of 319.46º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F5A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 15 | 90 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.51 |
| HSL | 319.46º | 0.79% | 0.28% | - |
| HSV(B) | 319.46º | 0.88% | 0.49% | - |
| XYZ | 10.62 | 5.52 | 10.18 | - |
| YUV | 56.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 90 | 0 | 0.88 | 0.29 | 0.51 | 319.46 | 0.79 | 0.28 |
| Hex | 7E | F | 5A | 0 | 58 | 1D | 33 | 13F | 4F | 1C |
| Octal | 176 | 17 | 132 | 0 | 130 | 35 | 63 | 477 | 117 | 34 |
| Binary | 1111110 | 1111 | 1011010 | 0 | 1011000 | 11101 | 110011 | 100111111 | 1001111 | 11100 |
Color Harmonies of #7E0F5A
Complementary color
Monochromatic Colors of #7E0F5A
Black with #7E0F5A
Text Example
Text Example
White with #7E0F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F5A; }
p { color: rgb(126,15,90); }
H1.HeaderClassName
{
color: #7E0F5A;
}
.AnyTagClassName
{
color: #7E0F5A;
}
</style>
background-color css
<style>
a { background-color: #7E0F5A; }
a { background-color: rgb(126,15,90); }
div.DivClassName
{
background-color: #7E0F5A;
}
.BgClassName
{
background-color: #7E0F5A;
}
</style>
border-color css
<style>
span { border-color: #7E0F5A; }
span { border-color: rgb(126,15,90); }
td.TdClassName
{
border-color: #7E0F5A;
}
.TagClassName
{
border-color: #7E0F5A;
}
</style>