#841C7A

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

Shades of Dark Purple #841C7A

Tints of Dark Purple #841C7A

Color information

#841C7A (or 0x841C7A) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 7A. RGB value is (132,28,122). Sum of RGB (Red+Green+Blue) = 132+28+122=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #841C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C7A is #7BE385. Grayscale: #454545. Windows color (decimal): -8119174 or 8002692. OLE color: 8002692.

HSL color Cylindrical-coordinate representation of color #841C7A: hue angle of 305.77º 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 #841C7A is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13228122-
CMYK00.790.080.48
HSL305.77º65%31.37%-
HSV(B)305.77º78.79%51.76%-
XYZ13.447.1419.08-
YUV69.81157.46172.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=46.81%
G=9.93%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322812200.790.080.48305.776531.37
Hex841C7A04F830132411f
Octal204341720117106046210137
Binary10000100111001111010010011111000110000100110010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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