#842C71

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

Shades of Dark Purple #842C71

Tints of Dark Purple #842C71

Color information

#842C71 (or 0x842C71) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 71. RGB value is (132,44,113). Sum of RGB (Red+Green+Blue) = 132+44+113=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #842C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C71 is #7BD38E. Grayscale: #4D4D4D. Windows color (decimal): -8115087 or 7416964. OLE color: 7416964.

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

Color convert

RGB13244113-
CMYK00.670.140.48
HSL312.95º50%34.51%-
HSV(B)312.95º66.67%51.76%-
XYZ13.47.916.44-
YUV78.18147.65166.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=45.67%
G=15.22%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324411300.670.140.48312.955034.51
Hex842C71043E301393223
Octal20454161010316604716243
Binary100001001011001110001010000111110110000100111001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842C71; }

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

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

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

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

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

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

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

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