Shades of Eggplant #7F0955
Tints of Eggplant #7F0955
RGB
CMYK
RGB Variations
Color information
#7F0955 (or 0x7F0955) is known color: Eggplant. HEX triplet: 7F, 09 and 55. RGB value is (127,9,85). Sum of RGB (Red+Green+Blue) = 127+9+85=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0955 is #80F6AA. Grayscale: #343434. Windows color (decimal): -8451755 or 5572991. OLE color: 5572991.
HSL color Cylindrical-coordinate representation of color #7F0955: hue angle of 321.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0955 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 85 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.50 |
| HSL | 321.36º | 0.87% | 0.27% | - |
| HSV(B) | 321.36º | 0.93% | 0.5% | - |
| XYZ | 10.49 | 5.36 | 9.08 | - |
| YUV | 52.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 85 | 0 | 0.93 | 0.33 | 0.50 | 321.36 | 0.87 | 0.27 |
| Hex | 7F | 9 | 55 | 0 | 5D | 21 | 32 | 141 | 57 | 1B |
| Octal | 177 | 11 | 125 | 0 | 135 | 41 | 62 | 501 | 127 | 33 |
| Binary | 1111111 | 1001 | 1010101 | 0 | 1011101 | 100001 | 110010 | 101000001 | 1010111 | 11011 |
Color Harmonies of #7F0955
Complementary color
Monochromatic Colors of #7F0955
Black with #7F0955
Text Example
Text Example
White with #7F0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0955; }
p { color: rgb(127,9,85); }
H1.HeaderClassName
{
color: #7F0955;
}
.AnyTagClassName
{
color: #7F0955;
}
</style>
background-color css
<style>
a { background-color: #7F0955; }
a { background-color: rgb(127,9,85); }
div.DivClassName
{
background-color: #7F0955;
}
.BgClassName
{
background-color: #7F0955;
}
</style>
border-color css
<style>
span { border-color: #7F0955; }
span { border-color: rgb(127,9,85); }
td.TdClassName
{
border-color: #7F0955;
}
.TagClassName
{
border-color: #7F0955;
}
</style>