#842D7D

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

Shades of Dark Purple #842D7D

Tints of Dark Purple #842D7D

Color information

#842D7D (or 0x842D7D) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 7D. RGB value is (132,45,125). Sum of RGB (Red+Green+Blue) = 132+45+125=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #842D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D7D is #7BD282. Grayscale: #4F4F4F. Windows color (decimal): -8114819 or 8203652. OLE color: 8203652.

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

Color convert

RGB13245125-
CMYK00.660.050.48
HSL304.83º49.15%34.71%-
HSV(B)304.83º65.91%51.76%-
XYZ14.168.2620.25-
YUV80.13153.32165-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 45 (17.97% from 255) = 14.90%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=43.71%
G=14.90%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324512500.660.050.48304.8349.1534.71
Hex842D7D0425301313123
Octal2045517501025604616143
Binary10000100101101111110101000010101110000100110001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,125); }

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

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

 a { background-color: rgb(132,45,125); }

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

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

 span { border-color: rgb(132,45,125); }

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