Html Css Color HEX #841D80 Dark Purple

📋 copy color: '#841D80'

red 132 ◦ green 29 ◦ blue 128

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

Shades of Dark Purple #841D80

Tints of Dark Purple #841D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 45.67%
G = 10.03%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#841D80 (or 0x841D80) is known color: Dark Purple. HEX triplet: 84, 1D and 80. RGB value is (132,29,128). Sum of RGB (Red+Green+Blue) = 132+29+128=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #841D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D80 is #7BE27F. Grayscale: #464646. Windows color (decimal): -8118912 or 8396164. OLE color: 8396164.

HSL color Cylindrical-coordinate representation of color #841D80: hue angle of 302.33º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D80 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 128 -
CMYK 0 0.78 0.03 0.48
HSL 302.33º 0.64% 0.32% -
HSV(B) 302.33º 0.78% 0.52% -
XYZ 13.85 7.34 21.11 -
YUV 71.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 132 29 128 0 0.78 0.03 0.48 302.33 0.64 0.32
Hex 84 1D 80 0 4E 3 30 12E 40 20
Octal 204 35 200 0 116 3 60 456 100 40
Binary 10000100 11101 10000000 0 1001110 11 110000 100101110 1000000 100000

Color Harmonies of #841D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D80

Black with #841D80

Text Example


Text Example

White with #841D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841D80; }

 p { color: rgb(132,29,128); }

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

background-color css

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

 a { background-color: rgb(132,29,128); }

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

border-color css

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

 span { border-color: rgb(132,29,128); }

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