Shades of Eggplant #7F085A
Tints of Eggplant #7F085A
RGB
CMYK
RGB Variations
Color information
#7F085A (or 0x7F085A) is known color: Eggplant. HEX triplet: 7F, 08 and 5A. RGB value is (127,8,90). Sum of RGB (Red+Green+Blue) = 127+8+90=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F085A is #80F7A5. Grayscale: #343434. Windows color (decimal): -8452006 or 5900415. OLE color: 5900415.
HSL color Cylindrical-coordinate representation of color #7F085A: hue angle of 318.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F085A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 90 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.50 |
| HSL | 318.66º | 0.88% | 0.26% | - |
| HSV(B) | 318.66º | 0.94% | 0.5% | - |
| XYZ | 10.68 | 5.42 | 10.16 | - |
| YUV | 52.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 90 | 0 | 0.94 | 0.29 | 0.50 | 318.66 | 0.88 | 0.26 |
| Hex | 7F | 8 | 5A | 0 | 5E | 1D | 32 | 13F | 58 | 1A |
| Octal | 177 | 10 | 132 | 0 | 136 | 35 | 62 | 477 | 130 | 32 |
| Binary | 1111111 | 1000 | 1011010 | 0 | 1011110 | 11101 | 110010 | 100111111 | 1011000 | 11010 |
Color Harmonies of #7F085A
Complementary color
Monochromatic Colors of #7F085A
Black with #7F085A
Text Example
Text Example
White with #7F085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F085A; }
p { color: rgb(127,8,90); }
H1.HeaderClassName
{
color: #7F085A;
}
.AnyTagClassName
{
color: #7F085A;
}
</style>
background-color css
<style>
a { background-color: #7F085A; }
a { background-color: rgb(127,8,90); }
div.DivClassName
{
background-color: #7F085A;
}
.BgClassName
{
background-color: #7F085A;
}
</style>
border-color css
<style>
span { border-color: #7F085A; }
span { border-color: rgb(127,8,90); }
td.TdClassName
{
border-color: #7F085A;
}
.TagClassName
{
border-color: #7F085A;
}
</style>