#841C7D

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

Shades of Dark Purple #841C7D

Tints of Dark Purple #841C7D

Color information

#841C7D (or 0x841C7D) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 7D. RGB value is (132,28,125). Sum of RGB (Red+Green+Blue) = 132+28+125=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #841C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C7D is #7BE382. Grayscale: #454545. Windows color (decimal): -8119171 or 8199300. OLE color: 8199300.

HSL color Cylindrical-coordinate representation of color #841C7D: hue angle of 304.04º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C7D is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13228125-
CMYK00.790.050.48
HSL304.04º65%31.37%-
HSV(B)304.04º78.79%51.76%-
XYZ13.637.2220.08-
YUV70.15158.96172.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=46.32%
G=9.82%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322812500.790.050.48304.046531.37
Hex841C7D04F530130411f
Octal20434175011756046010137
Binary1000010011100111110101001111101110000100110000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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