#840480

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

Shades of Purple #840480

Tints of Purple #840480

Color information

#840480 (or 0x840480) is unknown color: approx Purple. HEX triplet: 84, 04 and 80. RGB value is (132,4,128). Sum of RGB (Red+Green+Blue) = 132+4+128=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #840480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840480 is #7BFB7F. Grayscale: #383838. Windows color (decimal): -8125312 or 8389764. OLE color: 8389764.

HSL color Cylindrical-coordinate representation of color #840480: hue angle of 301.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840480 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB1324128-
CMYK00.970.030.48
HSL301.88º94.12%26.67%-
HSV(B)301.88º96.97%51.76%-
XYZ13.466.5520.98-
YUV56.41168.41181.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=50%
G=1.52%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132412800.970.030.48301.8894.1226.67
Hex8448006133012e5e1b
Octal2044200014136045613633
Binary10000100100100000000110000111110000100101110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840480; }

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

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

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

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

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

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

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

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