Shades of Scampi #7157A6
Tints of Scampi #7157A6
RGB
CMYK
RGB Variations
Color information
#7157A6 (or 0x7157A6) is known color: Scampi. HEX triplet: 71, 57 and A6. RGB value is (113,87,166). Sum of RGB (Red+Green+Blue) = 113+87+166=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 166 - color contains mainly: blue. Hex color #7157A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7157A6 is #8EA859. Grayscale: #676767. Windows color (decimal): -9349210 or 10901361. OLE color: 10901361.
HSL color Cylindrical-coordinate representation of color #7157A6: hue angle of 259.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7157A6 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 87 | 166 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.35 |
| HSL | 259.75º | 0.31% | 0.5% | - |
| HSV(B) | 259.75º | 0.48% | 0.65% | - |
| XYZ | 17.1 | 13.08 | 37.7 | - |
| YUV | 103.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 166 | 0.32 | 0.48 | 0 | 0.35 | 259.75 | 0.31 | 0.5 |
| Hex | 71 | 57 | A6 | 20 | 30 | 0 | 23 | 104 | 1F | 32 |
| Octal | 161 | 127 | 246 | 40 | 60 | 0 | 43 | 404 | 37 | 62 |
| Binary | 1110001 | 1010111 | 10100110 | 100000 | 110000 | 0 | 100011 | 100000100 | 11111 | 110010 |
Color Harmonies of #7157A6
Complementary color
Monochromatic Colors of #7157A6
Black with #7157A6
Text Example
Text Example
White with #7157A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7157A6; }
p { color: rgb(113,87,166); }
H1.HeaderClassName
{
color: #7157A6;
}
.AnyTagClassName
{
color: #7157A6;
}
</style>
background-color css
<style>
a { background-color: #7157A6; }
a { background-color: rgb(113,87,166); }
div.DivClassName
{
background-color: #7157A6;
}
.BgClassName
{
background-color: #7157A6;
}
</style>
border-color css
<style>
span { border-color: #7157A6; }
span { border-color: rgb(113,87,166); }
td.TdClassName
{
border-color: #7157A6;
}
.TagClassName
{
border-color: #7157A6;
}
</style>