#822179

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

Shades of Dark Purple #822179

Tints of Dark Purple #822179

Color information

#822179 (or 0x822179) is unknown color: approx Dark Purple. HEX triplet: 82, 21 and 79. RGB value is (130,33,121). Sum of RGB (Red+Green+Blue) = 130+33+121=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #822179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822179 is #7DDE86. Grayscale: #474747. Windows color (decimal): -8248967 or 7938434. OLE color: 7938434.

HSL color Cylindrical-coordinate representation of color #822179: hue angle of 305.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822179 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13033121-
CMYK00.750.070.49
HSL305.57º59.51%31.96%-
HSV(B)305.57º74.62%50.98%-
XYZ13.27.2118.79-
YUV72.04155.64169.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=45.77%
G=11.62%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303312100.750.070.49305.5759.5131.96
Hex82217904B7311323c20
Octal2024117101137614627440
Binary10000010100001111100101001011111110001100110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822179; }

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

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

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

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

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

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

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

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