#82056A

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

Shades of Eggplant #82056A

Tints of Eggplant #82056A

Color information

#82056A (or 0x82056A) is unknown color: approx Eggplant. HEX triplet: 82, 05 and 6A. RGB value is (130,5,106). Sum of RGB (Red+Green+Blue) = 130+5+106=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82056A is #7DFA95. Grayscale: #353535. Windows color (decimal): -8256150 or 6948226. OLE color: 6948226.

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

Color convert

RGB1305106-
CMYK00.960.180.49
HSL311.52º92.59%26.47%-
HSV(B)311.52º96.15%50.98%-
XYZ11.865.8914.15-
YUV53.89157.41182.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=53.94%
G=2.07%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130510600.960.180.49311.5292.5926.47
Hex8256A06012311385d1a
Octal20251520140226147013532
Binary1000001010111010100110000010010110001100111000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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