#842076

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

Shades of Dark Purple #842076

Tints of Dark Purple #842076

Color information

#842076 (or 0x842076) is unknown color: approx Dark Purple. HEX triplet: 84, 20 and 76. RGB value is (132,32,118). Sum of RGB (Red+Green+Blue) = 132+32+118=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #842076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842076 is #7BDF89. Grayscale: #474747. Windows color (decimal): -8118154 or 7741572. OLE color: 7741572.

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

Color convert

RGB13232118-
CMYK00.760.110.48
HSL308.4º60.98%32.16%-
HSV(B)308.4º75.76%51.76%-
XYZ13.37.2517.84-
YUV71.7154.13171.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 32 (12.89% from 255) = 11.35%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=46.81%
G=11.35%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323211800.760.110.48308.460.9832.16
Hex84207604CB301343d20
Octal20440166011413604647540
Binary100001001000001110110010011001011110000100110100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842076; }

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

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

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

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

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

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

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

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