Shades of Loulou #501E4A
Tints of Loulou #501E4A
RGB
CMYK
RGB Variations
Color information
#501E4A (or 0x501E4A) is known color: Loulou. HEX triplet: 50, 1E and 4A. RGB value is (80,30,74). Sum of RGB (Red+Green+Blue) = 80+30+74=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #501E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E4A is #AFE1B5. Grayscale: #313131. Windows color (decimal): -11526582 or 4857424. OLE color: 4857424.
HSL color Cylindrical-coordinate representation of color #501E4A: hue angle of 307.2º 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 #501E4A is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 74 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.69 |
| HSL | 307.2º | 0.45% | 0.22% | - |
| HSV(B) | 307.2º | 0.63% | 0.31% | - |
| XYZ | 5.01 | 3.13 | 6.82 | - |
| YUV | 49.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 74 | 0 | 0.62 | 0.08 | 0.69 | 307.2 | 0.45 | 0.22 |
| Hex | 50 | 1E | 4A | 0 | 3E | 8 | 45 | 133 | 2D | 16 |
| Octal | 120 | 36 | 112 | 0 | 76 | 10 | 105 | 463 | 55 | 26 |
| Binary | 1010000 | 11110 | 1001010 | 0 | 111110 | 1000 | 1000101 | 100110011 | 101101 | 10110 |
Color Harmonies of #501E4A
Complementary color
Monochromatic Colors of #501E4A
Black with #501E4A
Text Example
Text Example
White with #501E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E4A; }
p { color: rgb(80,30,74); }
H1.HeaderClassName
{
color: #501E4A;
}
.AnyTagClassName
{
color: #501E4A;
}
</style>
background-color css
<style>
a { background-color: #501E4A; }
a { background-color: rgb(80,30,74); }
div.DivClassName
{
background-color: #501E4A;
}
.BgClassName
{
background-color: #501E4A;
}
</style>
border-color css
<style>
span { border-color: #501E4A; }
span { border-color: rgb(80,30,74); }
td.TdClassName
{
border-color: #501E4A;
}
.TagClassName
{
border-color: #501E4A;
}
</style>