Shades of Scampi #705BA2
Tints of Scampi #705BA2
RGB
CMYK
RGB Variations
Color information
#705BA2 (or 0x705BA2) is known color: Scampi. HEX triplet: 70, 5B and A2. RGB value is (112,91,162). Sum of RGB (Red+Green+Blue) = 112+91+162=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 91 (35.94% from 255 or 24.93% 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 #705BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BA2 is #8FA45D. Grayscale: #696969. Windows color (decimal): -9413726 or 10640240. OLE color: 10640240.
HSL color Cylindrical-coordinate representation of color #705BA2: hue angle of 257.75º 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 #705BA2 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 91 | 162 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.36 |
| HSL | 257.75º | 0.28% | 0.5% | - |
| HSV(B) | 257.75º | 0.44% | 0.64% | - |
| XYZ | 16.94 | 13.54 | 35.9 | - |
| YUV | 105.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 162 | 0.31 | 0.44 | 0 | 0.36 | 257.75 | 0.28 | 0.5 |
| Hex | 70 | 5B | A2 | 1F | 2C | 0 | 24 | 102 | 1C | 32 |
| Octal | 160 | 133 | 242 | 37 | 54 | 0 | 44 | 402 | 34 | 62 |
| Binary | 1110000 | 1011011 | 10100010 | 11111 | 101100 | 0 | 100100 | 100000010 | 11100 | 110010 |
Color Harmonies of #705BA2
Complementary color
Monochromatic Colors of #705BA2
Black with #705BA2
Text Example
Text Example
White with #705BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BA2; }
p { color: rgb(112,91,162); }
H1.HeaderClassName
{
color: #705BA2;
}
.AnyTagClassName
{
color: #705BA2;
}
</style>
background-color css
<style>
a { background-color: #705BA2; }
a { background-color: rgb(112,91,162); }
div.DivClassName
{
background-color: #705BA2;
}
.BgClassName
{
background-color: #705BA2;
}
</style>
border-color css
<style>
span { border-color: #705BA2; }
span { border-color: rgb(112,91,162); }
td.TdClassName
{
border-color: #705BA2;
}
.TagClassName
{
border-color: #705BA2;
}
</style>