Shades of Scampi #715AA2
Tints of Scampi #715AA2
RGB
CMYK
RGB Variations
Color information
#715AA2 (or 0x715AA2) is known color: Scampi. HEX triplet: 71, 5A and A2. RGB value is (113,90,162). Sum of RGB (Red+Green+Blue) = 113+90+162=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 162 - color contains mainly: blue. Hex color #715AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AA2 is #8EA55D. Grayscale: #686868. Windows color (decimal): -9348446 or 10639985. OLE color: 10639985.
HSL color Cylindrical-coordinate representation of color #715AA2: hue angle of 259.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715AA2 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 90 | 162 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.36 |
| HSL | 259.17º | 0.29% | 0.49% | - |
| HSV(B) | 259.17º | 0.44% | 0.64% | - |
| XYZ | 16.99 | 13.43 | 35.88 | - |
| YUV | 105.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 162 | 0.30 | 0.44 | 0 | 0.36 | 259.17 | 0.29 | 0.49 |
| Hex | 71 | 5A | A2 | 1E | 2C | 0 | 24 | 103 | 1D | 31 |
| Octal | 161 | 132 | 242 | 36 | 54 | 0 | 44 | 403 | 35 | 61 |
| Binary | 1110001 | 1011010 | 10100010 | 11110 | 101100 | 0 | 100100 | 100000011 | 11101 | 110001 |
Color Harmonies of #715AA2
Complementary color
Monochromatic Colors of #715AA2
Black with #715AA2
Text Example
Text Example
White with #715AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AA2; }
p { color: rgb(113,90,162); }
H1.HeaderClassName
{
color: #715AA2;
}
.AnyTagClassName
{
color: #715AA2;
}
</style>
background-color css
<style>
a { background-color: #715AA2; }
a { background-color: rgb(113,90,162); }
div.DivClassName
{
background-color: #715AA2;
}
.BgClassName
{
background-color: #715AA2;
}
</style>
border-color css
<style>
span { border-color: #715AA2; }
span { border-color: rgb(113,90,162); }
td.TdClassName
{
border-color: #715AA2;
}
.TagClassName
{
border-color: #715AA2;
}
</style>