#820771

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

Shades of Purple #820771

Tints of Purple #820771

Color information

#820771 (or 0x820771) is unknown color: approx Purple. HEX triplet: 82, 07 and 71. RGB value is (130,7,113). Sum of RGB (Red+Green+Blue) = 130+7+113=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #820771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820771 is #7DF88E. Grayscale: #373737. Windows color (decimal): -8255631 or 7407490. OLE color: 7407490.

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

Color convert

RGB1307113-
CMYK00.950.130.49
HSL308.29º89.78%26.86%-
HSV(B)308.29º94.62%50.98%-
XYZ12.266.0916.15-
YUV55.86160.25180.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=52%
G=2.8%
B=45.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130711300.950.130.49308.2989.7826.86
Hex8277105FD311345a1b
Octal20271610137156146413233
Binary100000101111110001010111111101110001100110100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820771; }

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

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

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

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

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

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

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

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