#842079

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

Shades of Dark Purple #842079

Tints of Dark Purple #842079

Color information

#842079 (or 0x842079) is unknown color: approx Dark Purple. HEX triplet: 84, 20 and 79. RGB value is (132,32,121). Sum of RGB (Red+Green+Blue) = 132+32+121=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #842079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842079 is #7BDF86. Grayscale: #474747. Windows color (decimal): -8118151 or 7938180. OLE color: 7938180.

HSL color Cylindrical-coordinate representation of color #842079: hue angle of 306.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842079 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13232121-
CMYK00.760.080.48
HSL306.6º60.98%32.16%-
HSV(B)306.6º75.76%51.76%-
XYZ13.487.3218.79-
YUV72.05155.63170.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 32 (12.89% from 255) = 11.23%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=46.32%
G=11.23%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323212100.760.080.48306.660.9832.16
Hex84207904C8301333d20
Octal20440171011410604637540
Binary100001001000001111001010011001000110000100110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842079; }

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

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

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

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

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

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

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

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