#842172

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

Shades of Dark Purple #842172

Tints of Dark Purple #842172

Color information

#842172 (or 0x842172) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 72. RGB value is (132,33,114). Sum of RGB (Red+Green+Blue) = 132+33+114=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #842172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842172 is #7BDE8D. Grayscale: #474747. Windows color (decimal): -8117902 or 7479684. OLE color: 7479684.

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

Color convert

RGB13233114-
CMYK00.750.140.48
HSL310.91º60%32.35%-
HSV(B)310.91º75%51.76%-
XYZ13.17.2116.62-
YUV71.83151.8170.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=47.31%
G=11.83%
B=40.86%

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
Decimal1323311400.750.140.48310.916032.35
Hex84217204BE301373c20
Octal20441162011316604677440
Binary100001001000011110010010010111110110000100110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842172; }

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

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

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

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

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

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

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

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