#841461

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

Shades of Dark Purple #841461

Tints of Dark Purple #841461

Color information

#841461 (or 0x841461) is unknown color: approx Dark Purple. HEX triplet: 84, 14 and 61. RGB value is (132,20,97). Sum of RGB (Red+Green+Blue) = 132+20+97=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #841461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841461 is #7BEB9E. Grayscale: #3E3E3E. Windows color (decimal): -8121247 or 6362244. OLE color: 6362244.

HSL color Cylindrical-coordinate representation of color #841461: hue angle of 318.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841461 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1322097-
CMYK00.850.270.48
HSL318.75º73.68%29.8%-
HSV(B)318.75º84.85%51.76%-
XYZ11.926.2711.89-
YUV62.27147.61177.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=53.01%
G=8.03%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132209700.850.270.48318.7573.6829.8
Hex8414610551B3013f4a1e
Octal204241410125336047711236
Binary100001001010011000010101010111011110000100111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841461; }

 p { color: rgb(132,20,97); }

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

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

 a { background-color: rgb(132,20,97); }

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

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

 span { border-color: rgb(132,20,97); }

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