#820E7C

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

Shades of Purple #820E7C

Tints of Purple #820E7C

Color information

#820E7C (or 0x820E7C) is unknown color: approx Purple. HEX triplet: 82, 0E and 7C. RGB value is (130,14,124). Sum of RGB (Red+Green+Blue) = 130+14+124=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #820E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E7C is #7DF183. Grayscale: #3C3C3C. Windows color (decimal): -8253828 or 8130178. OLE color: 8130178.

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

Color convert

RGB13014124-
CMYK00.890.050.49
HSL303.1º80.56%28.24%-
HSV(B)303.1º89.23%50.98%-
XYZ136.5219.64-
YUV61.22163.43177.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=48.51%
G=5.22%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301412400.890.050.49303.180.5628.24
Hex82E7C05953112f511c
Octal20216174013156145712134
Binary100000101110111110001011001101110001100101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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