#841976

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

Shades of Dark Purple #841976

Tints of Dark Purple #841976

Color information

#841976 (or 0x841976) is unknown color: approx Dark Purple. HEX triplet: 84, 19 and 76. RGB value is (132,25,118). Sum of RGB (Red+Green+Blue) = 132+25+118=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #841976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841976 is #7BE689. Grayscale: #434343. Windows color (decimal): -8119946 or 7739780. OLE color: 7739780.

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

Color convert

RGB13225118-
CMYK00.810.110.48
HSL307.85º68.15%30.78%-
HSV(B)307.85º81.06%51.76%-
XYZ13.136.9117.78-
YUV67.6156.45173.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 25 (10.16% from 255) = 9.09%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=48%
G=9.09%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322511800.810.110.48307.8568.1530.78
Hex841976051B30134441f
Octal204311660121136046410437
Binary10000100110011110110010100011011110000100110100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841976; }

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

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

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

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

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

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

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

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