Shades of Scampi #7570AD
Tints of Scampi #7570AD
RGB
CMYK
RGB Variations
Color information
#7570AD (or 0x7570AD) is known color: Scampi. HEX triplet: 75, 70 and AD. RGB value is (117,112,173). Sum of RGB (Red+Green+Blue) = 117+112+173=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #7570AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7570AD is #8A8F52. Grayscale: #787878. Windows color (decimal): -9080659 or 11366517. OLE color: 11366517.
HSL color Cylindrical-coordinate representation of color #7570AD: hue angle of 244.92º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7570AD is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 112 | 173 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.32 |
| HSL | 244.92º | 0.27% | 0.56% | - |
| HSV(B) | 244.92º | 0.35% | 0.68% | - |
| XYZ | 20.67 | 18.39 | 41.99 | - |
| YUV | 120.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 173 | 0.32 | 0.35 | 0 | 0.32 | 244.92 | 0.27 | 0.56 |
| Hex | 75 | 70 | AD | 20 | 23 | 0 | 20 | F5 | 1B | 38 |
| Octal | 165 | 160 | 255 | 40 | 43 | 0 | 40 | 365 | 33 | 70 |
| Binary | 1110101 | 1110000 | 10101101 | 100000 | 100011 | 0 | 100000 | 11110101 | 11011 | 111000 |
Color Harmonies of #7570AD
Complementary color
Monochromatic Colors of #7570AD
Black with #7570AD
Text Example
Text Example
White with #7570AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570AD; }
p { color: rgb(117,112,173); }
H1.HeaderClassName
{
color: #7570AD;
}
.AnyTagClassName
{
color: #7570AD;
}
</style>
background-color css
<style>
a { background-color: #7570AD; }
a { background-color: rgb(117,112,173); }
div.DivClassName
{
background-color: #7570AD;
}
.BgClassName
{
background-color: #7570AD;
}
</style>
border-color css
<style>
span { border-color: #7570AD; }
span { border-color: rgb(117,112,173); }
td.TdClassName
{
border-color: #7570AD;
}
.TagClassName
{
border-color: #7570AD;
}
</style>