Shades of Old Lavender #725A73
Tints of Old Lavender #725A73
RGB
CMYK
RGB Variations
Color information
#725A73 (or 0x725A73) is known color: Old Lavender. HEX triplet: 72, 5A and 73. RGB value is (114,90,115). Sum of RGB (Red+Green+Blue) = 114+90+115=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #725A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A73 is #8DA58C. Grayscale: #636363. Windows color (decimal): -9282957 or 7559794. OLE color: 7559794.
HSL color Cylindrical-coordinate representation of color #725A73: hue angle of 297.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725A73 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 115 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.55 |
| HSL | 297.6º | 0.12% | 0.4% | - |
| HSV(B) | 297.6º | 0.22% | 0.45% | - |
| XYZ | 13.69 | 12.13 | 17.84 | - |
| YUV | 100.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 115 | 0.01 | 0.22 | 0 | 0.55 | 297.6 | 0.12 | 0.4 |
| Hex | 72 | 5A | 73 | 1 | 16 | 0 | 37 | 12A | C | 28 |
| Octal | 162 | 132 | 163 | 1 | 26 | 0 | 67 | 452 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1110011 | 1 | 10110 | 0 | 110111 | 100101010 | 1100 | 101000 |
Color Harmonies of #725A73
Complementary color
Monochromatic Colors of #725A73
Black with #725A73
Text Example
Text Example
White with #725A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A73; }
p { color: rgb(114,90,115); }
H1.HeaderClassName
{
color: #725A73;
}
.AnyTagClassName
{
color: #725A73;
}
</style>
background-color css
<style>
a { background-color: #725A73; }
a { background-color: rgb(114,90,115); }
div.DivClassName
{
background-color: #725A73;
}
.BgClassName
{
background-color: #725A73;
}
</style>
border-color css
<style>
span { border-color: #725A73; }
span { border-color: rgb(114,90,115); }
td.TdClassName
{
border-color: #725A73;
}
.TagClassName
{
border-color: #725A73;
}
</style>