#820652

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

Shades of Eggplant #820652

Tints of Eggplant #820652

Color information

#820652 (or 0x820652) is unknown color: approx Eggplant. HEX triplet: 82, 06 and 52. RGB value is (130,6,82). Sum of RGB (Red+Green+Blue) = 130+6+82=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #820652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820652 is #7DF9AD. Grayscale: #333333. Windows color (decimal): -8255918 or 5375618. OLE color: 5375618.

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

Color convert

RGB130682-
CMYK00.950.370.49
HSL323.23º91.18%26.67%-
HSV(B)323.23º95.38%50.98%-
XYZ10.795.498.47-
YUV51.74145.08183.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=59.63%
G=2.75%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13068200.950.370.49323.2391.1826.67
Hex8265205F25311435b1b
Octal20261220137456150313333
Binary10000010110101001001011111100101110001101000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820652; }

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

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

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

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

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

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

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

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