#820973

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

Shades of Purple #820973

Tints of Purple #820973

Color information

#820973 (or 0x820973) is unknown color: approx Purple. HEX triplet: 82, 09 and 73. RGB value is (130,9,115). Sum of RGB (Red+Green+Blue) = 130+9+115=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #820973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820973 is #7DF68C. Grayscale: #383838. Windows color (decimal): -8255117 or 7539074. OLE color: 7539074.

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

Color convert

RGB1309115-
CMYK00.930.120.49
HSL307.44º87.05%27.25%-
HSV(B)307.44º93.08%50.98%-
XYZ12.46.1816.76-
YUV57.26160.59179.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=51.18%
G=3.54%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130911500.930.120.49307.4487.0527.25
Hex8297305DC31133571b
Octal202111630135146146312733
Binary1000001010011110011010111011100110001100110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820973; }

 p { color: rgb(130,9,115); }

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

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

 a { background-color: rgb(130,9,115); }

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

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

 span { border-color: rgb(130,9,115); }

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