Shades of Scampi #715BA3
Tints of Scampi #715BA3
RGB
CMYK
RGB Variations
Color information
#715BA3 (or 0x715BA3) is known color: Scampi. HEX triplet: 71, 5B and A3. RGB value is (113,91,163). Sum of RGB (Red+Green+Blue) = 113+91+163=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #715BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715BA3 is #8EA45C. Grayscale: #696969. Windows color (decimal): -9348189 or 10705777. OLE color: 10705777.
HSL color Cylindrical-coordinate representation of color #715BA3: hue angle of 258.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715BA3 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 91 | 163 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.36 |
| HSL | 258.33º | 0.28% | 0.5% | - |
| HSV(B) | 258.33º | 0.44% | 0.64% | - |
| XYZ | 17.16 | 13.64 | 36.38 | - |
| YUV | 105.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 163 | 0.31 | 0.44 | 0 | 0.36 | 258.33 | 0.28 | 0.5 |
| Hex | 71 | 5B | A3 | 1F | 2C | 0 | 24 | 102 | 1C | 32 |
| Octal | 161 | 133 | 243 | 37 | 54 | 0 | 44 | 402 | 34 | 62 |
| Binary | 1110001 | 1011011 | 10100011 | 11111 | 101100 | 0 | 100100 | 100000010 | 11100 | 110010 |
Color Harmonies of #715BA3
Complementary color
Monochromatic Colors of #715BA3
Black with #715BA3
Text Example
Text Example
White with #715BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BA3; }
p { color: rgb(113,91,163); }
H1.HeaderClassName
{
color: #715BA3;
}
.AnyTagClassName
{
color: #715BA3;
}
</style>
background-color css
<style>
a { background-color: #715BA3; }
a { background-color: rgb(113,91,163); }
div.DivClassName
{
background-color: #715BA3;
}
.BgClassName
{
background-color: #715BA3;
}
</style>
border-color css
<style>
span { border-color: #715BA3; }
span { border-color: rgb(113,91,163); }
td.TdClassName
{
border-color: #715BA3;
}
.TagClassName
{
border-color: #715BA3;
}
</style>