Shades of Old Lavender #7E5372
Tints of Old Lavender #7E5372
RGB
CMYK
RGB Variations
Color information
#7E5372 (or 0x7E5372) is known color: Old Lavender. HEX triplet: 7E, 53 and 72. RGB value is (126,83,114). Sum of RGB (Red+Green+Blue) = 126+83+114=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5372 is #81AC8D. Grayscale: #636363. Windows color (decimal): -8498318 or 7492478. OLE color: 7492478.
HSL color Cylindrical-coordinate representation of color #7E5372: hue angle of 316.74º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E5372 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 114 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.51 |
| HSL | 316.74º | 0.21% | 0.41% | - |
| HSV(B) | 316.74º | 0.34% | 0.49% | - |
| XYZ | 14.73 | 11.84 | 17.43 | - |
| YUV | 99.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 114 | 0 | 0.34 | 0.10 | 0.51 | 316.74 | 0.21 | 0.41 |
| Hex | 7E | 53 | 72 | 0 | 22 | A | 33 | 13D | 15 | 29 |
| Octal | 176 | 123 | 162 | 0 | 42 | 12 | 63 | 475 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1110010 | 0 | 100010 | 1010 | 110011 | 100111101 | 10101 | 101001 |
Color Harmonies of #7E5372
Complementary color
Monochromatic Colors of #7E5372
Black with #7E5372
Text Example
Text Example
White with #7E5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5372; }
p { color: rgb(126,83,114); }
H1.HeaderClassName
{
color: #7E5372;
}
.AnyTagClassName
{
color: #7E5372;
}
</style>
background-color css
<style>
a { background-color: #7E5372; }
a { background-color: rgb(126,83,114); }
div.DivClassName
{
background-color: #7E5372;
}
.BgClassName
{
background-color: #7E5372;
}
</style>
border-color css
<style>
span { border-color: #7E5372; }
span { border-color: rgb(126,83,114); }
td.TdClassName
{
border-color: #7E5372;
}
.TagClassName
{
border-color: #7E5372;
}
</style>