#820B72

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

Shades of Purple #820B72

Tints of Purple #820B72

Color information

#820B72 (or 0x820B72) is unknown color: approx Purple. HEX triplet: 82, 0B and 72. RGB value is (130,11,114). Sum of RGB (Red+Green+Blue) = 130+11+114=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #820B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B72 is #7DF48D. Grayscale: #3A3A3A. Windows color (decimal): -8254606 or 7474050. OLE color: 7474050.

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

Color convert

RGB13011114-
CMYK00.920.120.49
HSL308.07º84.4%27.65%-
HSV(B)308.07º91.54%50.98%-
XYZ12.366.216.46-
YUV58.32159.42179.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=50.98%
G=4.31%
B=44.71%

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
Decimal1301111400.920.120.49308.0784.427.65
Hex82B7205CC31134541c
Octal202131620134146146412434
Binary1000001010111110010010111001100110001100110100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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