#820480

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

Shades of Purple #820480

Tints of Purple #820480

Color information

#820480 (or 0x820480) is unknown color: approx Purple. HEX triplet: 82, 04 and 80. RGB value is (130,4,128). Sum of RGB (Red+Green+Blue) = 130+4+128=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #820480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820480 is #7DFB7F. Grayscale: #373737. Windows color (decimal): -8256384 or 8389762. OLE color: 8389762.

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

Color convert

RGB1304128-
CMYK00.970.020.49
HSL300.95º94.03%26.27%-
HSV(B)300.95º96.92%50.98%-
XYZ13.156.3920.96-
YUV55.81168.74180.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=49.62%
G=1.53%
B=48.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130412800.970.020.49300.9594.0326.27
Hex8248006123112d5e1a
Octal2024200014126145513632
Binary10000010100100000000110000110110001100101101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820480; }

 p { color: rgb(130,4,128); }

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

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

 a { background-color: rgb(130,4,128); }

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

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

 span { border-color: rgb(130,4,128); }

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