Shades of Loulou #602D4F
Tints of Loulou #602D4F
RGB
CMYK
RGB Variations
Color information
#602D4F (or 0x602D4F) is known color: Loulou. HEX triplet: 60, 2D and 4F. RGB value is (96,45,79). Sum of RGB (Red+Green+Blue) = 96+45+79=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D4F is #9FD2B0. Grayscale: #404040. Windows color (decimal): -10474161 or 5188960. OLE color: 5188960.
HSL color Cylindrical-coordinate representation of color #602D4F: hue angle of 320º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D4F is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 79 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.62 |
| HSL | 320º | 0.36% | 0.28% | - |
| HSV(B) | 320º | 0.53% | 0.38% | - |
| XYZ | 7.17 | 4.93 | 7.97 | - |
| YUV | 64.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 79 | 0 | 0.53 | 0.18 | 0.62 | 320 | 0.36 | 0.28 |
| Hex | 60 | 2D | 4F | 0 | 35 | 12 | 3E | 140 | 24 | 1C |
| Octal | 140 | 55 | 117 | 0 | 65 | 22 | 76 | 500 | 44 | 34 |
| Binary | 1100000 | 101101 | 1001111 | 0 | 110101 | 10010 | 111110 | 101000000 | 100100 | 11100 |
Color Harmonies of #602D4F
Complementary color
Monochromatic Colors of #602D4F
Black with #602D4F
Text Example
Text Example
White with #602D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D4F; }
p { color: rgb(96,45,79); }
H1.HeaderClassName
{
color: #602D4F;
}
.AnyTagClassName
{
color: #602D4F;
}
</style>
background-color css
<style>
a { background-color: #602D4F; }
a { background-color: rgb(96,45,79); }
div.DivClassName
{
background-color: #602D4F;
}
.BgClassName
{
background-color: #602D4F;
}
</style>
border-color css
<style>
span { border-color: #602D4F; }
span { border-color: rgb(96,45,79); }
td.TdClassName
{
border-color: #602D4F;
}
.TagClassName
{
border-color: #602D4F;
}
</style>