#820070

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

Shades of Purple #820070

Tints of Purple #820070

Color information

#820070 (or 0x820070) is unknown color: approx Purple. HEX triplet: 82, 00 and 70. RGB value is (130,0,112). Sum of RGB (Red+Green+Blue) = 130+0+112=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #820070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820070 is #7DFF8F. Grayscale: #333333. Windows color (decimal): -8257424 or 7340162. OLE color: 7340162.

HSL color Cylindrical-coordinate representation of color #820070: hue angle of 308.31º 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 #820070 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB1300112-
CMYK010.140.49
HSL308.31º100%25.49%-
HSV(B)308.31º100%50.98%-
XYZ12.135.9215.83-
YUV51.64162.07183.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=53.72%
G=0%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300112010.140.49308.3110025.49
Hex82070064E311346419
Octal20201600144166146414431
Binary1000001001110000011001001110110001100110100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820070; }

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

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

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

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

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

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

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

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