Html Css Color HEX #842071 Dark Purple

📋 copy color: '#842071'

red 132 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #842071

Tints of Dark Purple #842071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 47.65%
G = 11.55%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#842071 (or 0x842071) is known color: Dark Purple. HEX triplet: 84, 20 and 71. RGB value is (132,32,113). Sum of RGB (Red+Green+Blue) = 132+32+113=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #842071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842071 is #7BDF8E. Grayscale: #464646. Windows color (decimal): -8118159 or 7413892. OLE color: 7413892.

HSL color Cylindrical-coordinate representation of color #842071: hue angle of 311.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842071 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 113 -
CMYK 0 0.76 0.14 0.48
HSL 311.4º 0.61% 0.32% -
HSV(B) 311.4º 0.76% 0.52% -
XYZ 13.01 7.13 16.31 -
YUV 71.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 132 32 113 0 0.76 0.14 0.48 311.4 0.61 0.32
Hex 84 20 71 0 4C E 30 137 3D 20
Octal 204 40 161 0 114 16 60 467 75 40
Binary 10000100 100000 1110001 0 1001100 1110 110000 100110111 111101 100000

Color Harmonies of #842071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842071

Black with #842071

Text Example


Text Example

White with #842071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842071; }

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

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

background-color css

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

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

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

border-color css

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

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

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