Shades of Scampi #71709E
Tints of Scampi #71709E
RGB
CMYK
RGB Variations
Color information
#71709E (or 0x71709E) is known color: Scampi. HEX triplet: 71, 70 and 9E. RGB value is (113,112,158). Sum of RGB (Red+Green+Blue) = 113+112+158=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #71709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71709E is #8E8F61. Grayscale: #757575. Windows color (decimal): -9342818 or 10383473. OLE color: 10383473.
HSL color Cylindrical-coordinate representation of color #71709E: hue angle of 241.3º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71709E is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 112 | 158 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.38 |
| HSL | 241.3º | 0.19% | 0.53% | - |
| HSV(B) | 241.3º | 0.29% | 0.62% | - |
| XYZ | 18.78 | 17.57 | 34.75 | - |
| YUV | 117.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 158 | 0.28 | 0.29 | 0 | 0.38 | 241.3 | 0.19 | 0.53 |
| Hex | 71 | 70 | 9E | 1C | 1D | 0 | 26 | F1 | 13 | 35 |
| Octal | 161 | 160 | 236 | 34 | 35 | 0 | 46 | 361 | 23 | 65 |
| Binary | 1110001 | 1110000 | 10011110 | 11100 | 11101 | 0 | 100110 | 11110001 | 10011 | 110101 |
Color Harmonies of #71709E
Complementary color
Monochromatic Colors of #71709E
Black with #71709E
Text Example
Text Example
White with #71709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71709E; }
p { color: rgb(113,112,158); }
H1.HeaderClassName
{
color: #71709E;
}
.AnyTagClassName
{
color: #71709E;
}
</style>
background-color css
<style>
a { background-color: #71709E; }
a { background-color: rgb(113,112,158); }
div.DivClassName
{
background-color: #71709E;
}
.BgClassName
{
background-color: #71709E;
}
</style>
border-color css
<style>
span { border-color: #71709E; }
span { border-color: rgb(113,112,158); }
td.TdClassName
{
border-color: #71709E;
}
.TagClassName
{
border-color: #71709E;
}
</style>