#800656

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

Shades of Eggplant #800656

Tints of Eggplant #800656

Color information

#800656 (or 0x800656) is unknown color: approx Eggplant. HEX triplet: 80, 06 and 56. RGB value is (128,6,86). Sum of RGB (Red+Green+Blue) = 128+6+86=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #800656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800656 is #7FF9A9. Grayscale: #333333. Windows color (decimal): -8386986 or 5637760. OLE color: 5637760.

HSL color Cylindrical-coordinate representation of color #800656: hue angle of 320.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800656 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB128686-
CMYK00.950.330.50
HSL320.66º91.04%26.27%-
HSV(B)320.66º95.31%50.2%-
XYZ10.655.399.28-
YUV51.6147.42182.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.18%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=58.18%
G=2.73%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12868600.950.330.50320.6691.0426.27
Hex8065605F21321415b1a
Octal20061260137416250113332
Binary10000000110101011001011111100001110010101000001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800656; }

 p { color: rgb(128,6,86); }

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

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

 a { background-color: rgb(128,6,86); }

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

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

 span { border-color: rgb(128,6,86); }

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