#820063

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

Shades of Eggplant #820063

Tints of Eggplant #820063

Color information

#820063 (or 0x820063) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 63. RGB value is (130,0,99). Sum of RGB (Red+Green+Blue) = 130+0+99=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820063 is #7DFF9C. Grayscale: #313131. Windows color (decimal): -8257437 or 6488194. OLE color: 6488194.

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

Color convert

RGB130099-
CMYK010.240.49
HSL314.31º100%25.49%-
HSV(B)314.31º100%50.98%-
XYZ11.465.6512.29-
YUV50.16155.57184.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=56.77%
G=0%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130099010.240.49314.3110025.49
Hex82063064183113a6419
Octal20201430144306147214431
Binary10000010011000110110010011000110001100111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820063; }

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

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

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

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

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

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

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

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