Shades of Old Lavender #706171
Tints of Old Lavender #706171
RGB
CMYK
RGB Variations
Color information
#706171 (or 0x706171) is known color: Old Lavender. HEX triplet: 70, 61 and 71. RGB value is (112,97,113). Sum of RGB (Red+Green+Blue) = 112+97+113=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #706171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706171 is #8F9E8E. Grayscale: #676767. Windows color (decimal): -9412239 or 7430512. OLE color: 7430512.
HSL color Cylindrical-coordinate representation of color #706171: hue angle of 296.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706171 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 113 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.56 |
| HSL | 296.25º | 0.08% | 0.41% | - |
| HSV(B) | 296.25º | 0.14% | 0.44% | - |
| XYZ | 13.94 | 13.19 | 17.43 | - |
| YUV | 103.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 113 | 0.01 | 0.14 | 0 | 0.56 | 296.25 | 0.08 | 0.41 |
| Hex | 70 | 61 | 71 | 1 | E | 0 | 38 | 128 | 8 | 29 |
| Octal | 160 | 141 | 161 | 1 | 16 | 0 | 70 | 450 | 10 | 51 |
| Binary | 1110000 | 1100001 | 1110001 | 1 | 1110 | 0 | 111000 | 100101000 | 1000 | 101001 |
Color Harmonies of #706171
Complementary color
Monochromatic Colors of #706171
Black with #706171
Text Example
Text Example
White with #706171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706171; }
p { color: rgb(112,97,113); }
H1.HeaderClassName
{
color: #706171;
}
.AnyTagClassName
{
color: #706171;
}
</style>
background-color css
<style>
a { background-color: #706171; }
a { background-color: rgb(112,97,113); }
div.DivClassName
{
background-color: #706171;
}
.BgClassName
{
background-color: #706171;
}
</style>
border-color css
<style>
span { border-color: #706171; }
span { border-color: rgb(112,97,113); }
td.TdClassName
{
border-color: #706171;
}
.TagClassName
{
border-color: #706171;
}
</style>