#840071

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

Shades of Purple #840071

Tints of Purple #840071

Color information

#840071 (or 0x840071) is unknown color: approx Purple. HEX triplet: 84, 00 and 71. RGB value is (132,0,113). Sum of RGB (Red+Green+Blue) = 132+0+113=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #840071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840071 is #7BFF8E. Grayscale: #343434. Windows color (decimal): -8126351 or 7405700. OLE color: 7405700.

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

Color convert

RGB1320113-
CMYK010.140.48
HSL308.64º100%25.88%-
HSV(B)308.64º100%51.76%-
XYZ12.56.116.14-
YUV52.35162.23184.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=53.88%
G=0%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320113010.140.48308.6410025.88
Hex84071064E30135641a
Octal20401610144166046514432
Binary1000010001110001011001001110110000100110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840071; }

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

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

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

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

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

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

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

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