Shades of Scampi #716499
Tints of Scampi #716499
RGB
CMYK
RGB Variations
Color information
#716499 (or 0x716499) is known color: Scampi. HEX triplet: 71, 64 and 99. RGB value is (113,100,153). Sum of RGB (Red+Green+Blue) = 113+100+153=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #716499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716499 is #8E9B66. Grayscale: #6D6D6D. Windows color (decimal): -9345895 or 10052721. OLE color: 10052721.
HSL color Cylindrical-coordinate representation of color #716499: hue angle of 254.72º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716499 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 100 | 153 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.4 |
| HSL | 254.72º | 0.21% | 0.5% | - |
| HSV(B) | 254.72º | 0.35% | 0.6% | - |
| XYZ | 17.12 | 14.92 | 32.12 | - |
| YUV | 109.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 153 | 0.26 | 0.35 | 0 | 0.4 | 254.72 | 0.21 | 0.5 |
| Hex | 71 | 64 | 99 | 1A | 23 | 0 | 28 | FF | 15 | 32 |
| Octal | 161 | 144 | 231 | 32 | 43 | 0 | 50 | 377 | 25 | 62 |
| Binary | 1110001 | 1100100 | 10011001 | 11010 | 100011 | 0 | 101000 | 11111111 | 10101 | 110010 |
Color Harmonies of #716499
Complementary color
Monochromatic Colors of #716499
Black with #716499
Text Example
Text Example
White with #716499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716499; }
p { color: rgb(113,100,153); }
H1.HeaderClassName
{
color: #716499;
}
.AnyTagClassName
{
color: #716499;
}
</style>
background-color css
<style>
a { background-color: #716499; }
a { background-color: rgb(113,100,153); }
div.DivClassName
{
background-color: #716499;
}
.BgClassName
{
background-color: #716499;
}
</style>
border-color css
<style>
span { border-color: #716499; }
span { border-color: rgb(113,100,153); }
td.TdClassName
{
border-color: #716499;
}
.TagClassName
{
border-color: #716499;
}
</style>