#820676

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

Shades of Purple #820676

Tints of Purple #820676

Color information

#820676 (or 0x820676) is unknown color: approx Purple. HEX triplet: 82, 06 and 76. RGB value is (130,6,118). Sum of RGB (Red+Green+Blue) = 130+6+118=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #820676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820676 is #7DF989. Grayscale: #373737. Windows color (decimal): -8255882 or 7734914. OLE color: 7734914.

HSL color Cylindrical-coordinate representation of color #820676: hue angle of 305.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820676 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB1306118-
CMYK00.950.090.49
HSL305.81º91.18%26.67%-
HSV(B)305.81º95.38%50.98%-
XYZ12.546.1817.67-
YUV55.84163.08180.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=51.18%
G=2.36%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130611800.950.090.49305.8191.1826.67
Hex8267605F9311325b1b
Octal20261660137116146213333
Binary100000101101110110010111111001110001100110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820676; }

 p { color: rgb(130,6,118); }

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

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

 a { background-color: rgb(130,6,118); }

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

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

 span { border-color: rgb(130,6,118); }

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