#840070

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

Shades of Purple #840070

Tints of Purple #840070

Color information

#840070 (or 0x840070) is unknown color: approx Purple. HEX triplet: 84, 00 and 70. RGB value is (132,0,112). Sum of RGB (Red+Green+Blue) = 132+0+112=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #840070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840070 is #7BFF8F. Grayscale: #333333. Windows color (decimal): -8126352 or 7340164. OLE color: 7340164.

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

Color convert

RGB1320112-
CMYK010.150.48
HSL309.09º100%25.88%-
HSV(B)309.09º100%51.76%-
XYZ12.446.0815.85-
YUV52.24161.73184.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=54.10%
G=0%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320112010.150.48309.0910025.88
Hex84070064F30135641a
Octal20401600144176046514432
Binary1000010001110000011001001111110000100110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840070; }

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

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

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

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

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

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

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

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