#820055

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

Shades of Eggplant #820055

Tints of Eggplant #820055

Color information

#820055 (or 0x820055) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 55. RGB value is (130,0,85). Sum of RGB (Red+Green+Blue) = 130+0+85=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #820055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820055 is #7DFFAA. Grayscale: #303030. Windows color (decimal): -8257451 or 5570690. OLE color: 5570690.

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

Color convert

RGB130085-
CMYK010.350.49
HSL320.77º100%25.49%-
HSV(B)320.77º100%50.98%-
XYZ10.855.49.07-
YUV48.56148.57186.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=60.47%
G=0%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130085010.350.49320.7710025.49
Hex8205506423311416419
Octal20201250144436150114431
Binary100000100101010101100100100011110001101000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820055; }

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

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

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

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

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

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

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

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