#820556

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

Shades of Eggplant #820556

Tints of Eggplant #820556

Color information

#820556 (or 0x820556) is unknown color: approx Eggplant. HEX triplet: 82, 05 and 56. RGB value is (130,5,86). Sum of RGB (Red+Green+Blue) = 130+5+86=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820556 is #7DFAA9. Grayscale: #333333. Windows color (decimal): -8256170 or 5637506. OLE color: 5637506.

HSL color Cylindrical-coordinate representation of color #820556: hue angle of 321.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820556 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB130586-
CMYK00.960.340.49
HSL321.12º92.59%26.47%-
HSV(B)321.12º96.15%50.98%-
XYZ10.945.539.29-
YUV51.61147.41183.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=58.82%
G=2.26%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13058600.960.340.49321.1292.5926.47
Hex8255606022311415d1a
Octal20251260140426150113532
Binary10000010101101011001100000100010110001101000001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820556; }

 p { color: rgb(130,5,86); }

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

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

 a { background-color: rgb(130,5,86); }

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

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

 span { border-color: rgb(130,5,86); }

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