#541e53

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

Shades of Hot Purple #541E53

Tints of Hot Purple #541E53

Color information

#541E53 (or 0x541E53) is unknown color: approx Hot Purple. HEX triplet: 54, 1E and 53. RGB value is (84,30,83). Sum of RGB (Red+Green+Blue) = 84+30+83=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #541E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E53 is #ABE1AC. Grayscale: #343434. Windows color (decimal): -11264429 or 5447252. OLE color: 5447252.

HSL color Cylindrical-coordinate representation of color #541E53: hue angle of 301.11º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541E53 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB843083-
CMYK00.640.010.67
HSL301.11º47.37%22.35%-
HSV(B)301.11º64.29%32.94%-
XYZ5.683.448.55-
YUV52.19145.39150.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=42.64%
G=15.23%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84308300.640.010.67301.1147.3722.35
Hex541E5304014312d2f16
Octal12436123010011034555726
Binary1010100111101010011010000001100001110010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541e53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,83); }

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

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

 a { background-color: rgb(84,30,83); }

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

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

 span { border-color: rgb(84,30,83); }

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