#821776

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

Shades of Dark Purple #821776

Tints of Dark Purple #821776

Color information

#821776 (or 0x821776) is unknown color: approx Dark Purple. HEX triplet: 82, 17 and 76. RGB value is (130,23,118). Sum of RGB (Red+Green+Blue) = 130+23+118=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #821776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821776 is #7DE889. Grayscale: #414141. Windows color (decimal): -8251530 or 7739266. OLE color: 7739266.

HSL color Cylindrical-coordinate representation of color #821776: hue angle of 306.73º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821776 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB13023118-
CMYK00.820.090.49
HSL306.73º69.93%30%-
HSV(B)306.73º82.31%50.98%-
XYZ12.786.6717.75-
YUV65.82157.45173.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 23 (9.38% from 255) = 8.49%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=47.97%
G=8.49%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302311800.820.090.49306.7369.9330
Hex821776052931133461e
Octal202271660122116146310636
Binary10000010101111110110010100101001110001100110011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821776; }

 p { color: rgb(130,23,118); }

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

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

 a { background-color: rgb(130,23,118); }

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

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

 span { border-color: rgb(130,23,118); }

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