Shades of Scampi #716099
Tints of Scampi #716099
RGB
CMYK
RGB Variations
Color information
#716099 (or 0x716099) is known color: Scampi. HEX triplet: 71, 60 and 99. RGB value is (113,96,153). Sum of RGB (Red+Green+Blue) = 113+96+153=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #716099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716099 is #8E9F66. Grayscale: #6B6B6B. Windows color (decimal): -9346919 or 10051697. OLE color: 10051697.
HSL color Cylindrical-coordinate representation of color #716099: hue angle of 257.89º degrees, saturation: 0.23, 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 #716099 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 96 | 153 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.4 |
| HSL | 257.89º | 0.23% | 0.49% | - |
| HSV(B) | 257.89º | 0.37% | 0.6% | - |
| XYZ | 16.74 | 14.18 | 31.99 | - |
| YUV | 107.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 153 | 0.26 | 0.37 | 0 | 0.4 | 257.89 | 0.23 | 0.49 |
| Hex | 71 | 60 | 99 | 1A | 25 | 0 | 28 | 102 | 17 | 31 |
| Octal | 161 | 140 | 231 | 32 | 45 | 0 | 50 | 402 | 27 | 61 |
| Binary | 1110001 | 1100000 | 10011001 | 11010 | 100101 | 0 | 101000 | 100000010 | 10111 | 110001 |
Color Harmonies of #716099
Complementary color
Monochromatic Colors of #716099
Black with #716099
Text Example
Text Example
White with #716099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716099; }
p { color: rgb(113,96,153); }
H1.HeaderClassName
{
color: #716099;
}
.AnyTagClassName
{
color: #716099;
}
</style>
background-color css
<style>
a { background-color: #716099; }
a { background-color: rgb(113,96,153); }
div.DivClassName
{
background-color: #716099;
}
.BgClassName
{
background-color: #716099;
}
</style>
border-color css
<style>
span { border-color: #716099; }
span { border-color: rgb(113,96,153); }
td.TdClassName
{
border-color: #716099;
}
.TagClassName
{
border-color: #716099;
}
</style>