Shades of Scampi #7570A5
Tints of Scampi #7570A5
RGB
CMYK
RGB Variations
Color information
#7570A5 (or 0x7570A5) is known color: Scampi. HEX triplet: 75, 70 and A5. RGB value is (117,112,165). Sum of RGB (Red+Green+Blue) = 117+112+165=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #7570A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7570A5 is #8A8F5A. Grayscale: #777777. Windows color (decimal): -9080667 or 10842229. OLE color: 10842229.
HSL color Cylindrical-coordinate representation of color #7570A5: hue angle of 245.66º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7570A5 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 112 | 165 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.35 |
| HSL | 245.66º | 0.23% | 0.54% | - |
| HSV(B) | 245.66º | 0.32% | 0.65% | - |
| XYZ | 19.92 | 18.09 | 38.04 | - |
| YUV | 119.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 165 | 0.29 | 0.32 | 0 | 0.35 | 245.66 | 0.23 | 0.54 |
| Hex | 75 | 70 | A5 | 1D | 20 | 0 | 23 | F6 | 17 | 36 |
| Octal | 165 | 160 | 245 | 35 | 40 | 0 | 43 | 366 | 27 | 66 |
| Binary | 1110101 | 1110000 | 10100101 | 11101 | 100000 | 0 | 100011 | 11110110 | 10111 | 110110 |
Color Harmonies of #7570A5
Complementary color
Monochromatic Colors of #7570A5
Black with #7570A5
Text Example
Text Example
White with #7570A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570A5; }
p { color: rgb(117,112,165); }
H1.HeaderClassName
{
color: #7570A5;
}
.AnyTagClassName
{
color: #7570A5;
}
</style>
background-color css
<style>
a { background-color: #7570A5; }
a { background-color: rgb(117,112,165); }
div.DivClassName
{
background-color: #7570A5;
}
.BgClassName
{
background-color: #7570A5;
}
</style>
border-color css
<style>
span { border-color: #7570A5; }
span { border-color: rgb(117,112,165); }
td.TdClassName
{
border-color: #7570A5;
}
.TagClassName
{
border-color: #7570A5;
}
</style>