Shades of Eggplant #860753
Tints of Eggplant #860753
RGB
CMYK
RGB Variations
Color information
#860753 (or 0x860753) is known color: Eggplant. HEX triplet: 86, 07 and 53. RGB value is (134,7,83). Sum of RGB (Red+Green+Blue) = 134+7+83=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860753 is #79F8AC. Grayscale: #353535. Windows color (decimal): -7993517 or 5441414. OLE color: 5441414.
HSL color Cylindrical-coordinate representation of color #860753: hue angle of 324.09º 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 #860753 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 83 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.47 |
| HSL | 324.09º | 0.9% | 0.28% | - |
| HSV(B) | 324.09º | 0.95% | 0.53% | - |
| XYZ | 11.47 | 5.84 | 8.71 | - |
| YUV | 53.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 83 | 0 | 0.95 | 0.38 | 0.47 | 324.09 | 0.9 | 0.28 |
| Hex | 86 | 7 | 53 | 0 | 5F | 26 | 2F | 144 | 5A | 1C |
| Octal | 206 | 7 | 123 | 0 | 137 | 46 | 57 | 504 | 132 | 34 |
| Binary | 10000110 | 111 | 1010011 | 0 | 1011111 | 100110 | 101111 | 101000100 | 1011010 | 11100 |
Color Harmonies of #860753
Complementary color
Monochromatic Colors of #860753
Black with #860753
Text Example
Text Example
White with #860753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860753; }
p { color: rgb(134,7,83); }
H1.HeaderClassName
{
color: #860753;
}
.AnyTagClassName
{
color: #860753;
}
</style>
background-color css
<style>
a { background-color: #860753; }
a { background-color: rgb(134,7,83); }
div.DivClassName
{
background-color: #860753;
}
.BgClassName
{
background-color: #860753;
}
</style>
border-color css
<style>
span { border-color: #860753; }
span { border-color: rgb(134,7,83); }
td.TdClassName
{
border-color: #860753;
}
.TagClassName
{
border-color: #860753;
}
</style>