Shades of Scampi #7169A1
Tints of Scampi #7169A1
RGB
CMYK
RGB Variations
Color information
#7169A1 (or 0x7169A1) is known color: Scampi. HEX triplet: 71, 69 and A1. RGB value is (113,105,161). Sum of RGB (Red+Green+Blue) = 113+105+161=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 161 - color contains mainly: blue. Hex color #7169A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7169A1 is #8E965E. Grayscale: #717171. Windows color (decimal): -9344607 or 10578289. OLE color: 10578289.
HSL color Cylindrical-coordinate representation of color #7169A1: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7169A1 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 105 | 161 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.37 |
| HSL | 248.57º | 0.23% | 0.52% | - |
| HSV(B) | 248.57º | 0.35% | 0.63% | - |
| XYZ | 18.29 | 16.19 | 35.88 | - |
| YUV | 113.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 161 | 0.30 | 0.35 | 0 | 0.37 | 248.57 | 0.23 | 0.52 |
| Hex | 71 | 69 | A1 | 1E | 23 | 0 | 25 | F9 | 17 | 34 |
| Octal | 161 | 151 | 241 | 36 | 43 | 0 | 45 | 371 | 27 | 64 |
| Binary | 1110001 | 1101001 | 10100001 | 11110 | 100011 | 0 | 100101 | 11111001 | 10111 | 110100 |
Color Harmonies of #7169A1
Complementary color
Monochromatic Colors of #7169A1
Black with #7169A1
Text Example
Text Example
White with #7169A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7169A1; }
p { color: rgb(113,105,161); }
H1.HeaderClassName
{
color: #7169A1;
}
.AnyTagClassName
{
color: #7169A1;
}
</style>
background-color css
<style>
a { background-color: #7169A1; }
a { background-color: rgb(113,105,161); }
div.DivClassName
{
background-color: #7169A1;
}
.BgClassName
{
background-color: #7169A1;
}
</style>
border-color css
<style>
span { border-color: #7169A1; }
span { border-color: rgb(113,105,161); }
td.TdClassName
{
border-color: #7169A1;
}
.TagClassName
{
border-color: #7169A1;
}
</style>