#860559

Color #860559 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #860559

Tints of Eggplant #860559

Color information

#860559 (or 0x860559) is unknown color: approx Eggplant. HEX triplet: 86, 05 and 59. RGB value is (134,5,89). Sum of RGB (Red+Green+Blue) = 134+5+89=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #860559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860559 is #79FAA6. Grayscale: #343434. Windows color (decimal): -7994023 or 5834118. OLE color: 5834118.

HSL color Cylindrical-coordinate representation of color #860559: hue angle of 320.93º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860559 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB134589-
CMYK00.960.340.47
HSL320.93º92.81%27.25%-
HSV(B)320.93º96.27%52.55%-
XYZ11.695.99.97-
YUV53.15148.24185.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=58.77%
G=2.19%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13458900.960.340.47320.9392.8127.25
Hex86559060222F1415d1b
Octal20651310140425750113533
Binary10000110101101100101100000100010101111101000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860559; }

 p { color: rgb(134,5,89); }

 H1.HeaderClassName
 {
   color: #860559;
 }
 .AnyTagClassName
 {
   color: #860559;
 }
</style>
background-color css

<style>
 a { background-color: #860559; }

 a { background-color: rgb(134,5,89); }

 div.DivClassName
 {
   background-color: #860559;
 }
 .BgClassName
 {
   background-color: #860559;
 }
</style>
border-color css

<style>
 span { border-color: #860559; }

 span { border-color: rgb(134,5,89); }

 td.TdClassName
 {
   border-color: #860559;
 }
 .TagClassName
 {
   border-color: #860559;
 }
</style>