#82005C

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

Shades of Eggplant #82005C

Tints of Eggplant #82005C

Color information

#82005C (or 0x82005C) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 5C. RGB value is (130,0,92). Sum of RGB (Red+Green+Blue) = 130+0+92=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82005C is #7DFFA3. Grayscale: #313131. Windows color (decimal): -8257444 or 6029442. OLE color: 6029442.

HSL color Cylindrical-coordinate representation of color #82005C: hue angle of 317.54º 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 #82005C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB130092-
CMYK010.290.49
HSL317.54º100%25.49%-
HSV(B)317.54º100%50.98%-
XYZ11.145.5210.6-
YUV49.36152.07185.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=58.56%
G=0%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130092010.290.49317.5410025.49
Hex8205C0641D3113e6419
Octal20201340144356147614431
Binary10000010010111000110010011101110001100111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82005C; }

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

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

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

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

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

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

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

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