#821081

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

Shades of Purple #821081

Tints of Purple #821081

Color information

#821081 (or 0x821081) is unknown color: approx Purple. HEX triplet: 82, 10 and 81. RGB value is (130,16,129). Sum of RGB (Red+Green+Blue) = 130+16+129=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #821081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821081 is #7DEF7E. Grayscale: #3E3E3E. Windows color (decimal): -8253311 or 8458370. OLE color: 8458370.

HSL color Cylindrical-coordinate representation of color #821081: hue angle of 300.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821081 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13016129-
CMYK00.880.010.49
HSL300.53º78.08%28.63%-
HSV(B)300.53º87.69%50.98%-
XYZ13.356.721.36-
YUV62.97165.27175.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=47.27%
G=5.82%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301612900.880.010.49300.5378.0828.63
Hex82108105813112d4e1d
Octal20220201013016145511635
Binary100000101000010000001010110001110001100101101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821081; }

 p { color: rgb(130,16,129); }

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

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

 a { background-color: rgb(130,16,129); }

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

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

 span { border-color: rgb(130,16,129); }

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