#820972

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

Shades of Purple #820972

Tints of Purple #820972

Color information

#820972 (or 0x820972) is unknown color: approx Purple. HEX triplet: 82, 09 and 72. RGB value is (130,9,114). Sum of RGB (Red+Green+Blue) = 130+9+114=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #820972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820972 is #7DF68D. Grayscale: #383838. Windows color (decimal): -8255118 or 7473538. OLE color: 7473538.

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

Color convert

RGB1309114-
CMYK00.930.120.49
HSL307.93º87.05%27.25%-
HSV(B)307.93º93.08%50.98%-
XYZ12.346.1616.46-
YUV57.15160.09179.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=51.38%
G=3.56%
B=45.06%

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
Decimal130911400.930.120.49307.9387.0527.25
Hex8297205DC31134571b
Octal202111620135146146412733
Binary1000001010011110010010111011100110001100110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820972; }

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

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

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

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

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

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

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

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