#820678

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

Shades of Purple #820678

Tints of Purple #820678

Color information

#820678 (or 0x820678) is unknown color: approx Purple. HEX triplet: 82, 06 and 78. RGB value is (130,6,120). Sum of RGB (Red+Green+Blue) = 130+6+120=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820678 is #7DF987. Grayscale: #373737. Windows color (decimal): -8255880 or 7865986. OLE color: 7865986.

HSL color Cylindrical-coordinate representation of color #820678: hue angle of 304.84º 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 #820678 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB1306120-
CMYK00.950.080.49
HSL304.84º91.18%26.67%-
HSV(B)304.84º95.38%50.98%-
XYZ12.666.2318.3-
YUV56.07164.08180.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=50.78%
G=2.34%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130612000.950.080.49304.8491.1826.67
Hex8267805F8311315b1b
Octal20261700137106146113333
Binary100000101101111000010111111000110001100110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820678; }

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

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

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

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

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

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

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

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