#82055C

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

Shades of Eggplant #82055C

Tints of Eggplant #82055C

Color information

#82055C (or 0x82055C) is unknown color: approx Eggplant. HEX triplet: 82, 05 and 5C. RGB value is (130,5,92). Sum of RGB (Red+Green+Blue) = 130+5+92=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82055C is #7DFAA3. Grayscale: #343434. Windows color (decimal): -8256164 or 6030722. OLE color: 6030722.

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

Color convert

RGB130592-
CMYK00.960.290.49
HSL318.24º92.59%26.47%-
HSV(B)318.24º96.15%50.98%-
XYZ11.195.6310.62-
YUV52.29150.41183.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=57.27%
G=2.20%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13059200.960.290.49318.2492.5926.47
Hex8255C0601D3113e5d1a
Octal20251340140356147613532
Binary1000001010110111000110000011101110001100111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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