#840372

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

Shades of Purple #840372

Tints of Purple #840372

Color information

#840372 (or 0x840372) is unknown color: approx Purple. HEX triplet: 84, 03 and 72. RGB value is (132,3,114). Sum of RGB (Red+Green+Blue) = 132+3+114=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #840372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840372 is #7BFC8D. Grayscale: #353535. Windows color (decimal): -8125582 or 7472004. OLE color: 7472004.

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

Color convert

RGB1323114-
CMYK00.980.140.48
HSL308.37º95.56%26.47%-
HSV(B)308.37º97.73%51.76%-
XYZ12.596.1916.45-
YUV54.22161.74183.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=53.01%
G=1.20%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132311400.980.140.48308.3795.5626.47
Hex84372062E30134601a
Octal20431620142166046414032
Binary10000100111110010011000101110110000100110100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840372; }

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

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

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

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

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

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

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

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