#841D73

Color #841D73 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #841D73

Tints of Dark Purple #841D73

Color information

#841D73 (or 0x841D73) is unknown color: approx 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

RGB13229115-
CMYK00.780.130.48
HSL309.9º63.98%31.57%-
HSV(B)309.9º78.03%51.76%-
XYZ13.057.0216.89-
YUV69.6153.62172.51-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322911500.780.130.48309.963.9831.57
Hex841D7304ED301364020
Octal204351630116156046610040
Binary100001001110111100110100111011011100001001101101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>