Shades of Eggplant #7F035E
Tints of Eggplant #7F035E
RGB
CMYK
RGB Variations
Color information
#7F035E (or 0x7F035E) is known color: Eggplant. HEX triplet: 7F, 03 and 5E. RGB value is (127,3,94). Sum of RGB (Red+Green+Blue) = 127+3+94=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F035E is #80FCA1. Grayscale: #323232. Windows color (decimal): -8453282 or 6161279. OLE color: 6161279.
HSL color Cylindrical-coordinate representation of color #7F035E: hue angle of 315.97º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F035E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.50 |
| HSL | 315.97º | 0.95% | 0.25% | - |
| HSV(B) | 315.97º | 0.98% | 0.5% | - |
| XYZ | 10.81 | 5.39 | 11.06 | - |
| YUV | 50.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 94 | 0 | 0.98 | 0.26 | 0.50 | 315.97 | 0.95 | 0.25 |
| Hex | 7F | 3 | 5E | 0 | 62 | 1A | 32 | 13C | 5F | 19 |
| Octal | 177 | 3 | 136 | 0 | 142 | 32 | 62 | 474 | 137 | 31 |
| Binary | 1111111 | 11 | 1011110 | 0 | 1100010 | 11010 | 110010 | 100111100 | 1011111 | 11001 |
Color Harmonies of #7F035E
Complementary color
Monochromatic Colors of #7F035E
Black with #7F035E
Text Example
Text Example
White with #7F035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F035E; }
p { color: rgb(127,3,94); }
H1.HeaderClassName
{
color: #7F035E;
}
.AnyTagClassName
{
color: #7F035E;
}
</style>
background-color css
<style>
a { background-color: #7F035E; }
a { background-color: rgb(127,3,94); }
div.DivClassName
{
background-color: #7F035E;
}
.BgClassName
{
background-color: #7F035E;
}
</style>
border-color css
<style>
span { border-color: #7F035E; }
span { border-color: rgb(127,3,94); }
td.TdClassName
{
border-color: #7F035E;
}
.TagClassName
{
border-color: #7F035E;
}
</style>