#820872

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

Shades of Purple #820872

Tints of Purple #820872

Color information

#820872 (or 0x820872) is unknown color: approx Purple. HEX triplet: 82, 08 and 72. RGB value is (130,8,114). Sum of RGB (Red+Green+Blue) = 130+8+114=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #820872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820872 is #7DF78D. Grayscale: #383838. Windows color (decimal): -8255374 or 7473282. OLE color: 7473282.

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

Color convert

RGB1308114-
CMYK00.940.120.49
HSL307.87º88.41%27.06%-
HSV(B)307.87º93.85%50.98%-
XYZ12.336.1316.45-
YUV56.56160.42180.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=51.59%
G=3.17%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130811400.940.120.49307.8788.4127.06
Hex8287205EC31134581b
Octal202101620136146146413033
Binary1000001010001110010010111101100110001100110100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820872; }

 p { color: rgb(130,8,114); }

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

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

 a { background-color: rgb(130,8,114); }

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

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

 span { border-color: rgb(130,8,114); }

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