#82045A

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

Shades of Eggplant #82045A

Tints of Eggplant #82045A

Color information

#82045A (or 0x82045A) is unknown color: approx Eggplant. HEX triplet: 82, 04 and 5A. RGB value is (130,4,90). Sum of RGB (Red+Green+Blue) = 130+4+90=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82045A is #7DFBA5. Grayscale: #333333. Windows color (decimal): -8256422 or 5899394. OLE color: 5899394.

HSL color Cylindrical-coordinate representation of color #82045A: hue angle of 319.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82045A is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB130490-
CMYK00.970.310.49
HSL319.05º94.03%26.27%-
HSV(B)319.05º96.92%50.98%-
XYZ11.095.5710.16-
YUV51.48149.74184.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=58.04%
G=1.79%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13049000.970.310.49319.0594.0326.27
Hex8245A0611F3113f5e1a
Octal20241320141376147713632
Binary1000001010010110100110000111111110001100111111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82045A; }

 p { color: rgb(130,4,90); }

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

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

 a { background-color: rgb(130,4,90); }

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

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

 span { border-color: rgb(130,4,90); }

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