#860756

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

Shades of Eggplant #860756

Tints of Eggplant #860756

Color information

#860756 (or 0x860756) is unknown color: approx Eggplant. HEX triplet: 86, 07 and 56. RGB value is (134,7,86). Sum of RGB (Red+Green+Blue) = 134+7+86=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #860756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860756 is #79F8A9. Grayscale: #353535. Windows color (decimal): -7993514 or 5638022. OLE color: 5638022.

HSL color Cylindrical-coordinate representation of color #860756: hue angle of 322.68º 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 #860756 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB134786-
CMYK00.950.360.47
HSL322.68º90.07%27.65%-
HSV(B)322.68º94.78%52.55%-
XYZ11.595.899.33-
YUV53.98146.08185.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=59.03%
G=3.08%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13478600.950.360.47322.6890.0727.65
Hex8675605F242F1435a1c
Octal20671260137445750313234
Binary10000110111101011001011111100100101111101000011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860756; }

 p { color: rgb(134,7,86); }

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

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

 a { background-color: rgb(134,7,86); }

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

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

 span { border-color: rgb(134,7,86); }

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