#842D7F

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

Shades of Dark Purple #842D7F

Tints of Dark Purple #842D7F

Color information

#842D7F (or 0x842D7F) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 7F. RGB value is (132,45,127). Sum of RGB (Red+Green+Blue) = 132+45+127=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #842D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D7F is #7BD280. Grayscale: #505050. Windows color (decimal): -8114817 or 8334724. OLE color: 8334724.

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

Color convert

RGB13245127-
CMYK00.660.040.48
HSL303.45º49.15%34.71%-
HSV(B)303.45º65.91%51.76%-
XYZ14.288.3120.93-
YUV80.36154.32164.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 45 (17.97% from 255) = 14.80%
BLUE value IS 127 (50% from 255) = 41.78%
R=43.42%
G=14.80%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324512700.660.040.48303.4549.1534.71
Hex842D7F04243012f3123
Octal2045517701024604576143
Binary10000100101101111111101000010100110000100101111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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