#841576

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

Shades of Dark Purple #841576

Tints of Dark Purple #841576

Color information

#841576 (or 0x841576) is unknown color: approx Dark Purple. HEX triplet: 84, 15 and 76. RGB value is (132,21,118). Sum of RGB (Red+Green+Blue) = 132+21+118=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #841576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841576 is #7BEA89. Grayscale: #404040. Windows color (decimal): -8120970 or 7738756. OLE color: 7738756.

HSL color Cylindrical-coordinate representation of color #841576: hue angle of 307.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841576 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13221118-
CMYK00.840.110.48
HSL307.57º72.55%30%-
HSV(B)307.57º84.09%51.76%-
XYZ13.056.7517.75-
YUV65.25157.77175.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=48.71%
G=7.75%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322111800.840.110.48307.5772.5530
Hex841576054B30134491e
Octal204251660124136046411136
Binary10000100101011110110010101001011110000100110100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841576; }

 p { color: rgb(132,21,118); }

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

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

 a { background-color: rgb(132,21,118); }

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

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

 span { border-color: rgb(132,21,118); }

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