Shades of Scampi #7571A2
Tints of Scampi #7571A2
RGB
CMYK
RGB Variations
Color information
#7571A2 (or 0x7571A2) is known color: Scampi. HEX triplet: 75, 71 and A2. RGB value is (117,113,162). Sum of RGB (Red+Green+Blue) = 117+113+162=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #7571A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7571A2 is #8A8E5D. Grayscale: #777777. Windows color (decimal): -9080414 or 10645877. OLE color: 10645877.
HSL color Cylindrical-coordinate representation of color #7571A2: hue angle of 244.9º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7571A2 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 113 | 162 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.36 |
| HSL | 244.9º | 0.21% | 0.54% | - |
| HSV(B) | 244.9º | 0.3% | 0.64% | - |
| XYZ | 19.76 | 18.2 | 36.65 | - |
| YUV | 119.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 162 | 0.28 | 0.30 | 0 | 0.36 | 244.9 | 0.21 | 0.54 |
| Hex | 75 | 71 | A2 | 1C | 1E | 0 | 24 | F5 | 15 | 36 |
| Octal | 165 | 161 | 242 | 34 | 36 | 0 | 44 | 365 | 25 | 66 |
| Binary | 1110101 | 1110001 | 10100010 | 11100 | 11110 | 0 | 100100 | 11110101 | 10101 | 110110 |
Color Harmonies of #7571A2
Complementary color
Monochromatic Colors of #7571A2
Black with #7571A2
Text Example
Text Example
White with #7571A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7571A2; }
p { color: rgb(117,113,162); }
H1.HeaderClassName
{
color: #7571A2;
}
.AnyTagClassName
{
color: #7571A2;
}
</style>
background-color css
<style>
a { background-color: #7571A2; }
a { background-color: rgb(117,113,162); }
div.DivClassName
{
background-color: #7571A2;
}
.BgClassName
{
background-color: #7571A2;
}
</style>
border-color css
<style>
span { border-color: #7571A2; }
span { border-color: rgb(117,113,162); }
td.TdClassName
{
border-color: #7571A2;
}
.TagClassName
{
border-color: #7571A2;
}
</style>