#840B71

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

Shades of Dark Purple #840B71

Tints of Dark Purple #840B71

Color information

#840B71 (or 0x840B71) is unknown color: approx Dark Purple. HEX triplet: 84, 0B and 71. RGB value is (132,11,113). Sum of RGB (Red+Green+Blue) = 132+11+113=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #840B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B71 is #7BF48E. Grayscale: #3A3A3A. Windows color (decimal): -8123535 or 7408516. OLE color: 7408516.

HSL color Cylindrical-coordinate representation of color #840B71: hue angle of 309.42º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B71 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13211113-
CMYK00.920.140.48
HSL309.42º84.62%28.04%-
HSV(B)309.42º91.67%51.76%-
XYZ12.626.3416.18-
YUV58.81158.59180.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=51.56%
G=4.30%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321111300.920.140.48309.4284.6228.04
Hex84B7105CE30135551c
Octal204131610134166046512534
Binary1000010010111110001010111001110110000100110101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,11,113); }

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

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

 a { background-color: rgb(132,11,113); }

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

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

 span { border-color: rgb(132,11,113); }

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