Shades of Eggplant #7F0861
Tints of Eggplant #7F0861
RGB
CMYK
RGB Variations
Color information
#7F0861 (or 0x7F0861) is known color: Eggplant. HEX triplet: 7F, 08 and 61. RGB value is (127,8,97). Sum of RGB (Red+Green+Blue) = 127+8+97=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0861 is #80F79E. Grayscale: #353535. Windows color (decimal): -8451999 or 6359167. OLE color: 6359167.
HSL color Cylindrical-coordinate representation of color #7F0861: hue angle of 315.13º 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 #7F0861 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 97 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.50 |
| HSL | 315.13º | 0.88% | 0.26% | - |
| HSV(B) | 315.13º | 0.94% | 0.5% | - |
| XYZ | 11 | 5.55 | 11.8 | - |
| YUV | 53.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 97 | 0 | 0.94 | 0.24 | 0.50 | 315.13 | 0.88 | 0.26 |
| Hex | 7F | 8 | 61 | 0 | 5E | 18 | 32 | 13B | 58 | 1A |
| Octal | 177 | 10 | 141 | 0 | 136 | 30 | 62 | 473 | 130 | 32 |
| Binary | 1111111 | 1000 | 1100001 | 0 | 1011110 | 11000 | 110010 | 100111011 | 1011000 | 11010 |
Color Harmonies of #7F0861
Complementary color
Monochromatic Colors of #7F0861
Black with #7F0861
Text Example
Text Example
White with #7F0861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0861; }
p { color: rgb(127,8,97); }
H1.HeaderClassName
{
color: #7F0861;
}
.AnyTagClassName
{
color: #7F0861;
}
</style>
background-color css
<style>
a { background-color: #7F0861; }
a { background-color: rgb(127,8,97); }
div.DivClassName
{
background-color: #7F0861;
}
.BgClassName
{
background-color: #7F0861;
}
</style>
border-color css
<style>
span { border-color: #7F0861; }
span { border-color: rgb(127,8,97); }
td.TdClassName
{
border-color: #7F0861;
}
.TagClassName
{
border-color: #7F0861;
}
</style>