Shades of Scampi #7570A1
Tints of Scampi #7570A1
RGB
CMYK
RGB Variations
Color information
#7570A1 (or 0x7570A1) is known color: Scampi. HEX triplet: 75, 70 and A1. RGB value is (117,112,161). Sum of RGB (Red+Green+Blue) = 117+112+161=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #7570A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7570A1 is #8A8F5E. Grayscale: #767676. Windows color (decimal): -9080671 or 10580085. OLE color: 10580085.
HSL color Cylindrical-coordinate representation of color #7570A1: hue angle of 246.12º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7570A1 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 112 | 161 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.37 |
| HSL | 246.12º | 0.21% | 0.54% | - |
| HSV(B) | 246.12º | 0.3% | 0.63% | - |
| XYZ | 19.56 | 17.94 | 36.15 | - |
| YUV | 119.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 161 | 0.27 | 0.30 | 0 | 0.37 | 246.12 | 0.21 | 0.54 |
| Hex | 75 | 70 | A1 | 1B | 1E | 0 | 25 | F6 | 15 | 36 |
| Octal | 165 | 160 | 241 | 33 | 36 | 0 | 45 | 366 | 25 | 66 |
| Binary | 1110101 | 1110000 | 10100001 | 11011 | 11110 | 0 | 100101 | 11110110 | 10101 | 110110 |
Color Harmonies of #7570A1
Complementary color
Monochromatic Colors of #7570A1
Black with #7570A1
Text Example
Text Example
White with #7570A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570A1; }
p { color: rgb(117,112,161); }
H1.HeaderClassName
{
color: #7570A1;
}
.AnyTagClassName
{
color: #7570A1;
}
</style>
background-color css
<style>
a { background-color: #7570A1; }
a { background-color: rgb(117,112,161); }
div.DivClassName
{
background-color: #7570A1;
}
.BgClassName
{
background-color: #7570A1;
}
</style>
border-color css
<style>
span { border-color: #7570A1; }
span { border-color: rgb(117,112,161); }
td.TdClassName
{
border-color: #7570A1;
}
.TagClassName
{
border-color: #7570A1;
}
</style>