Shades of Loulou #501E47
Tints of Loulou #501E47
RGB
CMYK
RGB Variations
Color information
#501E47 (or 0x501E47) is known color: Loulou. HEX triplet: 50, 1E and 47. RGB value is (80,30,71). Sum of RGB (Red+Green+Blue) = 80+30+71=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #501E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E47 is #AFE1B8. Grayscale: #313131. Windows color (decimal): -11526585 or 4660816. OLE color: 4660816.
HSL color Cylindrical-coordinate representation of color #501E47: hue angle of 310.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E47 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 71 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.69 |
| HSL | 310.8º | 0.45% | 0.22% | - |
| HSV(B) | 310.8º | 0.63% | 0.31% | - |
| XYZ | 4.91 | 3.09 | 6.3 | - |
| YUV | 49.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 71 | 0 | 0.62 | 0.11 | 0.69 | 310.8 | 0.45 | 0.22 |
| Hex | 50 | 1E | 47 | 0 | 3E | B | 45 | 137 | 2D | 16 |
| Octal | 120 | 36 | 107 | 0 | 76 | 13 | 105 | 467 | 55 | 26 |
| Binary | 1010000 | 11110 | 1000111 | 0 | 111110 | 1011 | 1000101 | 100110111 | 101101 | 10110 |
Color Harmonies of #501E47
Complementary color
Monochromatic Colors of #501E47
Black with #501E47
Text Example
Text Example
White with #501E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E47; }
p { color: rgb(80,30,71); }
H1.HeaderClassName
{
color: #501E47;
}
.AnyTagClassName
{
color: #501E47;
}
</style>
background-color css
<style>
a { background-color: #501E47; }
a { background-color: rgb(80,30,71); }
div.DivClassName
{
background-color: #501E47;
}
.BgClassName
{
background-color: #501E47;
}
</style>
border-color css
<style>
span { border-color: #501E47; }
span { border-color: rgb(80,30,71); }
td.TdClassName
{
border-color: #501E47;
}
.TagClassName
{
border-color: #501E47;
}
</style>