#840E7C

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

Shades of Purple #840E7C

Tints of Purple #840E7C

Color information

#840E7C (or 0x840E7C) is unknown color: approx Purple. HEX triplet: 84, 0E and 7C. RGB value is (132,14,124). Sum of RGB (Red+Green+Blue) = 132+14+124=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #840E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E7C is #7BF183. Grayscale: #3D3D3D. Windows color (decimal): -8122756 or 8130180. OLE color: 8130180.

HSL color Cylindrical-coordinate representation of color #840E7C: hue angle of 304.07º 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 #840E7C is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13214124-
CMYK00.890.060.48
HSL304.07º80.82%28.63%-
HSV(B)304.07º89.39%51.76%-
XYZ13.316.6719.66-
YUV61.82163.09178.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=48.89%
G=5.19%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321412400.890.060.48304.0780.8228.63
Hex84E7C059630130511d
Octal20416174013166046012135
Binary100001001110111110001011001110110000100110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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