#820765

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

Shades of Eggplant #820765

Tints of Eggplant #820765

Color information

#820765 (or 0x820765) is unknown color: approx Eggplant. HEX triplet: 82, 07 and 65. RGB value is (130,7,101). Sum of RGB (Red+Green+Blue) = 130+7+101=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820765 is #7DF89A. Grayscale: #363636. Windows color (decimal): -8255643 or 6621058. OLE color: 6621058.

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

Color convert

RGB1307101-
CMYK00.950.220.49
HSL314.15º89.78%26.86%-
HSV(B)314.15º94.62%50.98%-
XYZ11.635.8412.83-
YUV54.49154.25181.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=54.62%
G=2.94%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130710100.950.220.49314.1589.7826.86
Hex8276505F163113a5a1b
Octal20271450137266147213233
Binary1000001011111001010101111110110110001100111010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820765; }

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

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

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

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

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

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

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

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