Shades of Scampi #716199
Tints of Scampi #716199
RGB
CMYK
RGB Variations
Color information
#716199 (or 0x716199) is known color: Scampi. HEX triplet: 71, 61 and 99. RGB value is (113,97,153). Sum of RGB (Red+Green+Blue) = 113+97+153=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #716199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716199 is #8E9E66. Grayscale: #6B6B6B. Windows color (decimal): -9346663 or 10051953. OLE color: 10051953.
HSL color Cylindrical-coordinate representation of color #716199: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716199 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 97 | 153 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.4 |
| HSL | 257.14º | 0.22% | 0.49% | - |
| HSV(B) | 257.14º | 0.37% | 0.6% | - |
| XYZ | 16.83 | 14.36 | 32.02 | - |
| YUV | 108.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 153 | 0.26 | 0.37 | 0 | 0.4 | 257.14 | 0.22 | 0.49 |
| Hex | 71 | 61 | 99 | 1A | 25 | 0 | 28 | 101 | 16 | 31 |
| Octal | 161 | 141 | 231 | 32 | 45 | 0 | 50 | 401 | 26 | 61 |
| Binary | 1110001 | 1100001 | 10011001 | 11010 | 100101 | 0 | 101000 | 100000001 | 10110 | 110001 |
Color Harmonies of #716199
Complementary color
Monochromatic Colors of #716199
Black with #716199
Text Example
Text Example
White with #716199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716199; }
p { color: rgb(113,97,153); }
H1.HeaderClassName
{
color: #716199;
}
.AnyTagClassName
{
color: #716199;
}
</style>
background-color css
<style>
a { background-color: #716199; }
a { background-color: rgb(113,97,153); }
div.DivClassName
{
background-color: #716199;
}
.BgClassName
{
background-color: #716199;
}
</style>
border-color css
<style>
span { border-color: #716199; }
span { border-color: rgb(113,97,153); }
td.TdClassName
{
border-color: #716199;
}
.TagClassName
{
border-color: #716199;
}
</style>