#842576

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

Shades of Dark Purple #842576

Tints of Dark Purple #842576

Color information

#842576 (or 0x842576) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 76. RGB value is (132,37,118). Sum of RGB (Red+Green+Blue) = 132+37+118=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #842576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842576 is #7BDA89. Grayscale: #4A4A4A. Windows color (decimal): -8116874 or 7742852. OLE color: 7742852.

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

Color convert

RGB13237118-
CMYK00.720.110.48
HSL308.84º56.21%33.14%-
HSV(B)308.84º71.97%51.76%-
XYZ13.457.5417.89-
YUV74.64152.47168.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=45.99%
G=12.89%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323711800.720.110.48308.8456.2133.14
Hex842576048B301353821
Octal20445166011013604657041
Binary100001001001011110110010010001011110000100110101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842576; }

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

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

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

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

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

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

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

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