Shades of Scampi #7570A0
Tints of Scampi #7570A0
RGB
CMYK
RGB Variations
Color information
#7570A0 (or 0x7570A0) is known color: Scampi. HEX triplet: 75, 70 and A0. RGB value is (117,112,160). Sum of RGB (Red+Green+Blue) = 117+112+160=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #7570A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7570A0 is #8A8F5F. Grayscale: #767676. Windows color (decimal): -9080672 or 10514549. OLE color: 10514549.
HSL color Cylindrical-coordinate representation of color #7570A0: hue angle of 246.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7570A0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 112 | 160 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.37 |
| HSL | 246.25º | 0.2% | 0.53% | - |
| HSV(B) | 246.25º | 0.3% | 0.63% | - |
| XYZ | 19.48 | 17.91 | 35.69 | - |
| YUV | 118.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 160 | 0.27 | 0.30 | 0 | 0.37 | 246.25 | 0.2 | 0.53 |
| Hex | 75 | 70 | A0 | 1B | 1E | 0 | 25 | F6 | 14 | 35 |
| Octal | 165 | 160 | 240 | 33 | 36 | 0 | 45 | 366 | 24 | 65 |
| Binary | 1110101 | 1110000 | 10100000 | 11011 | 11110 | 0 | 100101 | 11110110 | 10100 | 110101 |
Color Harmonies of #7570A0
Complementary color
Monochromatic Colors of #7570A0
Black with #7570A0
Text Example
Text Example
White with #7570A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570A0; }
p { color: rgb(117,112,160); }
H1.HeaderClassName
{
color: #7570A0;
}
.AnyTagClassName
{
color: #7570A0;
}
</style>
background-color css
<style>
a { background-color: #7570A0; }
a { background-color: rgb(117,112,160); }
div.DivClassName
{
background-color: #7570A0;
}
.BgClassName
{
background-color: #7570A0;
}
</style>
border-color css
<style>
span { border-color: #7570A0; }
span { border-color: rgb(117,112,160); }
td.TdClassName
{
border-color: #7570A0;
}
.TagClassName
{
border-color: #7570A0;
}
</style>