#820659

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

Shades of Eggplant #820659

Tints of Eggplant #820659

Color information

#820659 (or 0x820659) is unknown color: approx Eggplant. HEX triplet: 82, 06 and 59. RGB value is (130,6,89). Sum of RGB (Red+Green+Blue) = 130+6+89=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #820659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820659 is #7DF9A6. Grayscale: #343434. Windows color (decimal): -8255911 or 5834370. OLE color: 5834370.

HSL color Cylindrical-coordinate representation of color #820659: hue angle of 319.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820659 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB130689-
CMYK00.950.320.49
HSL319.84º91.18%26.67%-
HSV(B)319.84º95.38%50.98%-
XYZ11.075.69.95-
YUV52.54148.58183.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=57.78%
G=2.67%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13068900.950.320.49319.8491.1826.67
Hex8265905F20311405b1b
Octal20261310137406150013333
Binary10000010110101100101011111100000110001101000000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820659; }

 p { color: rgb(130,6,89); }

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

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

 a { background-color: rgb(130,6,89); }

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

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

 span { border-color: rgb(130,6,89); }

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