Shades of Loulou #5A204A
Tints of Loulou #5A204A
RGB
CMYK
RGB Variations
Color information
#5A204A (or 0x5A204A) is known color: Loulou. HEX triplet: 5A, 20 and 4A. RGB value is (90,32,74). Sum of RGB (Red+Green+Blue) = 90+32+74=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A204A is #A5DFB5. Grayscale: #363636. Windows color (decimal): -10870710 or 4857946. OLE color: 4857946.
HSL color Cylindrical-coordinate representation of color #5A204A: hue angle of 316.55º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A204A is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 74 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.65 |
| HSL | 316.55º | 0.48% | 0.24% | - |
| HSV(B) | 316.55º | 0.64% | 0.35% | - |
| XYZ | 5.97 | 3.7 | 6.88 | - |
| YUV | 54.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 74 | 0 | 0.64 | 0.18 | 0.65 | 316.55 | 0.48 | 0.24 |
| Hex | 5A | 20 | 4A | 0 | 40 | 12 | 41 | 13D | 30 | 18 |
| Octal | 132 | 40 | 112 | 0 | 100 | 22 | 101 | 475 | 60 | 30 |
| Binary | 1011010 | 100000 | 1001010 | 0 | 1000000 | 10010 | 1000001 | 100111101 | 110000 | 11000 |
Color Harmonies of #5A204A
Complementary color
Monochromatic Colors of #5A204A
Black with #5A204A
Text Example
Text Example
White with #5A204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A204A; }
p { color: rgb(90,32,74); }
H1.HeaderClassName
{
color: #5A204A;
}
.AnyTagClassName
{
color: #5A204A;
}
</style>
background-color css
<style>
a { background-color: #5A204A; }
a { background-color: rgb(90,32,74); }
div.DivClassName
{
background-color: #5A204A;
}
.BgClassName
{
background-color: #5A204A;
}
</style>
border-color css
<style>
span { border-color: #5A204A; }
span { border-color: rgb(90,32,74); }
td.TdClassName
{
border-color: #5A204A;
}
.TagClassName
{
border-color: #5A204A;
}
</style>