Shades of Scampi #705DA7
Tints of Scampi #705DA7
RGB
CMYK
RGB Variations
Color information
#705DA7 (or 0x705DA7) is known color: Scampi. HEX triplet: 70, 5D and A7. RGB value is (112,93,167). Sum of RGB (Red+Green+Blue) = 112+93+167=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #705DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DA7 is #8FA258. Grayscale: #6A6A6A. Windows color (decimal): -9413209 or 10968432. OLE color: 10968432.
HSL color Cylindrical-coordinate representation of color #705DA7: hue angle of 255.41º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705DA7 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 93 | 167 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.35 |
| HSL | 255.41º | 0.3% | 0.51% | - |
| HSV(B) | 255.41º | 0.44% | 0.65% | - |
| XYZ | 17.57 | 14.06 | 38.35 | - |
| YUV | 107.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 167 | 0.33 | 0.44 | 0 | 0.35 | 255.41 | 0.3 | 0.51 |
| Hex | 70 | 5D | A7 | 21 | 2C | 0 | 23 | FF | 1E | 33 |
| Octal | 160 | 135 | 247 | 41 | 54 | 0 | 43 | 377 | 36 | 63 |
| Binary | 1110000 | 1011101 | 10100111 | 100001 | 101100 | 0 | 100011 | 11111111 | 11110 | 110011 |
Color Harmonies of #705DA7
Complementary color
Monochromatic Colors of #705DA7
Black with #705DA7
Text Example
Text Example
White with #705DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DA7; }
p { color: rgb(112,93,167); }
H1.HeaderClassName
{
color: #705DA7;
}
.AnyTagClassName
{
color: #705DA7;
}
</style>
background-color css
<style>
a { background-color: #705DA7; }
a { background-color: rgb(112,93,167); }
div.DivClassName
{
background-color: #705DA7;
}
.BgClassName
{
background-color: #705DA7;
}
</style>
border-color css
<style>
span { border-color: #705DA7; }
span { border-color: rgb(112,93,167); }
td.TdClassName
{
border-color: #705DA7;
}
.TagClassName
{
border-color: #705DA7;
}
</style>