Shades of Old Lavender #7B5674
Tints of Old Lavender #7B5674
RGB
CMYK
RGB Variations
Color information
#7B5674 (or 0x7B5674) is known color: Old Lavender. HEX triplet: 7B, 56 and 74. RGB value is (123,86,116). Sum of RGB (Red+Green+Blue) = 123+86+116=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5674 is #84A98B. Grayscale: #646464. Windows color (decimal): -8694156 or 7624315. OLE color: 7624315.
HSL color Cylindrical-coordinate representation of color #7B5674: hue angle of 311.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B5674 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 116 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.52 |
| HSL | 311.35º | 0.18% | 0.41% | - |
| HSV(B) | 311.35º | 0.3% | 0.48% | - |
| XYZ | 14.65 | 12.13 | 18.09 | - |
| YUV | 100.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 116 | 0 | 0.30 | 0.06 | 0.52 | 311.35 | 0.18 | 0.41 |
| Hex | 7B | 56 | 74 | 0 | 1E | 6 | 34 | 137 | 12 | 29 |
| Octal | 173 | 126 | 164 | 0 | 36 | 6 | 64 | 467 | 22 | 51 |
| Binary | 1111011 | 1010110 | 1110100 | 0 | 11110 | 110 | 110100 | 100110111 | 10010 | 101001 |
Color Harmonies of #7B5674
Complementary color
Monochromatic Colors of #7B5674
Black with #7B5674
Text Example
Text Example
White with #7B5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5674; }
p { color: rgb(123,86,116); }
H1.HeaderClassName
{
color: #7B5674;
}
.AnyTagClassName
{
color: #7B5674;
}
</style>
background-color css
<style>
a { background-color: #7B5674; }
a { background-color: rgb(123,86,116); }
div.DivClassName
{
background-color: #7B5674;
}
.BgClassName
{
background-color: #7B5674;
}
</style>
border-color css
<style>
span { border-color: #7B5674; }
span { border-color: rgb(123,86,116); }
td.TdClassName
{
border-color: #7B5674;
}
.TagClassName
{
border-color: #7B5674;
}
</style>