Shades of Eggplant #7F025E
Tints of Eggplant #7F025E
RGB
CMYK
RGB Variations
Color information
#7F025E (or 0x7F025E) is known color: Eggplant. HEX triplet: 7F, 02 and 5E. RGB value is (127,2,94). Sum of RGB (Red+Green+Blue) = 127+2+94=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F025E is #80FDA1. Grayscale: #313131. Windows color (decimal): -8453538 or 6161023. OLE color: 6161023.
HSL color Cylindrical-coordinate representation of color #7F025E: hue angle of 315.84º degrees, saturation: 0.97, 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 #7F025E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 94 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.50 |
| HSL | 315.84º | 0.97% | 0.25% | - |
| HSV(B) | 315.84º | 0.98% | 0.5% | - |
| XYZ | 10.79 | 5.36 | 11.06 | - |
| YUV | 49.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 94 | 0 | 0.98 | 0.26 | 0.50 | 315.84 | 0.97 | 0.25 |
| Hex | 7F | 2 | 5E | 0 | 62 | 1A | 32 | 13C | 61 | 19 |
| Octal | 177 | 2 | 136 | 0 | 142 | 32 | 62 | 474 | 141 | 31 |
| Binary | 1111111 | 10 | 1011110 | 0 | 1100010 | 11010 | 110010 | 100111100 | 1100001 | 11001 |
Color Harmonies of #7F025E
Complementary color
Monochromatic Colors of #7F025E
Black with #7F025E
Text Example
Text Example
White with #7F025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F025E; }
p { color: rgb(127,2,94); }
H1.HeaderClassName
{
color: #7F025E;
}
.AnyTagClassName
{
color: #7F025E;
}
</style>
background-color css
<style>
a { background-color: #7F025E; }
a { background-color: rgb(127,2,94); }
div.DivClassName
{
background-color: #7F025E;
}
.BgClassName
{
background-color: #7F025E;
}
</style>
border-color css
<style>
span { border-color: #7F025E; }
span { border-color: rgb(127,2,94); }
td.TdClassName
{
border-color: #7F025E;
}
.TagClassName
{
border-color: #7F025E;
}
</style>