#820051

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

Shades of Eggplant #820051

Tints of Eggplant #820051

Color information

#820051 (or 0x820051) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 51. RGB value is (130,0,81). Sum of RGB (Red+Green+Blue) = 130+0+81=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #820051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820051 is #7DFFAE. Grayscale: #2F2F2F. Windows color (decimal): -8257455 or 5308546. OLE color: 5308546.

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

Color convert

RGB130081-
CMYK010.380.49
HSL322.62º100%25.49%-
HSV(B)322.62º100%50.98%-
XYZ10.695.348.25-
YUV48.1146.57186.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=61.61%
G=0%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130081010.380.49322.6210025.49
Hex8205106426311436419
Octal20201210144466150314431
Binary100000100101000101100100100110110001101000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820051; }

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

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

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

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

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

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

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

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