Shades of Scampi #7573A0
Tints of Scampi #7573A0
RGB
CMYK
RGB Variations
Color information
#7573A0 (or 0x7573A0) is known color: Scampi. HEX triplet: 75, 73 and A0. RGB value is (117,115,160). Sum of RGB (Red+Green+Blue) = 117+115+160=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 160 - color contains mainly: blue. Hex color #7573A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7573A0 is #8A8C5F. Grayscale: #787878. Windows color (decimal): -9079904 or 10515317. OLE color: 10515317.
HSL color Cylindrical-coordinate representation of color #7573A0: hue angle of 242.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7573A0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 115 | 160 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.37 |
| HSL | 242.67º | 0.19% | 0.54% | - |
| HSV(B) | 242.67º | 0.28% | 0.63% | - |
| XYZ | 19.81 | 18.58 | 35.8 | - |
| YUV | 120.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 160 | 0.27 | 0.28 | 0 | 0.37 | 242.67 | 0.19 | 0.54 |
| Hex | 75 | 73 | A0 | 1B | 1C | 0 | 25 | F3 | 13 | 36 |
| Octal | 165 | 163 | 240 | 33 | 34 | 0 | 45 | 363 | 23 | 66 |
| Binary | 1110101 | 1110011 | 10100000 | 11011 | 11100 | 0 | 100101 | 11110011 | 10011 | 110110 |
Color Harmonies of #7573A0
Complementary color
Monochromatic Colors of #7573A0
Black with #7573A0
Text Example
Text Example
White with #7573A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573A0; }
p { color: rgb(117,115,160); }
H1.HeaderClassName
{
color: #7573A0;
}
.AnyTagClassName
{
color: #7573A0;
}
</style>
background-color css
<style>
a { background-color: #7573A0; }
a { background-color: rgb(117,115,160); }
div.DivClassName
{
background-color: #7573A0;
}
.BgClassName
{
background-color: #7573A0;
}
</style>
border-color css
<style>
span { border-color: #7573A0; }
span { border-color: rgb(117,115,160); }
td.TdClassName
{
border-color: #7573A0;
}
.TagClassName
{
border-color: #7573A0;
}
</style>