#840871

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

Shades of Purple #840871

Tints of Purple #840871

Color information

#840871 (or 0x840871) is unknown color: approx Purple. HEX triplet: 84, 08 and 71. RGB value is (132,8,113). Sum of RGB (Red+Green+Blue) = 132+8+113=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #840871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840871 is #7BF78E. Grayscale: #383838. Windows color (decimal): -8124303 or 7407748. OLE color: 7407748.

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

Color convert

RGB1328113-
CMYK00.940.140.48
HSL309.19º88.57%27.45%-
HSV(B)309.19º93.94%51.76%-
XYZ12.586.2716.17-
YUV57.05159.58181.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=52.17%
G=3.16%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132811300.940.140.48309.1988.5727.45
Hex8487105EE30135591b
Octal204101610136166046513133
Binary1000010010001110001010111101110110000100110101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840871; }

 p { color: rgb(132,8,113); }

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

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

 a { background-color: rgb(132,8,113); }

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

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

 span { border-color: rgb(132,8,113); }

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