Shades of Scampi #705C9C
Tints of Scampi #705C9C
RGB
CMYK
RGB Variations
Color information
#705C9C (or 0x705C9C) is known color: Scampi. HEX triplet: 70, 5C and 9C. RGB value is (112,92,156). Sum of RGB (Red+Green+Blue) = 112+92+156=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #705C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C9C is #8FA363. Grayscale: #696969. Windows color (decimal): -9413476 or 10247280. OLE color: 10247280.
HSL color Cylindrical-coordinate representation of color #705C9C: hue angle of 258.75º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705C9C is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 92 | 156 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.39 |
| HSL | 258.75º | 0.26% | 0.49% | - |
| HSV(B) | 258.75º | 0.41% | 0.61% | - |
| XYZ | 16.51 | 13.5 | 33.19 | - |
| YUV | 105.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 156 | 0.28 | 0.41 | 0 | 0.39 | 258.75 | 0.26 | 0.49 |
| Hex | 70 | 5C | 9C | 1C | 29 | 0 | 27 | 103 | 1A | 31 |
| Octal | 160 | 134 | 234 | 34 | 51 | 0 | 47 | 403 | 32 | 61 |
| Binary | 1110000 | 1011100 | 10011100 | 11100 | 101001 | 0 | 100111 | 100000011 | 11010 | 110001 |
Color Harmonies of #705C9C
Complementary color
Monochromatic Colors of #705C9C
Black with #705C9C
Text Example
Text Example
White with #705C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C9C; }
p { color: rgb(112,92,156); }
H1.HeaderClassName
{
color: #705C9C;
}
.AnyTagClassName
{
color: #705C9C;
}
</style>
background-color css
<style>
a { background-color: #705C9C; }
a { background-color: rgb(112,92,156); }
div.DivClassName
{
background-color: #705C9C;
}
.BgClassName
{
background-color: #705C9C;
}
</style>
border-color css
<style>
span { border-color: #705C9C; }
span { border-color: rgb(112,92,156); }
td.TdClassName
{
border-color: #705C9C;
}
.TagClassName
{
border-color: #705C9C;
}
</style>