#842780

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

Shades of Dark Purple #842780

Tints of Dark Purple #842780

Color information

#842780 (or 0x842780) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 80. RGB value is (132,39,128). Sum of RGB (Red+Green+Blue) = 132+39+128=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #842780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842780 is #7BD87F. Grayscale: #4C4C4C. Windows color (decimal): -8116352 or 8398724. OLE color: 8398724.

HSL color Cylindrical-coordinate representation of color #842780: hue angle of 302.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842780 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13239128-
CMYK00.700.030.48
HSL302.58º54.39%33.53%-
HSV(B)302.58º70.45%51.76%-
XYZ14.147.9221.2-
YUV76.95156.81167.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=44.15%
G=13.04%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323912800.700.030.48302.5854.3933.53
Hex84278004633012f3622
Octal2044720001063604576642
Binary10000100100111100000000100011011110000100101111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842780; }

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

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

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

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

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

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

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

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