#840E7A

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

Shades of Purple #840E7A

Tints of Purple #840E7A

Color information

#840E7A (or 0x840E7A) is unknown color: approx Purple. HEX triplet: 84, 0E and 7A. RGB value is (132,14,122). Sum of RGB (Red+Green+Blue) = 132+14+122=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #840E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E7A is #7BF185. Grayscale: #3D3D3D. Windows color (decimal): -8122758 or 7999108. OLE color: 7999108.

HSL color Cylindrical-coordinate representation of color #840E7A: hue angle of 305.08º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E7A is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13214122-
CMYK00.890.080.48
HSL305.08º80.82%28.63%-
HSV(B)305.08º89.39%51.76%-
XYZ13.196.6219-
YUV61.59162.09178.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=49.25%
G=5.22%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321412200.890.080.48305.0880.8228.63
Hex84E7A059830131511d
Octal204161720131106046112135
Binary1000010011101111010010110011000110000100110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840E7A; }

 p { color: rgb(132,14,122); }

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

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

 a { background-color: rgb(132,14,122); }

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

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

 span { border-color: rgb(132,14,122); }

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