#822A79

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

Shades of Dark Purple #822A79

Tints of Dark Purple #822A79

Color information

#822A79 (or 0x822A79) is unknown color: approx Dark Purple. HEX triplet: 82, 2A and 79. RGB value is (130,42,121). Sum of RGB (Red+Green+Blue) = 130+42+121=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #822A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822A79 is #7DD586. Grayscale: #4D4D4D. Windows color (decimal): -8246663 or 7940738. OLE color: 7940738.

HSL color Cylindrical-coordinate representation of color #822A79: hue angle of 306.14º degrees, saturation: 0.51, 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 #822A79 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13042121-
CMYK00.680.070.49
HSL306.14º51.16%33.73%-
HSV(B)306.14º67.69%50.98%-
XYZ13.497.7818.88-
YUV77.32152.65165.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=44.37%
G=14.33%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304212100.680.070.49306.1451.1633.73
Hex822A790447311323322
Octal2025217101047614626342
Binary10000010101010111100101000100111110001100110010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822A79; }

 p { color: rgb(130,42,121); }

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

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

 a { background-color: rgb(130,42,121); }

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

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

 span { border-color: rgb(130,42,121); }

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