Shades of Old Lavender #7E5572
Tints of Old Lavender #7E5572
RGB
CMYK
RGB Variations
Color information
#7E5572 (or 0x7E5572) is known color: Old Lavender. HEX triplet: 7E, 55 and 72. RGB value is (126,85,114). Sum of RGB (Red+Green+Blue) = 126+85+114=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5572 is #81AA8D. Grayscale: #646464. Windows color (decimal): -8497806 or 7492990. OLE color: 7492990.
HSL color Cylindrical-coordinate representation of color #7E5572: hue angle of 317.56º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5572 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 114 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.51 |
| HSL | 317.56º | 0.19% | 0.41% | - |
| HSV(B) | 317.56º | 0.33% | 0.49% | - |
| XYZ | 14.89 | 12.15 | 17.48 | - |
| YUV | 100.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 114 | 0 | 0.33 | 0.10 | 0.51 | 317.56 | 0.19 | 0.41 |
| Hex | 7E | 55 | 72 | 0 | 21 | A | 33 | 13E | 13 | 29 |
| Octal | 176 | 125 | 162 | 0 | 41 | 12 | 63 | 476 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1110010 | 0 | 100001 | 1010 | 110011 | 100111110 | 10011 | 101001 |
Color Harmonies of #7E5572
Complementary color
Monochromatic Colors of #7E5572
Black with #7E5572
Text Example
Text Example
White with #7E5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5572; }
p { color: rgb(126,85,114); }
H1.HeaderClassName
{
color: #7E5572;
}
.AnyTagClassName
{
color: #7E5572;
}
</style>
background-color css
<style>
a { background-color: #7E5572; }
a { background-color: rgb(126,85,114); }
div.DivClassName
{
background-color: #7E5572;
}
.BgClassName
{
background-color: #7E5572;
}
</style>
border-color css
<style>
span { border-color: #7E5572; }
span { border-color: rgb(126,85,114); }
td.TdClassName
{
border-color: #7E5572;
}
.TagClassName
{
border-color: #7E5572;
}
</style>