#841D7C

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

Shades of Dark Purple #841D7C

Tints of Dark Purple #841D7C

Color information

#841D7C (or 0x841D7C) is unknown color: approx Dark Purple. HEX triplet: 84, 1D and 7C. RGB value is (132,29,124). Sum of RGB (Red+Green+Blue) = 132+29+124=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #841D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D7C is #7BE283. Grayscale: #464646. Windows color (decimal): -8118916 or 8134020. OLE color: 8134020.

HSL color Cylindrical-coordinate representation of color #841D7C: hue angle of 304.66º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D7C is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13229124-
CMYK00.780.060.48
HSL304.66º63.98%31.57%-
HSV(B)304.66º78.03%51.76%-
XYZ13.597.2419.75-
YUV70.63158.12171.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 29 (11.72% from 255) = 10.18%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=46.32%
G=10.18%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322912400.780.060.48304.6663.9831.57
Hex841D7C04E6301314020
Octal20435174011666046110040
Binary10000100111011111100010011101101100001001100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841D7C; }

 p { color: rgb(132,29,124); }

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

<style>
 a { background-color: #841D7C; }

 a { background-color: rgb(132,29,124); }

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

<style>
 span { border-color: #841D7C; }

 span { border-color: rgb(132,29,124); }

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