#820471

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

Shades of Purple #820471

Tints of Purple #820471

Color information

#820471 (or 0x820471) is unknown color: approx Purple. HEX triplet: 82, 04 and 71. RGB value is (130,4,113). Sum of RGB (Red+Green+Blue) = 130+4+113=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #820471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820471 is #7DFB8E. Grayscale: #353535. Windows color (decimal): -8256399 or 7406722. OLE color: 7406722.

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

Color convert

RGB1304113-
CMYK00.970.130.49
HSL308.1º94.03%26.27%-
HSV(B)308.1º96.92%50.98%-
XYZ12.236.0216.14-
YUV54.1161.24182.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=52.63%
G=1.62%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130411300.970.130.49308.194.0326.27
Hex82471061D311345e1a
Octal20241610141156146413632
Binary100000101001110001011000011101110001100110100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820471; }

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

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

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

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

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

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

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

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