Shades of Scampi #715D9F
Tints of Scampi #715D9F
RGB
CMYK
RGB Variations
Color information
#715D9F (or 0x715D9F) is known color: Scampi. HEX triplet: 71, 5D and 9F. RGB value is (113,93,159). Sum of RGB (Red+Green+Blue) = 113+93+159=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #715D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D9F is #8EA260. Grayscale: #6A6A6A. Windows color (decimal): -9347681 or 10444145. OLE color: 10444145.
HSL color Cylindrical-coordinate representation of color #715D9F: hue angle of 258.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #715D9F is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 93 | 159 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.38 |
| HSL | 258.18º | 0.26% | 0.49% | - |
| HSV(B) | 258.18º | 0.42% | 0.62% | - |
| XYZ | 16.98 | 13.84 | 34.58 | - |
| YUV | 106.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 159 | 0.29 | 0.42 | 0 | 0.38 | 258.18 | 0.26 | 0.49 |
| Hex | 71 | 5D | 9F | 1D | 2A | 0 | 26 | 102 | 1A | 31 |
| Octal | 161 | 135 | 237 | 35 | 52 | 0 | 46 | 402 | 32 | 61 |
| Binary | 1110001 | 1011101 | 10011111 | 11101 | 101010 | 0 | 100110 | 100000010 | 11010 | 110001 |
Color Harmonies of #715D9F
Complementary color
Monochromatic Colors of #715D9F
Black with #715D9F
Text Example
Text Example
White with #715D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D9F; }
p { color: rgb(113,93,159); }
H1.HeaderClassName
{
color: #715D9F;
}
.AnyTagClassName
{
color: #715D9F;
}
</style>
background-color css
<style>
a { background-color: #715D9F; }
a { background-color: rgb(113,93,159); }
div.DivClassName
{
background-color: #715D9F;
}
.BgClassName
{
background-color: #715D9F;
}
</style>
border-color css
<style>
span { border-color: #715D9F; }
span { border-color: rgb(113,93,159); }
td.TdClassName
{
border-color: #715D9F;
}
.TagClassName
{
border-color: #715D9F;
}
</style>