#820770

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

Shades of Purple #820770

Tints of Purple #820770

Color information

#820770 (or 0x820770) is unknown color: approx Purple. HEX triplet: 82, 07 and 70. RGB value is (130,7,112). Sum of RGB (Red+Green+Blue) = 130+7+112=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820770 is #7DF88F. Grayscale: #373737. Windows color (decimal): -8255632 or 7341954. OLE color: 7341954.

HSL color Cylindrical-coordinate representation of color #820770: hue angle of 308.78º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820770 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB1307112-
CMYK00.950.140.49
HSL308.78º89.78%26.86%-
HSV(B)308.78º94.62%50.98%-
XYZ12.216.0715.86-
YUV55.75159.75180.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=52.21%
G=2.81%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130711200.950.140.49308.7889.7826.86
Hex8277005FE311355a1b
Octal20271600137166146513233
Binary100000101111110000010111111110110001100110101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820770; }

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

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

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

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

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

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

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

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