#820B7C

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

Shades of Purple #820B7C

Tints of Purple #820B7C

Color information

#820B7C (or 0x820B7C) is unknown color: approx Purple. HEX triplet: 82, 0B and 7C. RGB value is (130,11,124). Sum of RGB (Red+Green+Blue) = 130+11+124=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #820B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B7C is #7DF483. Grayscale: #3B3B3B. Windows color (decimal): -8254596 or 8129410. OLE color: 8129410.

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

Color convert

RGB13011124-
CMYK00.920.050.49
HSL303.03º84.4%27.65%-
HSV(B)303.03º91.54%50.98%-
XYZ12.966.4419.63-
YUV59.46164.42178.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 11 (4.69% from 255) = 4.15%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=49.06%
G=4.15%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301112400.920.050.49303.0384.427.65
Hex82B7C05C53112f541c
Octal20213174013456145712434
Binary100000101011111110001011100101110001100101111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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