Html Css Color HEX #841071 Dark Purple

📋 copy color: '#841071'

red 132 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #841071

Tints of Dark Purple #841071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 50.57%
G = 6.13%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#841071 (or 0x841071) is known color: Dark Purple. HEX triplet: 84, 10 and 71. RGB value is (132,16,113). Sum of RGB (Red+Green+Blue) = 132+16+113=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #841071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841071 is #7BEF8E. Grayscale: #3D3D3D. Windows color (decimal): -8122255 or 7409796. OLE color: 7409796.

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

Color convert

RGB 132 16 113 -
CMYK 0 0.88 0.14 0.48
HSL 309.83º 0.78% 0.29% -
HSV(B) 309.83º 0.88% 0.52% -
XYZ 12.68 6.47 16.2 -
YUV 61.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 132 16 113 0 0.88 0.14 0.48 309.83 0.78 0.29
Hex 84 10 71 0 58 E 30 136 4E 1D
Octal 204 20 161 0 130 16 60 466 116 35
Binary 10000100 10000 1110001 0 1011000 1110 110000 100110110 1001110 11101

Color Harmonies of #841071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841071

Black with #841071

Text Example


Text Example

White with #841071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841071; }

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

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

background-color css

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

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

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

border-color css

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

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

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