#541961

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

Shades of Hot Purple #541961

Tints of Hot Purple #541961

Color information

#541961 (or 0x541961) is unknown color: approx Hot Purple. HEX triplet: 54, 19 and 61. RGB value is (84,25,97). Sum of RGB (Red+Green+Blue) = 84+25+97=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #541961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541961 is #ABE69E. Grayscale: #323232. Windows color (decimal): -11265695 or 6363476. OLE color: 6363476.

HSL color Cylindrical-coordinate representation of color #541961: hue angle of 289.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541961 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB842597-
CMYK0.130.7400.62
HSL289.17º59.02%23.92%-
HSV(B)289.17º74.23%38.04%-
XYZ6.163.4411.65-
YUV50.85154.05151.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=40.78%
G=12.14%
B=47.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8425970.130.7400.62289.1759.0223.92
Hex541961D4A03E1213b18
Octal12431141151120764417330
Binary101010011001110000111011001010011111010010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541961; }

 p { color: rgb(84,25,97); }

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

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

 a { background-color: rgb(84,25,97); }

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

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

 span { border-color: rgb(84,25,97); }

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