#820060

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

Shades of Eggplant #820060

Tints of Eggplant #820060

Color information

#820060 (or 0x820060) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 60. RGB value is (130,0,96). Sum of RGB (Red+Green+Blue) = 130+0+96=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #820060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820060 is #7DFF9F. Grayscale: #313131. Windows color (decimal): -8257440 or 6291586. OLE color: 6291586.

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

Color convert

RGB130096-
CMYK010.260.49
HSL315.69º100%25.49%-
HSV(B)315.69º100%50.98%-
XYZ11.325.5911.55-
YUV49.81154.07185.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=57.52%
G=0%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130096010.260.49315.6910025.49
Hex820600641A3113c6419
Octal20201400144326147414431
Binary10000010011000000110010011010110001100111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820060; }

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

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

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

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

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

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

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

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