Html Css Color HEX #840D71 Dark Purple

📋 copy color: '#840D71'

red 132 ◦ green 13 ◦ blue 113

#840D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #840D71

Tints of Dark Purple #840D71

RGB

 RED value IS 132 (51.95% from 255) = 51.16%

 GREEN value IS 13 (5.47% from 255) = 5.04%

 BLUE value IS 113 (44.53% from 255) = 43.8%

R = 51.16%
G = 5.04%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#840D71 (or 0x840D71) is known color: Dark Purple. HEX triplet: 84, 0D and 71. RGB value is (132,13,113). Sum of RGB (Red+Green+Blue) = 132+13+113=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #840D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D71 is #7BF28E. Grayscale: #3B3B3B. Windows color (decimal): -8123023 or 7409028. OLE color: 7409028.

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

Color convert

RGB 132 13 113 -
CMYK 0 0.90 0.14 0.48
HSL 309.58º 0.82% 0.28% -
HSV(B) 309.58º 0.9% 0.52% -
XYZ 12.64 6.39 16.19 -
YUV 59.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 132 13 113 0 0.90 0.14 0.48 309.58 0.82 0.28
Hex 84 D 71 0 5A E 30 136 52 1C
Octal 204 15 161 0 132 16 60 466 122 34
Binary 10000100 1101 1110001 0 1011010 1110 110000 100110110 1010010 11100

Color Harmonies of #840D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D71

Black with #840D71

Text Example


Text Example

White with #840D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #840D71;
 }
 .AnyTagClassName
 {
   color: #840D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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