#822971

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

Shades of Dark Purple #822971

Tints of Dark Purple #822971

Color information

#822971 (or 0x822971) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 71. RGB value is (130,41,113). Sum of RGB (Red+Green+Blue) = 130+41+113=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #822971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822971 is #7DD68E. Grayscale: #4B4B4B. Windows color (decimal): -8246927 or 7416194. OLE color: 7416194.

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

Color convert

RGB13041113-
CMYK00.680.130.49
HSL311.46º52.05%33.53%-
HSV(B)311.46º68.46%50.98%-
XYZ12.987.5216.39-
YUV75.82148.99166.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=45.77%
G=14.44%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304111300.680.130.49311.4652.0533.53
Hex822971044D311373422
Octal20251161010415614676442
Binary100000101010011110001010001001101110001100110111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822971; }

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

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

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

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

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

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

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

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