#840373

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

Shades of Purple #840373

Tints of Purple #840373

Color information

#840373 (or 0x840373) is unknown color: approx Purple. HEX triplet: 84, 03 and 73. RGB value is (132,3,115). Sum of RGB (Red+Green+Blue) = 132+3+115=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #840373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840373 is #7BFC8C. Grayscale: #363636. Windows color (decimal): -8125581 or 7537540. OLE color: 7537540.

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

Color convert

RGB1323115-
CMYK00.980.130.48
HSL307.91º95.56%26.47%-
HSV(B)307.91º97.73%51.76%-
XYZ12.646.2116.75-
YUV54.34162.24183.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 115 (45.31% from 255) = 46%
R=52.8%
G=1.2%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132311500.980.130.48307.9195.5626.47
Hex84373062D30134601a
Octal20431630142156046414032
Binary10000100111110011011000101101110000100110100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840373; }

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

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

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

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

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

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

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

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