#820E7E

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

Shades of Purple #820E7E

Tints of Purple #820E7E

Color information

#820E7E (or 0x820E7E) is unknown color: approx Purple. HEX triplet: 82, 0E and 7E. RGB value is (130,14,126). Sum of RGB (Red+Green+Blue) = 130+14+126=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #820E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E7E is #7DF181. Grayscale: #3D3D3D. Windows color (decimal): -8253826 or 8261250. OLE color: 8261250.

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

Color convert

RGB13014126-
CMYK00.890.030.49
HSL302.07º80.56%28.24%-
HSV(B)302.07º89.23%50.98%-
XYZ13.136.5720.31-
YUV61.45164.43176.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=48.15%
G=5.19%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301412600.890.030.49302.0780.5628.24
Hex82E7E05933112e511c
Octal20216176013136145612134
Binary10000010111011111100101100111110001100101110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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