#842171

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

Shades of Dark Purple #842171

Tints of Dark Purple #842171

Color information

#842171 (or 0x842171) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 71. RGB value is (132,33,113). Sum of RGB (Red+Green+Blue) = 132+33+113=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #842171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842171 is #7BDE8E. Grayscale: #474747. Windows color (decimal): -8117903 or 7414148. OLE color: 7414148.

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

Color convert

RGB13233113-
CMYK00.750.140.48
HSL311.52º60%32.35%-
HSV(B)311.52º75%51.76%-
XYZ13.047.1916.32-
YUV71.72151.3171-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=47.48%
G=11.87%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323311300.750.140.48311.526032.35
Hex84217104BE301383c20
Octal20441161011316604707440
Binary100001001000011110001010010111110110000100111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842171; }

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

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

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

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

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

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

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

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