#842C76

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

Shades of Dark Purple #842C76

Tints of Dark Purple #842C76

Color information

#842C76 (or 0x842C76) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 76. RGB value is (132,44,118). Sum of RGB (Red+Green+Blue) = 132+44+118=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #842C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C76 is #7BD389. Grayscale: #4E4E4E. Windows color (decimal): -8115082 or 7744644. OLE color: 7744644.

HSL color Cylindrical-coordinate representation of color #842C76: hue angle of 309.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C76 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13244118-
CMYK00.670.110.48
HSL309.55º50%34.51%-
HSV(B)309.55º66.67%51.76%-
XYZ13.698.0117.97-
YUV78.75150.15165.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=44.90%
G=14.97%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324411800.670.110.48309.555034.51
Hex842C76043B301363223
Octal20454166010313604666243
Binary100001001011001110110010000111011110000100110110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842C76; }

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

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

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

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

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

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

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

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