Shades of Loulou #5A214C
Tints of Loulou #5A214C
RGB
CMYK
RGB Variations
Color information
#5A214C (or 0x5A214C) is known color: Loulou. HEX triplet: 5A, 21 and 4C. RGB value is (90,33,76). Sum of RGB (Red+Green+Blue) = 90+33+76=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A214C is #A5DEB3. Grayscale: #363636. Windows color (decimal): -10870452 or 4989274. OLE color: 4989274.
HSL color Cylindrical-coordinate representation of color #5A214C: hue angle of 314.74º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A214C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 33 | 76 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.65 |
| HSL | 314.74º | 0.46% | 0.24% | - |
| HSV(B) | 314.74º | 0.63% | 0.35% | - |
| XYZ | 6.06 | 3.78 | 7.25 | - |
| YUV | 54.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 76 | 0 | 0.63 | 0.16 | 0.65 | 314.74 | 0.46 | 0.24 |
| Hex | 5A | 21 | 4C | 0 | 3F | 10 | 41 | 13B | 2E | 18 |
| Octal | 132 | 41 | 114 | 0 | 77 | 20 | 101 | 473 | 56 | 30 |
| Binary | 1011010 | 100001 | 1001100 | 0 | 111111 | 10000 | 1000001 | 100111011 | 101110 | 11000 |
Color Harmonies of #5A214C
Complementary color
Monochromatic Colors of #5A214C
Black with #5A214C
Text Example
Text Example
White with #5A214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A214C; }
p { color: rgb(90,33,76); }
H1.HeaderClassName
{
color: #5A214C;
}
.AnyTagClassName
{
color: #5A214C;
}
</style>
background-color css
<style>
a { background-color: #5A214C; }
a { background-color: rgb(90,33,76); }
div.DivClassName
{
background-color: #5A214C;
}
.BgClassName
{
background-color: #5A214C;
}
</style>
border-color css
<style>
span { border-color: #5A214C; }
span { border-color: rgb(90,33,76); }
td.TdClassName
{
border-color: #5A214C;
}
.TagClassName
{
border-color: #5A214C;
}
</style>