Shades of Old Lavender #735D71
Tints of Old Lavender #735D71
RGB
CMYK
RGB Variations
Color information
#735D71 (or 0x735D71) is known color: Old Lavender. HEX triplet: 73, 5D and 71. RGB value is (115,93,113). Sum of RGB (Red+Green+Blue) = 115+93+113=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #735D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D71 is #8CA28E. Grayscale: #656565. Windows color (decimal): -9216655 or 7429491. OLE color: 7429491.
HSL color Cylindrical-coordinate representation of color #735D71: hue angle of 305.45º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #735D71 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 113 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.55 |
| HSL | 305.45º | 0.11% | 0.41% | - |
| HSV(B) | 305.45º | 0.19% | 0.45% | - |
| XYZ | 13.97 | 12.67 | 17.33 | - |
| YUV | 101.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 113 | 0 | 0.19 | 0.02 | 0.55 | 305.45 | 0.11 | 0.41 |
| Hex | 73 | 5D | 71 | 0 | 13 | 2 | 37 | 131 | B | 29 |
| Octal | 163 | 135 | 161 | 0 | 23 | 2 | 67 | 461 | 13 | 51 |
| Binary | 1110011 | 1011101 | 1110001 | 0 | 10011 | 10 | 110111 | 100110001 | 1011 | 101001 |
Color Harmonies of #735D71
Complementary color
Monochromatic Colors of #735D71
Black with #735D71
Text Example
Text Example
White with #735D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D71; }
p { color: rgb(115,93,113); }
H1.HeaderClassName
{
color: #735D71;
}
.AnyTagClassName
{
color: #735D71;
}
</style>
background-color css
<style>
a { background-color: #735D71; }
a { background-color: rgb(115,93,113); }
div.DivClassName
{
background-color: #735D71;
}
.BgClassName
{
background-color: #735D71;
}
</style>
border-color css
<style>
span { border-color: #735D71; }
span { border-color: rgb(115,93,113); }
td.TdClassName
{
border-color: #735D71;
}
.TagClassName
{
border-color: #735D71;
}
</style>