#840870

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

Shades of Purple #840870

Tints of Purple #840870

Color information

#840870 (or 0x840870) is unknown color: approx Purple. HEX triplet: 84, 08 and 70. RGB value is (132,8,112). Sum of RGB (Red+Green+Blue) = 132+8+112=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #840870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840870 is #7BF78F. Grayscale: #383838. Windows color (decimal): -8124304 or 7342212. OLE color: 7342212.

HSL color Cylindrical-coordinate representation of color #840870: hue angle of 309.68º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840870 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB1328112-
CMYK00.940.150.48
HSL309.68º88.57%27.45%-
HSV(B)309.68º93.94%51.76%-
XYZ12.536.2515.88-
YUV56.93159.08181.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=52.38%
G=3.17%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132811200.940.150.48309.6888.5727.45
Hex8487005EF30136591b
Octal204101600136176046613133
Binary1000010010001110000010111101111110000100110110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840870; }

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

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

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

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

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

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

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

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