#841F73

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

Shades of Dark Purple #841F73

Tints of Dark Purple #841F73

Color information

#841F73 (or 0x841F73) is unknown color: approx Dark Purple. HEX triplet: 84, 1F and 73. RGB value is (132,31,115). Sum of RGB (Red+Green+Blue) = 132+31+115=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #841F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841F73 is #7BE08C. Grayscale: #464646. Windows color (decimal): -8118413 or 7544708. OLE color: 7544708.

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

Color convert

RGB13231115-
CMYK00.770.130.48
HSL310.1º61.96%31.96%-
HSV(B)310.1º76.52%51.76%-
XYZ13.17.1216.9-
YUV70.77152.96171.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=47.48%
G=11.15%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323111500.770.130.48310.161.9631.96
Hex841F7304DD301363e20
Octal20437163011515604667640
Binary10000100111111110011010011011101110000100110110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #841F73;
 }
 .AnyTagClassName
 {
   color: #841F73;
 }
</style>
background-color css

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

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

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

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

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

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