Shades of Scampi #70719F
Tints of Scampi #70719F
RGB
CMYK
RGB Variations
Color information
#70719F (or 0x70719F) is known color: Scampi. HEX triplet: 70, 71 and 9F. RGB value is (112,113,159). Sum of RGB (Red+Green+Blue) = 112+113+159=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #70719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70719F is #8F8E60. Grayscale: #757575. Windows color (decimal): -9408097 or 10449264. OLE color: 10449264.
HSL color Cylindrical-coordinate representation of color #70719F: hue angle of 238.72º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70719F is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 113 | 159 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.38 |
| HSL | 238.72º | 0.2% | 0.53% | - |
| HSV(B) | 238.72º | 0.3% | 0.62% | - |
| XYZ | 18.85 | 17.76 | 35.24 | - |
| YUV | 117.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 159 | 0.30 | 0.29 | 0 | 0.38 | 238.72 | 0.2 | 0.53 |
| Hex | 70 | 71 | 9F | 1E | 1D | 0 | 26 | EF | 14 | 35 |
| Octal | 160 | 161 | 237 | 36 | 35 | 0 | 46 | 357 | 24 | 65 |
| Binary | 1110000 | 1110001 | 10011111 | 11110 | 11101 | 0 | 100110 | 11101111 | 10100 | 110101 |
Color Harmonies of #70719F
Complementary color
Monochromatic Colors of #70719F
Black with #70719F
Text Example
Text Example
White with #70719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70719F; }
p { color: rgb(112,113,159); }
H1.HeaderClassName
{
color: #70719F;
}
.AnyTagClassName
{
color: #70719F;
}
</style>
background-color css
<style>
a { background-color: #70719F; }
a { background-color: rgb(112,113,159); }
div.DivClassName
{
background-color: #70719F;
}
.BgClassName
{
background-color: #70719F;
}
</style>
border-color css
<style>
span { border-color: #70719F; }
span { border-color: rgb(112,113,159); }
td.TdClassName
{
border-color: #70719F;
}
.TagClassName
{
border-color: #70719F;
}
</style>