Shades of Scampi #705A9D
Tints of Scampi #705A9D
RGB
CMYK
RGB Variations
Color information
#705A9D (or 0x705A9D) is known color: Scampi. HEX triplet: 70, 5A and 9D. RGB value is (112,90,157). Sum of RGB (Red+Green+Blue) = 112+90+157=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #705A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A9D is #8FA562. Grayscale: #676767. Windows color (decimal): -9413987 or 10312304. OLE color: 10312304.
HSL color Cylindrical-coordinate representation of color #705A9D: hue angle of 259.7º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705A9D is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 90 | 157 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.38 |
| HSL | 259.7º | 0.27% | 0.48% | - |
| HSV(B) | 259.7º | 0.43% | 0.62% | - |
| XYZ | 16.42 | 13.19 | 33.58 | - |
| YUV | 104.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 157 | 0.29 | 0.43 | 0 | 0.38 | 259.7 | 0.27 | 0.48 |
| Hex | 70 | 5A | 9D | 1D | 2B | 0 | 26 | 104 | 1B | 30 |
| Octal | 160 | 132 | 235 | 35 | 53 | 0 | 46 | 404 | 33 | 60 |
| Binary | 1110000 | 1011010 | 10011101 | 11101 | 101011 | 0 | 100110 | 100000100 | 11011 | 110000 |
Color Harmonies of #705A9D
Complementary color
Monochromatic Colors of #705A9D
Black with #705A9D
Text Example
Text Example
White with #705A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A9D; }
p { color: rgb(112,90,157); }
H1.HeaderClassName
{
color: #705A9D;
}
.AnyTagClassName
{
color: #705A9D;
}
</style>
background-color css
<style>
a { background-color: #705A9D; }
a { background-color: rgb(112,90,157); }
div.DivClassName
{
background-color: #705A9D;
}
.BgClassName
{
background-color: #705A9D;
}
</style>
border-color css
<style>
span { border-color: #705A9D; }
span { border-color: rgb(112,90,157); }
td.TdClassName
{
border-color: #705A9D;
}
.TagClassName
{
border-color: #705A9D;
}
</style>