Shades of Loulou #541A4D
Tints of Loulou #541A4D
RGB
CMYK
RGB Variations
Color information
#541A4D (or 0x541A4D) is known color: 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
| RGB | 84 | 26 | 77 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.67 |
| HSL | 307.24º | 0.53% | 0.22% | - |
| HSV(B) | 307.24º | 0.69% | 0.33% | - |
| XYZ | 5.37 | 3.16 | 7.35 | - |
| YUV | 49.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 77 | 0 | 0.69 | 0.08 | 0.67 | 307.24 | 0.53 | 0.22 |
| Hex | 54 | 1A | 4D | 0 | 45 | 8 | 43 | 133 | 35 | 16 |
| Octal | 124 | 32 | 115 | 0 | 105 | 10 | 103 | 463 | 65 | 26 |
| Binary | 1010100 | 11010 | 1001101 | 0 | 1000101 | 1000 | 1000011 | 100110011 | 110101 | 10110 |
Color Harmonies of #541A4D
Complementary color
Monochromatic Colors of #541A4D
Black with #541A4D
Text Example
Text Example
White with #541A4D
Text Example
Text Example
HTML Codes & Css Web 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>