#840180

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

Shades of Purple #840180

Tints of Purple #840180

Color information

#840180 (or 0x840180) is unknown color: approx Purple. HEX triplet: 84, 01 and 80. RGB value is (132,1,128). Sum of RGB (Red+Green+Blue) = 132+1+128=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #840180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840180 is #7BFE7F. Grayscale: #363636. Windows color (decimal): -8126080 or 8388996. OLE color: 8388996.

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

Color convert

RGB1321128-
CMYK00.990.030.48
HSL301.83º98.5%26.08%-
HSV(B)301.83º99.24%51.76%-
XYZ13.426.4920.97-
YUV54.65169.4183.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=50.57%
G=0.38%
B=49.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132112800.990.030.48301.8398.526.08
Hex8418006333012e621a
Octal2041200014336045614232
Binary100001001100000000110001111110000100101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840180; }

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

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

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

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

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

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

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

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