#820777

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

Shades of Purple #820777

Tints of Purple #820777

Color information

#820777 (or 0x820777) is unknown color: approx Purple. HEX triplet: 82, 07 and 77. RGB value is (130,7,119). Sum of RGB (Red+Green+Blue) = 130+7+119=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820777 is #7DF888. Grayscale: #383838. Windows color (decimal): -8255625 or 7800706. OLE color: 7800706.

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

Color convert

RGB1307119-
CMYK00.950.080.49
HSL305.37º89.78%26.86%-
HSV(B)305.37º94.62%50.98%-
XYZ12.616.2317.99-
YUV56.54163.25180.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 7 (3.12% from 255) = 2.73%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=50.78%
G=2.73%
B=46.48%

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
Decimal130711900.950.080.49305.3789.7826.86
Hex8277705F8311315a1b
Octal20271670137106146113233
Binary100000101111110111010111111000110001100110001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820777; }

 p { color: rgb(130,7,119); }

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

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

 a { background-color: rgb(130,7,119); }

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

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

 span { border-color: rgb(130,7,119); }

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