#820760

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

Shades of Eggplant #820760

Tints of Eggplant #820760

Color information

#820760 (or 0x820760) is unknown color: approx Eggplant. HEX triplet: 82, 07 and 60. RGB value is (130,7,96). Sum of RGB (Red+Green+Blue) = 130+7+96=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #820760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820760 is #7DF89F. Grayscale: #353535. Windows color (decimal): -8255648 or 6293378. OLE color: 6293378.

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

Color convert

RGB130796-
CMYK00.950.260.49
HSL316.59º89.78%26.86%-
HSV(B)316.59º94.62%50.98%-
XYZ11.395.7411.57-
YUV53.92151.75182.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=55.79%
G=3.00%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13079600.950.260.49316.5989.7826.86
Hex8276005F1A3113d5a1b
Octal20271400137326147513233
Binary1000001011111000000101111111010110001100111101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820760; }

 p { color: rgb(130,7,96); }

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

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

 a { background-color: rgb(130,7,96); }

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

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

 span { border-color: rgb(130,7,96); }

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