Shades of Old Lavender #7A5573
Tints of Old Lavender #7A5573
RGB
CMYK
RGB Variations
Color information
#7A5573 (or 0x7A5573) is known color: Old Lavender. HEX triplet: 7A, 55 and 73. RGB value is (122,85,115). Sum of RGB (Red+Green+Blue) = 122+85+115=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5573 is #85AA8C. Grayscale: #636363. Windows color (decimal): -8759949 or 7558522. OLE color: 7558522.
HSL color Cylindrical-coordinate representation of color #7A5573: hue angle of 311.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5573 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 115 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.52 |
| HSL | 311.35º | 0.18% | 0.41% | - |
| HSV(B) | 311.35º | 0.3% | 0.48% | - |
| XYZ | 14.37 | 11.87 | 17.75 | - |
| YUV | 99.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 115 | 0 | 0.30 | 0.06 | 0.52 | 311.35 | 0.18 | 0.41 |
| Hex | 7A | 55 | 73 | 0 | 1E | 6 | 34 | 137 | 12 | 29 |
| Octal | 172 | 125 | 163 | 0 | 36 | 6 | 64 | 467 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1110011 | 0 | 11110 | 110 | 110100 | 100110111 | 10010 | 101001 |
Color Harmonies of #7A5573
Complementary color
Monochromatic Colors of #7A5573
Black with #7A5573
Text Example
Text Example
White with #7A5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5573; }
p { color: rgb(122,85,115); }
H1.HeaderClassName
{
color: #7A5573;
}
.AnyTagClassName
{
color: #7A5573;
}
</style>
background-color css
<style>
a { background-color: #7A5573; }
a { background-color: rgb(122,85,115); }
div.DivClassName
{
background-color: #7A5573;
}
.BgClassName
{
background-color: #7A5573;
}
</style>
border-color css
<style>
span { border-color: #7A5573; }
span { border-color: rgb(122,85,115); }
td.TdClassName
{
border-color: #7A5573;
}
.TagClassName
{
border-color: #7A5573;
}
</style>