#822772

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

Shades of Dark Purple #822772

Tints of Dark Purple #822772

Color information

#822772 (or 0x822772) is unknown color: approx Dark Purple. HEX triplet: 82, 27 and 72. RGB value is (130,39,114). Sum of RGB (Red+Green+Blue) = 130+39+114=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #822772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822772 is #7DD88D. Grayscale: #4A4A4A. Windows color (decimal): -8247438 or 7481218. OLE color: 7481218.

HSL color Cylindrical-coordinate representation of color #822772: hue angle of 310.55º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822772 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13039114-
CMYK00.700.120.49
HSL310.55º53.85%33.14%-
HSV(B)310.55º70%50.98%-
XYZ12.977.4116.67-
YUV74.76150.15167.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=45.94%
G=13.78%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303911400.700.120.49310.5553.8533.14
Hex822772046C311373621
Octal20247162010614614676641
Binary100000101001111110010010001101100110001100110111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822772; }

 p { color: rgb(130,39,114); }

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

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

 a { background-color: rgb(130,39,114); }

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

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

 span { border-color: rgb(130,39,114); }

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