#860657

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

Shades of Eggplant #860657

Tints of Eggplant #860657

Color information

#860657 (or 0x860657) is unknown color: approx Eggplant. HEX triplet: 86, 06 and 57. RGB value is (134,6,87). Sum of RGB (Red+Green+Blue) = 134+6+87=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #860657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860657 is #79F9A8. Grayscale: #353535. Windows color (decimal): -7993769 or 5703302. OLE color: 5703302.

HSL color Cylindrical-coordinate representation of color #860657: hue angle of 322.03º degrees, saturation: 0.91, 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 #860657 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB134687-
CMYK00.960.350.47
HSL322.03º91.43%27.45%-
HSV(B)322.03º95.52%52.55%-
XYZ11.625.899.54-
YUV53.51146.91185.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 6 (2.73% from 255) = 2.64%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=59.03%
G=2.64%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13468700.960.350.47322.0391.4327.45
Hex86657060232F1425b1b
Octal20661270140435750213333
Binary10000110110101011101100000100011101111101000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860657; }

 p { color: rgb(134,6,87); }

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

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

 a { background-color: rgb(134,6,87); }

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

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

 span { border-color: rgb(134,6,87); }

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