#820173

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

Shades of Purple #820173

Tints of Purple #820173

Color information

#820173 (or 0x820173) is unknown color: approx Purple. HEX triplet: 82, 01 and 73. RGB value is (130,1,115). Sum of RGB (Red+Green+Blue) = 130+1+115=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #820173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820173 is #7DFE8C. Grayscale: #343434. Windows color (decimal): -8257165 or 7537026. OLE color: 7537026.

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

Color convert

RGB1301115-
CMYK00.990.120.49
HSL306.98º98.47%25.69%-
HSV(B)306.98º99.23%50.98%-
XYZ12.316.0116.73-
YUV52.57163.24183.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=52.85%
G=0.41%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130111500.990.120.49306.9898.4725.69
Hex82173063C31133621a
Octal20211630143146146314232
Binary1000001011110011011000111100110001100110011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820173; }

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

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

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

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

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

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

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

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