Shades of Eggplant #860769
Tints of Eggplant #860769
RGB
CMYK
RGB Variations
Color information
#860769 (or 0x860769) is known color: Eggplant. HEX triplet: 86, 07 and 69. RGB value is (134,7,105). Sum of RGB (Red+Green+Blue) = 134+7+105=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #860769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860769 is #79F896. Grayscale: #373737. Windows color (decimal): -7993495 or 6883206. OLE color: 6883206.
HSL color Cylindrical-coordinate representation of color #860769: hue angle of 313.7º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860769 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 105 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.47 |
| HSL | 313.7º | 0.9% | 0.28% | - |
| HSV(B) | 313.7º | 0.95% | 0.53% | - |
| XYZ | 12.46 | 6.24 | 13.91 | - |
| YUV | 56.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 105 | 0 | 0.95 | 0.22 | 0.47 | 313.7 | 0.9 | 0.28 |
| Hex | 86 | 7 | 69 | 0 | 5F | 16 | 2F | 13A | 5A | 1C |
| Octal | 206 | 7 | 151 | 0 | 137 | 26 | 57 | 472 | 132 | 34 |
| Binary | 10000110 | 111 | 1101001 | 0 | 1011111 | 10110 | 101111 | 100111010 | 1011010 | 11100 |
Color Harmonies of #860769
Complementary color
Monochromatic Colors of #860769
Black with #860769
Text Example
Text Example
White with #860769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860769; }
p { color: rgb(134,7,105); }
H1.HeaderClassName
{
color: #860769;
}
.AnyTagClassName
{
color: #860769;
}
</style>
background-color css
<style>
a { background-color: #860769; }
a { background-color: rgb(134,7,105); }
div.DivClassName
{
background-color: #860769;
}
.BgClassName
{
background-color: #860769;
}
</style>
border-color css
<style>
span { border-color: #860769; }
span { border-color: rgb(134,7,105); }
td.TdClassName
{
border-color: #860769;
}
.TagClassName
{
border-color: #860769;
}
</style>