#541A4D

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

Shades of Loulou #541A4D

Tints of Loulou #541A4D

Color information

#541A4D (or 0x541A4D) is unknown color: approx Loulou. HEX triplet: 54, 1A and 4D. RGB value is (84,26,77). Sum of RGB (Red+Green+Blue) = 84+26+77=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #541A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541A4D is #ABE5B2. Grayscale: #313131. Windows color (decimal): -11265459 or 5053012. OLE color: 5053012.

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

Color convert

RGB842677-
CMYK00.690.080.67
HSL307.24º52.73%21.57%-
HSV(B)307.24º69.05%32.94%-
XYZ5.373.167.35-
YUV49.16143.72152.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=44.92%
G=13.90%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84267700.690.080.67307.2452.7321.57
Hex541A4D0458431333516
Octal124321150105101034636526
Binary1010100110101001101010001011000100001110011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,26,77); }

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

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

 a { background-color: rgb(84,26,77); }

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

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

 span { border-color: rgb(84,26,77); }

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