#820762

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

Shades of Eggplant #820762

Tints of Eggplant #820762

Color information

#820762 (or 0x820762) is unknown color: approx Eggplant. HEX triplet: 82, 07 and 62. RGB value is (130,7,98). Sum of RGB (Red+Green+Blue) = 130+7+98=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #820762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820762 is #7DF89D. Grayscale: #353535. Windows color (decimal): -8255646 or 6424450. OLE color: 6424450.

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

Color convert

RGB130798-
CMYK00.950.250.49
HSL315.61º89.78%26.86%-
HSV(B)315.61º94.62%50.98%-
XYZ11.495.7812.07-
YUV54.15152.75182.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=55.32%
G=2.98%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13079800.950.250.49315.6189.7826.86
Hex8276205F193113c5a1b
Octal20271420137316147413233
Binary1000001011111000100101111111001110001100111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820762; }

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

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

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

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

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

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

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

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