#820271

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

Shades of Purple #820271

Tints of Purple #820271

Color information

#820271 (or 0x820271) is unknown color: approx Purple. HEX triplet: 82, 02 and 71. RGB value is (130,2,113). Sum of RGB (Red+Green+Blue) = 130+2+113=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #820271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820271 is #7DFD8E. Grayscale: #343434. Windows color (decimal): -8256911 or 7406210. OLE color: 7406210.

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

Color convert

RGB1302113-
CMYK00.980.130.49
HSL307.97º96.97%25.88%-
HSV(B)307.97º98.46%50.98%-
XYZ12.215.9816.13-
YUV52.93161.91182.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=53.06%
G=0.82%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130211300.980.130.49307.9796.9725.88
Hex82271062D31134611a
Octal20221610142156146414132
Binary10000010101110001011000101101110001100110100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820271; }

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

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

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

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

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

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

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

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