Shades of Old Lavender #7A5974
Tints of Old Lavender #7A5974
RGB
CMYK
RGB Variations
Color information
#7A5974 (or 0x7A5974) is known color: Old Lavender. HEX triplet: 7A, 59 and 74. RGB value is (122,89,116). Sum of RGB (Red+Green+Blue) = 122+89+116=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5974 is #85A68B. Grayscale: #656565. Windows color (decimal): -8758924 or 7625082. OLE color: 7625082.
HSL color Cylindrical-coordinate representation of color #7A5974: hue angle of 310.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A5974 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 116 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.52 |
| HSL | 310.91º | 0.16% | 0.41% | - |
| HSV(B) | 310.91º | 0.27% | 0.48% | - |
| XYZ | 14.75 | 12.54 | 18.17 | - |
| YUV | 101.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 116 | 0 | 0.27 | 0.05 | 0.52 | 310.91 | 0.16 | 0.41 |
| Hex | 7A | 59 | 74 | 0 | 1B | 5 | 34 | 137 | 10 | 29 |
| Octal | 172 | 131 | 164 | 0 | 33 | 5 | 64 | 467 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1110100 | 0 | 11011 | 101 | 110100 | 100110111 | 10000 | 101001 |
Color Harmonies of #7A5974
Complementary color
Monochromatic Colors of #7A5974
Black with #7A5974
Text Example
Text Example
White with #7A5974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5974; }
p { color: rgb(122,89,116); }
H1.HeaderClassName
{
color: #7A5974;
}
.AnyTagClassName
{
color: #7A5974;
}
</style>
background-color css
<style>
a { background-color: #7A5974; }
a { background-color: rgb(122,89,116); }
div.DivClassName
{
background-color: #7A5974;
}
.BgClassName
{
background-color: #7A5974;
}
</style>
border-color css
<style>
span { border-color: #7A5974; }
span { border-color: rgb(122,89,116); }
td.TdClassName
{
border-color: #7A5974;
}
.TagClassName
{
border-color: #7A5974;
}
</style>