#820076

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

Shades of Purple #820076

Tints of Purple #820076

Color information

#820076 (or 0x820076) is unknown color: approx Purple. HEX triplet: 82, 00 and 76. RGB value is (130,0,118). Sum of RGB (Red+Green+Blue) = 130+0+118=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #820076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820076 is #7DFF89. Grayscale: #333333. Windows color (decimal): -8257418 or 7733378. OLE color: 7733378.

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

Color convert

RGB1300118-
CMYK010.090.49
HSL305.54º100%25.49%-
HSV(B)305.54º100%50.98%-
XYZ12.486.0517.65-
YUV52.32165.07183.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=52.42%
G=0%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300118010.090.49305.5410025.49
Hex820760649311326419
Octal20201660144116146214431
Binary1000001001110110011001001001110001100110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820076; }

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

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

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

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

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

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

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

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