Shades of Eggplant #860058
Tints of Eggplant #860058
RGB
CMYK
RGB Variations
Color information
#860058 (or 0x860058) is known color: Eggplant. HEX triplet: 86, 00 and 58. RGB value is (134,0,88). Sum of RGB (Red+Green+Blue) = 134+0+88=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #860058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860058 is #79FFA7. Grayscale: #313131. Windows color (decimal): -7995304 or 5767302. OLE color: 5767302.
HSL color Cylindrical-coordinate representation of color #860058: hue angle of 320.6º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860058 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.34 | 0.47 |
| HSL | 320.6º | 1% | 0.26% | - |
| HSV(B) | 320.6º | 1% | 0.53% | - |
| XYZ | 11.59 | 5.77 | 9.74 | - |
| YUV | 50.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 88 | 0 | 1 | 0.34 | 0.47 | 320.6 | 1 | 0.26 |
| Hex | 86 | 0 | 58 | 0 | 64 | 22 | 2F | 141 | 64 | 1A |
| Octal | 206 | 0 | 130 | 0 | 144 | 42 | 57 | 501 | 144 | 32 |
| Binary | 10000110 | 0 | 1011000 | 0 | 1100100 | 100010 | 101111 | 101000001 | 1100100 | 11010 |
Color Harmonies of #860058
Complementary color
Monochromatic Colors of #860058
Black with #860058
Text Example
Text Example
White with #860058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860058; }
p { color: rgb(134,0,88); }
H1.HeaderClassName
{
color: #860058;
}
.AnyTagClassName
{
color: #860058;
}
</style>
background-color css
<style>
a { background-color: #860058; }
a { background-color: rgb(134,0,88); }
div.DivClassName
{
background-color: #860058;
}
.BgClassName
{
background-color: #860058;
}
</style>
border-color css
<style>
span { border-color: #860058; }
span { border-color: rgb(134,0,88); }
td.TdClassName
{
border-color: #860058;
}
.TagClassName
{
border-color: #860058;
}
</style>