#820052

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

Shades of Eggplant #820052

Tints of Eggplant #820052

Color information

#820052 (or 0x820052) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 52. RGB value is (130,0,82). Sum of RGB (Red+Green+Blue) = 130+0+82=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #820052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820052 is #7DFFAD. Grayscale: #303030. Windows color (decimal): -8257454 or 5374082. OLE color: 5374082.

HSL color Cylindrical-coordinate representation of color #820052: hue angle of 322.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820052 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB130082-
CMYK010.370.49
HSL322.15º100%25.49%-
HSV(B)322.15º100%50.98%-
XYZ10.735.368.45-
YUV48.22147.07186.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=61.32%
G=0%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130082010.370.49322.1510025.49
Hex8205206425311426419
Octal20201220144456150214431
Binary100000100101001001100100100101110001101000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820052; }

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

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

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

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

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

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

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

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