#820767

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

Shades of Eggplant #820767

Tints of Eggplant #820767

Color information

#820767 (or 0x820767) is unknown color: approx Eggplant. HEX triplet: 82, 07 and 67. RGB value is (130,7,103). Sum of RGB (Red+Green+Blue) = 130+7+103=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #820767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820767 is #7DF898. Grayscale: #363636. Windows color (decimal): -8255641 or 6752130. OLE color: 6752130.

HSL color Cylindrical-coordinate representation of color #820767: hue angle of 313.17º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820767 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB1307103-
CMYK00.950.210.49
HSL313.17º89.78%26.86%-
HSV(B)313.17º94.62%50.98%-
XYZ11.735.8813.35-
YUV54.72155.25181.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=54.17%
G=2.92%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130710300.950.210.49313.1789.7826.86
Hex8276705F15311395a1b
Octal20271470137256147113233
Binary1000001011111001110101111110101110001100111001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820767; }

 p { color: rgb(130,7,103); }

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

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

 a { background-color: rgb(130,7,103); }

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

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

 span { border-color: rgb(130,7,103); }

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