#842579

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

Shades of Dark Purple #842579

Tints of Dark Purple #842579

Color information

#842579 (or 0x842579) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 79. RGB value is (132,37,121). Sum of RGB (Red+Green+Blue) = 132+37+121=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #842579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842579 is #7BDA86. Grayscale: #4A4A4A. Windows color (decimal): -8116871 or 7939460. OLE color: 7939460.

HSL color Cylindrical-coordinate representation of color #842579: hue angle of 306.95º 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 #842579 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13237121-
CMYK00.720.080.48
HSL306.95º56.21%33.14%-
HSV(B)306.95º71.97%51.76%-
XYZ13.637.6118.84-
YUV74.98153.97168.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=45.52%
G=12.76%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323712100.720.080.48306.9556.2133.14
Hex8425790488301333821
Octal20445171011010604637041
Binary100001001001011111001010010001000110000100110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842579; }

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

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

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

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

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

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

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

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