#842578

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

Shades of Dark Purple #842578

Tints of Dark Purple #842578

Color information

#842578 (or 0x842578) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 78. RGB value is (132,37,120). Sum of RGB (Red+Green+Blue) = 132+37+120=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #842578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842578 is #7BDA87. Grayscale: #4A4A4A. Windows color (decimal): -8116872 or 7873924. OLE color: 7873924.

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

Color convert

RGB13237120-
CMYK00.720.090.48
HSL307.58º56.21%33.14%-
HSV(B)307.58º71.97%51.76%-
XYZ13.577.5818.52-
YUV74.87153.47168.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=45.67%
G=12.80%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323712000.720.090.48307.5856.2133.14
Hex8425780489301343821
Octal20445170011011604647041
Binary100001001001011111000010010001001110000100110100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842578; }

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

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

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

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

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

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

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

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