#840571

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

Shades of Purple #840571

Tints of Purple #840571

Color information

#840571 (or 0x840571) is unknown color: approx Purple. HEX triplet: 84, 05 and 71. RGB value is (132,5,113). Sum of RGB (Red+Green+Blue) = 132+5+113=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #840571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840571 is #7BFA8E. Grayscale: #363636. Windows color (decimal): -8125071 or 7406980. OLE color: 7406980.

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

Color convert

RGB1325113-
CMYK00.960.140.48
HSL308.98º92.7%26.86%-
HSV(B)308.98º96.21%51.76%-
XYZ12.556.2116.16-
YUV55.28160.58182.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=52.8%
G=2%
B=45.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132511300.960.140.48308.9892.726.86
Hex84571060E301355d1b
Octal20451610140166046513533
Binary100001001011110001011000001110110000100110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840571; }

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

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

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

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

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

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

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

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