#541D58

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

Shades of Hot Purple #541D58

Tints of Hot Purple #541D58

Color information

#541D58 (or 0x541D58) is unknown color: approx Hot Purple. HEX triplet: 54, 1D and 58. RGB value is (84,29,88). Sum of RGB (Red+Green+Blue) = 84+29+88=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #541D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D58 is #ABE2A7. Grayscale: #333333. Windows color (decimal): -11264680 or 5774676. OLE color: 5774676.

HSL color Cylindrical-coordinate representation of color #541D58: hue angle of 295.93º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541D58 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB842988-
CMYK0.050.6700.65
HSL295.93º50.43%22.94%-
HSV(B)295.93º67.05%34.51%-
XYZ5.863.479.59-
YUV52.17148.22150.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=41.79%
G=14.43%
B=43.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8429880.050.6700.65295.9350.4322.94
Hex541D585430411283217
Octal12435130510301014506227
Binary101010011101101100010110000110100000110010100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541D58; }

 p { color: rgb(84,29,88); }

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

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

 a { background-color: rgb(84,29,88); }

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

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

 span { border-color: rgb(84,29,88); }

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