Shades of Scampi #7560A1
Tints of Scampi #7560A1
RGB
CMYK
RGB Variations
Color information
#7560A1 (or 0x7560A1) is known color: Scampi. HEX triplet: 75, 60 and A1. RGB value is (117,96,161). Sum of RGB (Red+Green+Blue) = 117+96+161=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: blue. Hex color #7560A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560A1 is #8A9F5E. Grayscale: #6D6D6D. Windows color (decimal): -9084767 or 10575989. OLE color: 10575989.
HSL color Cylindrical-coordinate representation of color #7560A1: hue angle of 259.38º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7560A1 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 96 | 161 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.37 |
| HSL | 259.38º | 0.26% | 0.5% | - |
| HSV(B) | 259.38º | 0.4% | 0.63% | - |
| XYZ | 17.95 | 14.72 | 35.61 | - |
| YUV | 109.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 161 | 0.27 | 0.40 | 0 | 0.37 | 259.38 | 0.26 | 0.5 |
| Hex | 75 | 60 | A1 | 1B | 28 | 0 | 25 | 103 | 1A | 32 |
| Octal | 165 | 140 | 241 | 33 | 50 | 0 | 45 | 403 | 32 | 62 |
| Binary | 1110101 | 1100000 | 10100001 | 11011 | 101000 | 0 | 100101 | 100000011 | 11010 | 110010 |
Color Harmonies of #7560A1
Complementary color
Monochromatic Colors of #7560A1
Black with #7560A1
Text Example
Text Example
White with #7560A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560A1; }
p { color: rgb(117,96,161); }
H1.HeaderClassName
{
color: #7560A1;
}
.AnyTagClassName
{
color: #7560A1;
}
</style>
background-color css
<style>
a { background-color: #7560A1; }
a { background-color: rgb(117,96,161); }
div.DivClassName
{
background-color: #7560A1;
}
.BgClassName
{
background-color: #7560A1;
}
</style>
border-color css
<style>
span { border-color: #7560A1; }
span { border-color: rgb(117,96,161); }
td.TdClassName
{
border-color: #7560A1;
}
.TagClassName
{
border-color: #7560A1;
}
</style>