Shades of Loulou #4E1148
Tints of Loulou #4E1148
RGB
CMYK
RGB Variations
Color information
#4E1148 (or 0x4E1148) is known color: Loulou. HEX triplet: 4E, 11 and 48. RGB value is (78,17,72). Sum of RGB (Red+Green+Blue) = 78+17+72=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1148 is #B1EEB7. Grayscale: #292929. Windows color (decimal): -11660984 or 4723022. OLE color: 4723022.
HSL color Cylindrical-coordinate representation of color #4E1148: hue angle of 305.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1148 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 72 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.69 |
| HSL | 305.9º | 0.64% | 0.19% | - |
| HSV(B) | 305.9º | 0.78% | 0.31% | - |
| XYZ | 4.51 | 2.49 | 6.37 | - |
| YUV | 41.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 72 | 0 | 0.78 | 0.08 | 0.69 | 305.9 | 0.64 | 0.19 |
| Hex | 4E | 11 | 48 | 0 | 4E | 8 | 45 | 132 | 40 | 13 |
| Octal | 116 | 21 | 110 | 0 | 116 | 10 | 105 | 462 | 100 | 23 |
| Binary | 1001110 | 10001 | 1001000 | 0 | 1001110 | 1000 | 1000101 | 100110010 | 1000000 | 10011 |
Color Harmonies of #4E1148
Complementary color
Monochromatic Colors of #4E1148
Black with #4E1148
Text Example
Text Example
White with #4E1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1148; }
p { color: rgb(78,17,72); }
H1.HeaderClassName
{
color: #4E1148;
}
.AnyTagClassName
{
color: #4E1148;
}
</style>
background-color css
<style>
a { background-color: #4E1148; }
a { background-color: rgb(78,17,72); }
div.DivClassName
{
background-color: #4E1148;
}
.BgClassName
{
background-color: #4E1148;
}
</style>
border-color css
<style>
span { border-color: #4E1148; }
span { border-color: rgb(78,17,72); }
td.TdClassName
{
border-color: #4E1148;
}
.TagClassName
{
border-color: #4E1148;
}
</style>