Shades of Old Lavender #7C6A7D
Tints of Old Lavender #7C6A7D
RGB
CMYK
RGB Variations
Color information
#7C6A7D (or 0x7C6A7D) is known color: Old Lavender. HEX triplet: 7C, 6A and 7D. RGB value is (124,106,125). Sum of RGB (Red+Green+Blue) = 124+106+125=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C6A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A7D is #839582. Grayscale: #717171. Windows color (decimal): -8623491 or 8219260. OLE color: 8219260.
HSL color Cylindrical-coordinate representation of color #7C6A7D: hue angle of 296.84º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C6A7D is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 106 | 125 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.51 |
| HSL | 296.84º | 0.08% | 0.45% | - |
| HSV(B) | 296.84º | 0.15% | 0.49% | - |
| XYZ | 17.17 | 16.07 | 21.6 | - |
| YUV | 113.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 125 | 0.01 | 0.15 | 0 | 0.51 | 296.84 | 0.08 | 0.45 |
| Hex | 7C | 6A | 7D | 1 | F | 0 | 33 | 129 | 8 | 2D |
| Octal | 174 | 152 | 175 | 1 | 17 | 0 | 63 | 451 | 10 | 55 |
| Binary | 1111100 | 1101010 | 1111101 | 1 | 1111 | 0 | 110011 | 100101001 | 1000 | 101101 |
Color Harmonies of #7C6A7D
Complementary color
Monochromatic Colors of #7C6A7D
Black with #7C6A7D
Text Example
Text Example
White with #7C6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A7D; }
p { color: rgb(124,106,125); }
H1.HeaderClassName
{
color: #7C6A7D;
}
.AnyTagClassName
{
color: #7C6A7D;
}
</style>
background-color css
<style>
a { background-color: #7C6A7D; }
a { background-color: rgb(124,106,125); }
div.DivClassName
{
background-color: #7C6A7D;
}
.BgClassName
{
background-color: #7C6A7D;
}
</style>
border-color css
<style>
span { border-color: #7C6A7D; }
span { border-color: rgb(124,106,125); }
td.TdClassName
{
border-color: #7C6A7D;
}
.TagClassName
{
border-color: #7C6A7D;
}
</style>