#842D7E

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

Shades of Dark Purple #842D7E

Tints of Dark Purple #842D7E

Color information

#842D7E (or 0x842D7E) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 7E. RGB value is (132,45,126). Sum of RGB (Red+Green+Blue) = 132+45+126=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #842D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D7E is #7BD281. Grayscale: #505050. Windows color (decimal): -8114818 or 8269188. OLE color: 8269188.

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

Color convert

RGB13245126-
CMYK00.660.050.48
HSL304.14º49.15%34.71%-
HSV(B)304.14º65.91%51.76%-
XYZ14.228.2920.59-
YUV80.25153.82164.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 45 (17.97% from 255) = 14.85%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=43.56%
G=14.85%
B=41.58%

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
Decimal1324512600.660.050.48304.1449.1534.71
Hex842D7E0425301303123
Octal2045517601025604606143
Binary10000100101101111111001000010101110000100110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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