Shades of Eggplant #7E105F
Tints of Eggplant #7E105F
RGB
CMYK
RGB Variations
Color information
#7E105F (or 0x7E105F) is known color: Eggplant. HEX triplet: 7E, 10 and 5F. RGB value is (126,16,95). Sum of RGB (Red+Green+Blue) = 126+16+95=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E105F is #81EFA0. Grayscale: #393939. Windows color (decimal): -8515489 or 6230142. OLE color: 6230142.
HSL color Cylindrical-coordinate representation of color #7E105F: hue angle of 316.91º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E105F is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 95 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.51 |
| HSL | 316.91º | 0.77% | 0.28% | - |
| HSV(B) | 316.91º | 0.87% | 0.49% | - |
| XYZ | 10.86 | 5.63 | 11.34 | - |
| YUV | 57.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 95 | 0 | 0.87 | 0.25 | 0.51 | 316.91 | 0.77 | 0.28 |
| Hex | 7E | 10 | 5F | 0 | 57 | 19 | 33 | 13D | 4D | 1C |
| Octal | 176 | 20 | 137 | 0 | 127 | 31 | 63 | 475 | 115 | 34 |
| Binary | 1111110 | 10000 | 1011111 | 0 | 1010111 | 11001 | 110011 | 100111101 | 1001101 | 11100 |
Color Harmonies of #7E105F
Complementary color
Monochromatic Colors of #7E105F
Black with #7E105F
Text Example
Text Example
White with #7E105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E105F; }
p { color: rgb(126,16,95); }
H1.HeaderClassName
{
color: #7E105F;
}
.AnyTagClassName
{
color: #7E105F;
}
</style>
background-color css
<style>
a { background-color: #7E105F; }
a { background-color: rgb(126,16,95); }
div.DivClassName
{
background-color: #7E105F;
}
.BgClassName
{
background-color: #7E105F;
}
</style>
border-color css
<style>
span { border-color: #7E105F; }
span { border-color: rgb(126,16,95); }
td.TdClassName
{
border-color: #7E105F;
}
.TagClassName
{
border-color: #7E105F;
}
</style>