Shades of Old Lavender #7A5774
Tints of Old Lavender #7A5774
RGB
CMYK
RGB Variations
Color information
#7A5774 (or 0x7A5774) is known color: Old Lavender. HEX triplet: 7A, 57 and 74. RGB value is (122,87,116). Sum of RGB (Red+Green+Blue) = 122+87+116=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5774 is #85A88B. Grayscale: #646464. Windows color (decimal): -8759436 or 7624570. OLE color: 7624570.
HSL color Cylindrical-coordinate representation of color #7A5774: hue angle of 310.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A5774 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 116 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.52 |
| HSL | 310.29º | 0.17% | 0.41% | - |
| HSV(B) | 310.29º | 0.29% | 0.48% | - |
| XYZ | 14.59 | 12.21 | 18.11 | - |
| YUV | 100.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 116 | 0 | 0.29 | 0.05 | 0.52 | 310.29 | 0.17 | 0.41 |
| Hex | 7A | 57 | 74 | 0 | 1D | 5 | 34 | 136 | 11 | 29 |
| Octal | 172 | 127 | 164 | 0 | 35 | 5 | 64 | 466 | 21 | 51 |
| Binary | 1111010 | 1010111 | 1110100 | 0 | 11101 | 101 | 110100 | 100110110 | 10001 | 101001 |
Color Harmonies of #7A5774
Complementary color
Monochromatic Colors of #7A5774
Black with #7A5774
Text Example
Text Example
White with #7A5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5774; }
p { color: rgb(122,87,116); }
H1.HeaderClassName
{
color: #7A5774;
}
.AnyTagClassName
{
color: #7A5774;
}
</style>
background-color css
<style>
a { background-color: #7A5774; }
a { background-color: rgb(122,87,116); }
div.DivClassName
{
background-color: #7A5774;
}
.BgClassName
{
background-color: #7A5774;
}
</style>
border-color css
<style>
span { border-color: #7A5774; }
span { border-color: rgb(122,87,116); }
td.TdClassName
{
border-color: #7A5774;
}
.TagClassName
{
border-color: #7A5774;
}
</style>