#840371

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

Shades of Purple #840371

Tints of Purple #840371

Color information

#840371 (or 0x840371) is unknown color: approx Purple. HEX triplet: 84, 03 and 71. RGB value is (132,3,113). Sum of RGB (Red+Green+Blue) = 132+3+113=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #840371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840371 is #7BFC8E. Grayscale: #353535. Windows color (decimal): -8125583 or 7406468. OLE color: 7406468.

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

Color convert

RGB1323113-
CMYK00.980.140.48
HSL308.84º95.56%26.47%-
HSV(B)308.84º97.73%51.76%-
XYZ12.536.1616.15-
YUV54.11161.24183.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=53.23%
G=1.21%
B=45.56%

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
Decimal132311300.980.140.48308.8495.5626.47
Hex84371062E30135601a
Octal20431610142166046514032
Binary10000100111110001011000101110110000100110101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840371; }

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

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

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

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

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

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

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

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