#842C6C

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

Shades of Dark Purple #842C6C

Tints of Dark Purple #842C6C

Color information

#842C6C (or 0x842C6C) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 6C. RGB value is (132,44,108). Sum of RGB (Red+Green+Blue) = 132+44+108=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #842C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C6C is #7BD393. Grayscale: #4D4D4D. Windows color (decimal): -8115092 or 7089284. OLE color: 7089284.

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

Color convert

RGB13244108-
CMYK00.670.180.48
HSL316.36º50%34.51%-
HSV(B)316.36º66.67%51.76%-
XYZ13.127.7915-
YUV77.61145.15166.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=46.48%
G=15.49%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324410800.670.180.48316.365034.51
Hex842C6C043123013c3223
Octal20454154010322604746243
Binary1000010010110011011000100001110010110000100111100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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