#820670

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

Shades of Purple #820670

Tints of Purple #820670

Color information

#820670 (or 0x820670) is unknown color: approx Purple. HEX triplet: 82, 06 and 70. RGB value is (130,6,112). Sum of RGB (Red+Green+Blue) = 130+6+112=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #820670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820670 is #7DF98F. Grayscale: #363636. Windows color (decimal): -8255888 or 7341698. OLE color: 7341698.

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

Color convert

RGB1306112-
CMYK00.950.140.49
HSL308.71º91.18%26.67%-
HSV(B)308.71º95.38%50.98%-
XYZ12.26.0515.85-
YUV55.16160.08181.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=52.42%
G=2.42%
B=45.16%

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
Decimal130611200.950.140.49308.7191.1826.67
Hex8267005FE311355b1b
Octal20261600137166146513333
Binary100000101101110000010111111110110001100110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820670; }

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

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

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

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

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

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

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

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