#841170

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

Shades of Dark Purple #841170

Tints of Dark Purple #841170

Color information

#841170 (or 0x841170) is unknown color: approx Dark Purple. HEX triplet: 84, 11 and 70. RGB value is (132,17,112). Sum of RGB (Red+Green+Blue) = 132+17+112=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #841170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841170 is #7BEE8F. Grayscale: #3D3D3D. Windows color (decimal): -8122000 or 7344516. OLE color: 7344516.

HSL color Cylindrical-coordinate representation of color #841170: hue angle of 310.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841170 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13217112-
CMYK00.870.150.48
HSL310.43º77.18%29.22%-
HSV(B)310.43º87.12%51.76%-
XYZ12.646.4815.91-
YUV62.22156.1177.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=50.57%
G=6.51%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321711200.870.150.48310.4377.1829.22
Hex841170057F301364d1d
Octal204211600127176046611535
Binary10000100100011110000010101111111110000100110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841170; }

 p { color: rgb(132,17,112); }

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

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

 a { background-color: rgb(132,17,112); }

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

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

 span { border-color: rgb(132,17,112); }

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