#840370

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

Shades of Purple #840370

Tints of Purple #840370

Color information

#840370 (or 0x840370) is unknown color: approx Purple. HEX triplet: 84, 03 and 70. RGB value is (132,3,112). Sum of RGB (Red+Green+Blue) = 132+3+112=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #840370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840370 is #7BFC8F. Grayscale: #353535. Windows color (decimal): -8125584 or 7340932. OLE color: 7340932.

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

Color convert

RGB1323112-
CMYK00.980.150.48
HSL309.3º95.56%26.47%-
HSV(B)309.3º97.73%51.76%-
XYZ12.476.1415.86-
YUV54160.74183.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=53.44%
G=1.21%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132311200.980.150.48309.395.5626.47
Hex84370062F30135601a
Octal20431600142176046514032
Binary10000100111110000011000101111110000100110101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840370; }

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

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

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

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

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

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

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

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