Shades of Scampi #715CA6
Tints of Scampi #715CA6
RGB
CMYK
RGB Variations
Color information
#715CA6 (or 0x715CA6) is known color: Scampi. HEX triplet: 71, 5C and A6. RGB value is (113,92,166). Sum of RGB (Red+Green+Blue) = 113+92+166=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #715CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CA6 is #8EA359. Grayscale: #6A6A6A. Windows color (decimal): -9347930 or 10902641. OLE color: 10902641.
HSL color Cylindrical-coordinate representation of color #715CA6: hue angle of 257.03º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715CA6 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 92 | 166 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.35 |
| HSL | 257.03º | 0.29% | 0.51% | - |
| HSV(B) | 257.03º | 0.45% | 0.65% | - |
| XYZ | 17.52 | 13.92 | 37.84 | - |
| YUV | 106.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 166 | 0.32 | 0.45 | 0 | 0.35 | 257.03 | 0.29 | 0.51 |
| Hex | 71 | 5C | A6 | 20 | 2D | 0 | 23 | 101 | 1D | 33 |
| Octal | 161 | 134 | 246 | 40 | 55 | 0 | 43 | 401 | 35 | 63 |
| Binary | 1110001 | 1011100 | 10100110 | 100000 | 101101 | 0 | 100011 | 100000001 | 11101 | 110011 |
Color Harmonies of #715CA6
Complementary color
Monochromatic Colors of #715CA6
Black with #715CA6
Text Example
Text Example
White with #715CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CA6; }
p { color: rgb(113,92,166); }
H1.HeaderClassName
{
color: #715CA6;
}
.AnyTagClassName
{
color: #715CA6;
}
</style>
background-color css
<style>
a { background-color: #715CA6; }
a { background-color: rgb(113,92,166); }
div.DivClassName
{
background-color: #715CA6;
}
.BgClassName
{
background-color: #715CA6;
}
</style>
border-color css
<style>
span { border-color: #715CA6; }
span { border-color: rgb(113,92,166); }
td.TdClassName
{
border-color: #715CA6;
}
.TagClassName
{
border-color: #715CA6;
}
</style>