#842B72

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

Shades of Dark Purple #842B72

Tints of Dark Purple #842B72

Color information

#842B72 (or 0x842B72) is unknown color: approx Dark Purple. HEX triplet: 84, 2B and 72. RGB value is (132,43,114). Sum of RGB (Red+Green+Blue) = 132+43+114=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #842B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B72 is #7BD48D. Grayscale: #4D4D4D. Windows color (decimal): -8115342 or 7482244. OLE color: 7482244.

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

Color convert

RGB13243114-
CMYK00.670.140.48
HSL312.13º50.86%34.31%-
HSV(B)312.13º67.42%51.76%-
XYZ13.427.8516.73-
YUV77.7148.49166.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=45.67%
G=14.88%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324311400.670.140.48312.1350.8634.31
Hex842B72043E301383322
Octal20453162010316604706342
Binary100001001010111110010010000111110110000100111000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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