Shades of Old Lavender #7D5973
Tints of Old Lavender #7D5973
RGB
CMYK
RGB Variations
Color information
#7D5973 (or 0x7D5973) is known color: Old Lavender. HEX triplet: 7D, 59 and 73. RGB value is (125,89,115). Sum of RGB (Red+Green+Blue) = 125+89+115=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5973 is #82A68C. Grayscale: #666666. Windows color (decimal): -8562317 or 7559549. OLE color: 7559549.
HSL color Cylindrical-coordinate representation of color #7D5973: hue angle of 316.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D5973 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 115 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.51 |
| HSL | 316.67º | 0.17% | 0.42% | - |
| HSV(B) | 316.67º | 0.29% | 0.49% | - |
| XYZ | 15.12 | 12.74 | 17.88 | - |
| YUV | 102.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 115 | 0 | 0.29 | 0.08 | 0.51 | 316.67 | 0.17 | 0.42 |
| Hex | 7D | 59 | 73 | 0 | 1D | 8 | 33 | 13D | 11 | 2A |
| Octal | 175 | 131 | 163 | 0 | 35 | 10 | 63 | 475 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1110011 | 0 | 11101 | 1000 | 110011 | 100111101 | 10001 | 101010 |
Color Harmonies of #7D5973
Complementary color
Monochromatic Colors of #7D5973
Black with #7D5973
Text Example
Text Example
White with #7D5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5973; }
p { color: rgb(125,89,115); }
H1.HeaderClassName
{
color: #7D5973;
}
.AnyTagClassName
{
color: #7D5973;
}
</style>
background-color css
<style>
a { background-color: #7D5973; }
a { background-color: rgb(125,89,115); }
div.DivClassName
{
background-color: #7D5973;
}
.BgClassName
{
background-color: #7D5973;
}
</style>
border-color css
<style>
span { border-color: #7D5973; }
span { border-color: rgb(125,89,115); }
td.TdClassName
{
border-color: #7D5973;
}
.TagClassName
{
border-color: #7D5973;
}
</style>