#820650

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

Shades of Eggplant #820650

Tints of Eggplant #820650

Color information

#820650 (or 0x820650) is unknown color: approx Eggplant. HEX triplet: 82, 06 and 50. RGB value is (130,6,80). Sum of RGB (Red+Green+Blue) = 130+6+80=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #820650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820650 is #7DF9AF. Grayscale: #333333. Windows color (decimal): -8255920 or 5244546. OLE color: 5244546.

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

Color convert

RGB130680-
CMYK00.950.380.49
HSL324.19º91.18%26.67%-
HSV(B)324.19º95.38%50.98%-
XYZ10.725.468.08-
YUV51.51144.08183.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=60.19%
G=2.78%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13068000.950.380.49324.1991.1826.67
Hex8265005F26311445b1b
Octal20261200137466150413333
Binary10000010110101000001011111100110110001101000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820650; }

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

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

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

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

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

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

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

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