#840D77

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

Shades of Dark Purple #840D77

Tints of Dark Purple #840D77

Color information

#840D77 (or 0x840D77) is unknown color: approx Dark Purple. HEX triplet: 84, 0D and 77. RGB value is (132,13,119). Sum of RGB (Red+Green+Blue) = 132+13+119=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #840D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D77 is #7BF288. Grayscale: #3C3C3C. Windows color (decimal): -8123017 or 7802244. OLE color: 7802244.

HSL color Cylindrical-coordinate representation of color #840D77: hue angle of 306.55º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D77 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13213119-
CMYK00.900.100.48
HSL306.55º82.07%28.43%-
HSV(B)306.55º90.15%51.76%-
XYZ12.996.5318.03-
YUV60.66160.92178.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 4.92%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=50%
G=4.92%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321311900.900.100.48306.5582.0728.43
Hex84D7705AA30133521c
Octal204151670132126046312234
Binary1000010011011110111010110101010110000100110011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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