#820971

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

Shades of Purple #820971

Tints of Purple #820971

Color information

#820971 (or 0x820971) is unknown color: approx Purple. HEX triplet: 82, 09 and 71. RGB value is (130,9,113). Sum of RGB (Red+Green+Blue) = 130+9+113=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #820971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820971 is #7DF68E. Grayscale: #383838. Windows color (decimal): -8255119 or 7408002. OLE color: 7408002.

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

Color convert

RGB1309113-
CMYK00.930.130.49
HSL308.43º87.05%27.25%-
HSV(B)308.43º93.08%50.98%-
XYZ12.286.1316.16-
YUV57.04159.59180.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=51.59%
G=3.57%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130911300.930.130.49308.4387.0527.25
Hex8297105DD31134571b
Octal202111610135156146412733
Binary1000001010011110001010111011101110001100110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820971; }

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

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

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

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

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

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

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

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