#840E78

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

Shades of Dark Purple #840E78

Tints of Dark Purple #840E78

Color information

#840E78 (or 0x840E78) is unknown color: approx Dark Purple. HEX triplet: 84, 0E and 78. RGB value is (132,14,120). Sum of RGB (Red+Green+Blue) = 132+14+120=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #840E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E78 is #7BF187. Grayscale: #3D3D3D. Windows color (decimal): -8122760 or 7868036. OLE color: 7868036.

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

Color convert

RGB13214120-
CMYK00.890.090.48
HSL306.1º80.82%28.63%-
HSV(B)306.1º89.39%51.76%-
XYZ13.066.5818.35-
YUV61.37161.09178.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=49.62%
G=5.26%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321412000.890.090.48306.180.8228.63
Hex84E78059930132511d
Octal204161700131116046212135
Binary1000010011101111000010110011001110000100110010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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