Shades of Eggplant #7F0965
Tints of Eggplant #7F0965
RGB
CMYK
RGB Variations
Color information
#7F0965 (or 0x7F0965) is known color: Eggplant. HEX triplet: 7F, 09 and 65. RGB value is (127,9,101). Sum of RGB (Red+Green+Blue) = 127+9+101=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0965 is #80F69A. Grayscale: #363636. Windows color (decimal): -8451739 or 6621567. OLE color: 6621567.
HSL color Cylindrical-coordinate representation of color #7F0965: hue angle of 313.22º 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 #7F0965 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 101 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.50 |
| HSL | 313.22º | 0.87% | 0.27% | - |
| HSV(B) | 313.22º | 0.93% | 0.5% | - |
| XYZ | 11.2 | 5.65 | 12.81 | - |
| YUV | 54.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 101 | 0 | 0.93 | 0.20 | 0.50 | 313.22 | 0.87 | 0.27 |
| Hex | 7F | 9 | 65 | 0 | 5D | 14 | 32 | 139 | 57 | 1B |
| Octal | 177 | 11 | 145 | 0 | 135 | 24 | 62 | 471 | 127 | 33 |
| Binary | 1111111 | 1001 | 1100101 | 0 | 1011101 | 10100 | 110010 | 100111001 | 1010111 | 11011 |
Color Harmonies of #7F0965
Complementary color
Monochromatic Colors of #7F0965
Black with #7F0965
Text Example
Text Example
White with #7F0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0965; }
p { color: rgb(127,9,101); }
H1.HeaderClassName
{
color: #7F0965;
}
.AnyTagClassName
{
color: #7F0965;
}
</style>
background-color css
<style>
a { background-color: #7F0965; }
a { background-color: rgb(127,9,101); }
div.DivClassName
{
background-color: #7F0965;
}
.BgClassName
{
background-color: #7F0965;
}
</style>
border-color css
<style>
span { border-color: #7F0965; }
span { border-color: rgb(127,9,101); }
td.TdClassName
{
border-color: #7F0965;
}
.TagClassName
{
border-color: #7F0965;
}
</style>