#800566

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

Shades of Eggplant #800566

Tints of Eggplant #800566

Color information

#800566 (or 0x800566) is unknown color: approx Eggplant. HEX triplet: 80, 05 and 66. RGB value is (128,5,102). Sum of RGB (Red+Green+Blue) = 128+5+102=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #800566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800566 is #7FFA99. Grayscale: #343434. Windows color (decimal): -8387226 or 6686080. OLE color: 6686080.

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

Color convert

RGB1285102-
CMYK00.960.200.50
HSL312.68º92.48%26.08%-
HSV(B)312.68º96.09%50.2%-
XYZ11.355.6613.06-
YUV52.84155.75181.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 102 (40.23% from 255) = 43.40%
R=54.47%
G=2.13%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128510200.960.200.50312.6892.4826.08
Hex8056606014321395c1a
Octal20051460140246247113432
Binary1000000010111001100110000010100110010100111001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800566; }

 p { color: rgb(128,5,102); }

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

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

 a { background-color: rgb(128,5,102); }

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

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

 span { border-color: rgb(128,5,102); }

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