#842170

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

Shades of Dark Purple #842170

Tints of Dark Purple #842170

Color information

#842170 (or 0x842170) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 70. RGB value is (132,33,112). Sum of RGB (Red+Green+Blue) = 132+33+112=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #842170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842170 is #7BDE8F. Grayscale: #474747. Windows color (decimal): -8117904 or 7348612. OLE color: 7348612.

HSL color Cylindrical-coordinate representation of color #842170: hue angle of 312.12º 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 #842170 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13233112-
CMYK00.750.150.48
HSL312.12º60%32.35%-
HSV(B)312.12º75%51.76%-
XYZ12.987.1616.03-
YUV71.61150.8171.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=47.65%
G=11.91%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323311200.750.150.48312.126032.35
Hex84217004BF301383c20
Octal20441160011317604707440
Binary100001001000011110000010010111111110000100111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842170; }

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

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

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

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

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

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

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

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