#842A72

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

Shades of Dark Purple #842A72

Tints of Dark Purple #842A72

Color information

#842A72 (or 0x842A72) is unknown color: approx Dark Purple. HEX triplet: 84, 2A and 72. RGB value is (132,42,114). Sum of RGB (Red+Green+Blue) = 132+42+114=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #842A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A72 is #7BD58D. Grayscale: #4C4C4C. Windows color (decimal): -8115598 or 7481988. OLE color: 7481988.

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

Color convert

RGB13242114-
CMYK00.680.140.48
HSL312º51.72%34.12%-
HSV(B)312º68.18%51.76%-
XYZ13.387.7816.72-
YUV77.12148.82167.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 42 (16.80% from 255) = 14.58%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=45.83%
G=14.58%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324211400.680.140.4831251.7234.12
Hex842A72044E301383422
Octal20452162010416604706442
Binary100001001010101110010010001001110110000100111000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A72; }

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

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

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

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

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

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

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

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