Shades of Scampi #705F99
Tints of Scampi #705F99
RGB
CMYK
RGB Variations
Color information
#705F99 (or 0x705F99) is known color: Scampi. HEX triplet: 70, 5F and 99. RGB value is (112,95,153). Sum of RGB (Red+Green+Blue) = 112+95+153=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #705F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F99 is #8FA066. Grayscale: #6A6A6A. Windows color (decimal): -9412711 or 10051440. OLE color: 10051440.
HSL color Cylindrical-coordinate representation of color #705F99: hue angle of 257.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705F99 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 95 | 153 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.4 |
| HSL | 257.59º | 0.23% | 0.49% | - |
| HSV(B) | 257.59º | 0.38% | 0.6% | - |
| XYZ | 16.52 | 13.93 | 31.95 | - |
| YUV | 106.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 153 | 0.27 | 0.38 | 0 | 0.4 | 257.59 | 0.23 | 0.49 |
| Hex | 70 | 5F | 99 | 1B | 26 | 0 | 28 | 102 | 17 | 31 |
| Octal | 160 | 137 | 231 | 33 | 46 | 0 | 50 | 402 | 27 | 61 |
| Binary | 1110000 | 1011111 | 10011001 | 11011 | 100110 | 0 | 101000 | 100000010 | 10111 | 110001 |
Color Harmonies of #705F99
Complementary color
Monochromatic Colors of #705F99
Black with #705F99
Text Example
Text Example
White with #705F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F99; }
p { color: rgb(112,95,153); }
H1.HeaderClassName
{
color: #705F99;
}
.AnyTagClassName
{
color: #705F99;
}
</style>
background-color css
<style>
a { background-color: #705F99; }
a { background-color: rgb(112,95,153); }
div.DivClassName
{
background-color: #705F99;
}
.BgClassName
{
background-color: #705F99;
}
</style>
border-color css
<style>
span { border-color: #705F99; }
span { border-color: rgb(112,95,153); }
td.TdClassName
{
border-color: #705F99;
}
.TagClassName
{
border-color: #705F99;
}
</style>