Shades of Scampi #716DA1
Tints of Scampi #716DA1
RGB
CMYK
RGB Variations
Color information
#716DA1 (or 0x716DA1) is known color: Scampi. HEX triplet: 71, 6D and A1. RGB value is (113,109,161). Sum of RGB (Red+Green+Blue) = 113+109+161=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #716DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716DA1 is #8E925E. Grayscale: #737373. Windows color (decimal): -9343583 or 10579313. OLE color: 10579313.
HSL color Cylindrical-coordinate representation of color #716DA1: hue angle of 244.62º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716DA1 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 109 | 161 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.37 |
| HSL | 244.62º | 0.22% | 0.53% | - |
| HSV(B) | 244.62º | 0.32% | 0.63% | - |
| XYZ | 18.71 | 17.02 | 36.02 | - |
| YUV | 116.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 161 | 0.30 | 0.32 | 0 | 0.37 | 244.62 | 0.22 | 0.53 |
| Hex | 71 | 6D | A1 | 1E | 20 | 0 | 25 | F5 | 16 | 35 |
| Octal | 161 | 155 | 241 | 36 | 40 | 0 | 45 | 365 | 26 | 65 |
| Binary | 1110001 | 1101101 | 10100001 | 11110 | 100000 | 0 | 100101 | 11110101 | 10110 | 110101 |
Color Harmonies of #716DA1
Complementary color
Monochromatic Colors of #716DA1
Black with #716DA1
Text Example
Text Example
White with #716DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DA1; }
p { color: rgb(113,109,161); }
H1.HeaderClassName
{
color: #716DA1;
}
.AnyTagClassName
{
color: #716DA1;
}
</style>
background-color css
<style>
a { background-color: #716DA1; }
a { background-color: rgb(113,109,161); }
div.DivClassName
{
background-color: #716DA1;
}
.BgClassName
{
background-color: #716DA1;
}
</style>
border-color css
<style>
span { border-color: #716DA1; }
span { border-color: rgb(113,109,161); }
td.TdClassName
{
border-color: #716DA1;
}
.TagClassName
{
border-color: #716DA1;
}
</style>