#820B73

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

Shades of Purple #820B73

Tints of Purple #820B73

Color information

#820B73 (or 0x820B73) is unknown color: approx Purple. HEX triplet: 82, 0B and 73. RGB value is (130,11,115). Sum of RGB (Red+Green+Blue) = 130+11+115=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B73 is #7DF48C. Grayscale: #3A3A3A. Windows color (decimal): -8254605 or 7539586. OLE color: 7539586.

HSL color Cylindrical-coordinate representation of color #820B73: hue angle of 307.56º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B73 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13011115-
CMYK00.920.120.49
HSL307.56º84.4%27.65%-
HSV(B)307.56º91.54%50.98%-
XYZ12.426.2216.77-
YUV58.44159.92179.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=50.78%
G=4.30%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301111500.920.120.49307.5684.427.65
Hex82B7305CC31134541c
Octal202131630134146146412434
Binary1000001010111110011010111001100110001100110100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820B73; }

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

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

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

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

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

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

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

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