Shades of Eggplant #7F035F
Tints of Eggplant #7F035F
RGB
CMYK
RGB Variations
Color information
#7F035F (or 0x7F035F) is known color: Eggplant. HEX triplet: 7F, 03 and 5F. RGB value is (127,3,95). Sum of RGB (Red+Green+Blue) = 127+3+95=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F035F is #80FCA0. Grayscale: #323232. Windows color (decimal): -8453281 or 6226815. OLE color: 6226815.
HSL color Cylindrical-coordinate representation of color #7F035F: hue angle of 315.48º 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 #7F035F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.50 |
| HSL | 315.48º | 0.95% | 0.25% | - |
| HSV(B) | 315.48º | 0.98% | 0.5% | - |
| XYZ | 10.85 | 5.4 | 11.3 | - |
| YUV | 50.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 95 | 0 | 0.98 | 0.25 | 0.50 | 315.48 | 0.95 | 0.25 |
| Hex | 7F | 3 | 5F | 0 | 62 | 19 | 32 | 13B | 5F | 19 |
| Octal | 177 | 3 | 137 | 0 | 142 | 31 | 62 | 473 | 137 | 31 |
| Binary | 1111111 | 11 | 1011111 | 0 | 1100010 | 11001 | 110010 | 100111011 | 1011111 | 11001 |
Color Harmonies of #7F035F
Complementary color
Monochromatic Colors of #7F035F
Black with #7F035F
Text Example
Text Example
White with #7F035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F035F; }
p { color: rgb(127,3,95); }
H1.HeaderClassName
{
color: #7F035F;
}
.AnyTagClassName
{
color: #7F035F;
}
</style>
background-color css
<style>
a { background-color: #7F035F; }
a { background-color: rgb(127,3,95); }
div.DivClassName
{
background-color: #7F035F;
}
.BgClassName
{
background-color: #7F035F;
}
</style>
border-color css
<style>
span { border-color: #7F035F; }
span { border-color: rgb(127,3,95); }
td.TdClassName
{
border-color: #7F035F;
}
.TagClassName
{
border-color: #7F035F;
}
</style>