#842372

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

Shades of Dark Purple #842372

Tints of Dark Purple #842372

Color information

#842372 (or 0x842372) is unknown color: approx Dark Purple. HEX triplet: 84, 23 and 72. RGB value is (132,35,114). Sum of RGB (Red+Green+Blue) = 132+35+114=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #842372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842372 is #7BDC8D. Grayscale: #484848. Windows color (decimal): -8117390 or 7480196. OLE color: 7480196.

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

Color convert

RGB13235114-
CMYK00.730.140.48
HSL311.13º58.08%32.75%-
HSV(B)311.13º73.48%51.76%-
XYZ13.157.3216.64-
YUV73.01151.14170.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=46.98%
G=12.46%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323511400.730.140.48311.1358.0832.75
Hex842372049E301373a21
Octal20443162011116604677241
Binary100001001000111110010010010011110110000100110111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842372; }

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

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

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

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

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

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

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

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