#820450

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

Shades of Eggplant #820450

Tints of Eggplant #820450

Color information

#820450 (or 0x820450) is unknown color: approx Eggplant. HEX triplet: 82, 04 and 50. RGB value is (130,4,80). Sum of RGB (Red+Green+Blue) = 130+4+80=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #820450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820450 is #7DFBAF. Grayscale: #323232. Windows color (decimal): -8256432 or 5244034. OLE color: 5244034.

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

Color convert

RGB130480-
CMYK00.970.380.49
HSL323.81º94.03%26.27%-
HSV(B)323.81º96.92%50.98%-
XYZ10.75.418.07-
YUV50.34144.74184.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=60.75%
G=1.87%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13048000.970.380.49323.8194.0326.27
Hex8245006126311445e1a
Octal20241200141466150413632
Binary10000010100101000001100001100110110001101000100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820450; }

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

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

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

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

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

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

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

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