#820761

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

Shades of Eggplant #820761

Tints of Eggplant #820761

Color information

#820761 (or 0x820761) is unknown color: approx Eggplant. HEX triplet: 82, 07 and 61. RGB value is (130,7,97). Sum of RGB (Red+Green+Blue) = 130+7+97=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #820761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820761 is #7DF89E. Grayscale: #353535. Windows color (decimal): -8255647 or 6358914. OLE color: 6358914.

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

Color convert

RGB130797-
CMYK00.950.250.49
HSL316.1º89.78%26.86%-
HSV(B)316.1º94.62%50.98%-
XYZ11.445.7611.82-
YUV54.04152.25182.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=55.56%
G=2.99%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13079700.950.250.49316.189.7826.86
Hex8276105F193113c5a1b
Octal20271410137316147413233
Binary1000001011111000010101111111001110001100111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820761; }

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

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

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

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

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

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

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

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