#820878

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

Shades of Purple #820878

Tints of Purple #820878

Color information

#820878 (or 0x820878) is unknown color: approx Purple. HEX triplet: 82, 08 and 78. RGB value is (130,8,120). Sum of RGB (Red+Green+Blue) = 130+8+120=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #820878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820878 is #7DF787. Grayscale: #383838. Windows color (decimal): -8255368 or 7866498. OLE color: 7866498.

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

Color convert

RGB1308120-
CMYK00.940.080.49
HSL304.92º88.41%27.06%-
HSV(B)304.92º93.85%50.98%-
XYZ12.686.2818.31-
YUV57.25163.42179.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=50.39%
G=3.10%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130812000.940.080.49304.9288.4127.06
Hex8287805E831131581b
Octal202101700136106146113033
Binary1000001010001111000010111101000110001100110001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820878; }

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

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

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

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

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

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

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

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