#820463

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

Shades of Eggplant #820463

Tints of Eggplant #820463

Color information

#820463 (or 0x820463) is unknown color: approx Eggplant. HEX triplet: 82, 04 and 63. RGB value is (130,4,99). Sum of RGB (Red+Green+Blue) = 130+4+99=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #820463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820463 is #7DFB9C. Grayscale: #343434. Windows color (decimal): -8256413 or 6489218. OLE color: 6489218.

HSL color Cylindrical-coordinate representation of color #820463: hue angle of 314.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820463 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB130499-
CMYK00.970.240.49
HSL314.76º94.03%26.27%-
HSV(B)314.76º96.92%50.98%-
XYZ11.55.7312.3-
YUV52.5154.24183.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=55.79%
G=1.72%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13049900.970.240.49314.7694.0326.27
Hex82463061183113b5e1a
Octal20241430141306147313632
Binary1000001010011000110110000111000110001100111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820463; }

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

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

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

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

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

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

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

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