Html Css Color HEX #841D73 Dark Purple

📋 copy color: '#841D73'

red 132 ◦ green 29 ◦ blue 115

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

Shades of Dark Purple #841D73

Tints of Dark Purple #841D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 47.83%
G = 10.51%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#841D73 (or 0x841D73) is known color: Dark Purple. HEX triplet: 84, 1D and 73. RGB value is (132,29,115). Sum of RGB (Red+Green+Blue) = 132+29+115=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #841D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D73 is #7BE28C. Grayscale: #454545. Windows color (decimal): -8118925 or 7544196. OLE color: 7544196.

HSL color Cylindrical-coordinate representation of color #841D73: hue angle of 309.9º 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 #841D73 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 115 -
CMYK 0 0.78 0.13 0.48
HSL 309.9º 0.64% 0.32% -
HSV(B) 309.9º 0.78% 0.52% -
XYZ 13.05 7.02 16.89 -
YUV 69.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 132 29 115 0 0.78 0.13 0.48 309.9 0.64 0.32
Hex 84 1D 73 0 4E D 30 136 40 20
Octal 204 35 163 0 116 15 60 466 100 40
Binary 10000100 11101 1110011 0 1001110 1101 110000 100110110 1000000 100000

Color Harmonies of #841D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D73

Black with #841D73

Text Example


Text Example

White with #841D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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