#840E77

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

Shades of Dark Purple #840E77

Tints of Dark Purple #840E77

Color information

#840E77 (or 0x840E77) is unknown color: approx Dark Purple. HEX triplet: 84, 0E and 77. RGB value is (132,14,119). Sum of RGB (Red+Green+Blue) = 132+14+119=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #840E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E77 is #7BF188. Grayscale: #3C3C3C. Windows color (decimal): -8122761 or 7802500. OLE color: 7802500.

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

Color convert

RGB13214119-
CMYK00.890.100.48
HSL306.61º80.82%28.63%-
HSV(B)306.61º89.39%51.76%-
XYZ136.5518.03-
YUV61.25160.59178.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 14 (5.86% from 255) = 5.28%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=49.81%
G=5.28%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321411900.890.100.48306.6180.8228.63
Hex84E77059A30133511d
Octal204161670131126046312135
Binary1000010011101110111010110011010110000100110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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