#820671

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

Shades of Purple #820671

Tints of Purple #820671

Color information

#820671 (or 0x820671) is unknown color: approx Purple. HEX triplet: 82, 06 and 71. RGB value is (130,6,113). Sum of RGB (Red+Green+Blue) = 130+6+113=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820671 is #7DF98E. Grayscale: #363636. Windows color (decimal): -8255887 or 7407234. OLE color: 7407234.

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

Color convert

RGB1306113-
CMYK00.950.130.49
HSL308.23º91.18%26.67%-
HSV(B)308.23º95.38%50.98%-
XYZ12.256.0716.15-
YUV55.27160.58181.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=52.21%
G=2.41%
B=45.38%

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
Decimal130611300.950.130.49308.2391.1826.67
Hex8267105FD311345b1b
Octal20261610137156146413333
Binary100000101101110001010111111101110001100110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820671; }

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

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

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

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

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

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

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

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