#842C6F

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

Shades of Dark Purple #842C6F

Tints of Dark Purple #842C6F

Color information

#842C6F (or 0x842C6F) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 6F. RGB value is (132,44,111). Sum of RGB (Red+Green+Blue) = 132+44+111=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #842C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C6F is #7BD390. Grayscale: #4D4D4D. Windows color (decimal): -8115089 or 7285892. OLE color: 7285892.

HSL color Cylindrical-coordinate representation of color #842C6F: hue angle of 314.32º 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 #842C6F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13244111-
CMYK00.670.160.48
HSL314.32º50%34.51%-
HSV(B)314.32º66.67%51.76%-
XYZ13.297.8515.85-
YUV77.95146.65166.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=45.99%
G=15.33%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324411100.670.160.48314.325034.51
Hex842C6F043103013a3223
Octal20454157010320604726243
Binary1000010010110011011110100001110000110000100111010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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