#842479

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

Shades of Dark Purple #842479

Tints of Dark Purple #842479

Color information

#842479 (or 0x842479) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 79. RGB value is (132,36,121). Sum of RGB (Red+Green+Blue) = 132+36+121=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #842479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842479 is #7BDB86. Grayscale: #4A4A4A. Windows color (decimal): -8117127 or 7939204. OLE color: 7939204.

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

Color convert

RGB13236121-
CMYK00.730.080.48
HSL306.88º57.14%32.94%-
HSV(B)306.88º72.73%51.76%-
XYZ13.67.5518.83-
YUV74.39154.3169.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=45.67%
G=12.46%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323612100.730.080.48306.8857.1432.94
Hex8424790498301333921
Octal20444171011110604637141
Binary100001001001001111001010010011000110000100110011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842479; }

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

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

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

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

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

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

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

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