#843171

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

Shades of Dark Purple #843171

Tints of Dark Purple #843171

Color information

#843171 (or 0x843171) is unknown color: approx Dark Purple. HEX triplet: 84, 31 and 71. RGB value is (132,49,113). Sum of RGB (Red+Green+Blue) = 132+49+113=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #843171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843171 is #7BCE8E. Grayscale: #505050. Windows color (decimal): -8113807 or 7418244. OLE color: 7418244.

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

Color convert

RGB13249113-
CMYK00.630.140.48
HSL313.73º45.86%35.49%-
HSV(B)313.73º62.88%51.76%-
XYZ13.598.2916.51-
YUV81.11146164.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=44.90%
G=16.67%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324911300.630.140.48313.7345.8635.49
Hex84317103FE3013a2e23
Octal2046116107716604725643
Binary10000100110001111000101111111110110000100111010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843171; }

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

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

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

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

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

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

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

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