Shades of Scampi #705F98
Tints of Scampi #705F98
RGB
CMYK
RGB Variations
Color information
#705F98 (or 0x705F98) is known color: Scampi. HEX triplet: 70, 5F and 98. RGB value is (112,95,152). Sum of RGB (Red+Green+Blue) = 112+95+152=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #705F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F98 is #8FA067. Grayscale: #6A6A6A. Windows color (decimal): -9412712 or 9985904. OLE color: 9985904.
HSL color Cylindrical-coordinate representation of color #705F98: hue angle of 257.89º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705F98 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 95 | 152 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.40 |
| HSL | 257.89º | 0.23% | 0.48% | - |
| HSV(B) | 257.89º | 0.38% | 0.6% | - |
| XYZ | 16.44 | 13.9 | 31.52 | - |
| YUV | 106.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 152 | 0.26 | 0.38 | 0 | 0.40 | 257.89 | 0.23 | 0.48 |
| Hex | 70 | 5F | 98 | 1A | 26 | 0 | 28 | 102 | 17 | 30 |
| Octal | 160 | 137 | 230 | 32 | 46 | 0 | 50 | 402 | 27 | 60 |
| Binary | 1110000 | 1011111 | 10011000 | 11010 | 100110 | 0 | 101000 | 100000010 | 10111 | 110000 |
Color Harmonies of #705F98
Complementary color
Monochromatic Colors of #705F98
Black with #705F98
Text Example
Text Example
White with #705F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F98; }
p { color: rgb(112,95,152); }
H1.HeaderClassName
{
color: #705F98;
}
.AnyTagClassName
{
color: #705F98;
}
</style>
background-color css
<style>
a { background-color: #705F98; }
a { background-color: rgb(112,95,152); }
div.DivClassName
{
background-color: #705F98;
}
.BgClassName
{
background-color: #705F98;
}
</style>
border-color css
<style>
span { border-color: #705F98; }
span { border-color: rgb(112,95,152); }
td.TdClassName
{
border-color: #705F98;
}
.TagClassName
{
border-color: #705F98;
}
</style>