#820E7D

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

Shades of Purple #820E7D

Tints of Purple #820E7D

Color information

#820E7D (or 0x820E7D) is unknown color: approx Purple. HEX triplet: 82, 0E and 7D. RGB value is (130,14,125). Sum of RGB (Red+Green+Blue) = 130+14+125=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #820E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E7D is #7DF182. Grayscale: #3D3D3D. Windows color (decimal): -8253827 or 8195714. OLE color: 8195714.

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

Color convert

RGB13014125-
CMYK00.890.040.49
HSL302.59º80.56%28.24%-
HSV(B)302.59º89.23%50.98%-
XYZ13.066.5419.98-
YUV61.34163.93176.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=48.33%
G=5.20%
B=46.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301412500.890.040.49302.5980.5628.24
Hex82E7D05943112f511c
Octal20216175013146145712134
Binary100000101110111110101011001100110001100101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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