Shades of Scampi #71709B
Tints of Scampi #71709B
RGB
CMYK
RGB Variations
Color information
#71709B (or 0x71709B) is known color: Scampi. HEX triplet: 71, 70 and 9B. RGB value is (113,112,155). Sum of RGB (Red+Green+Blue) = 113+112+155=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #71709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71709B is #8E8F64. Grayscale: #757575. Windows color (decimal): -9342821 or 10186865. OLE color: 10186865.
HSL color Cylindrical-coordinate representation of color #71709B: hue angle of 241.4º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71709B is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 112 | 155 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.39 |
| HSL | 241.4º | 0.18% | 0.52% | - |
| HSV(B) | 241.4º | 0.28% | 0.61% | - |
| XYZ | 18.52 | 17.47 | 33.41 | - |
| YUV | 117.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 155 | 0.27 | 0.28 | 0 | 0.39 | 241.4 | 0.18 | 0.52 |
| Hex | 71 | 70 | 9B | 1B | 1C | 0 | 27 | F1 | 12 | 34 |
| Octal | 161 | 160 | 233 | 33 | 34 | 0 | 47 | 361 | 22 | 64 |
| Binary | 1110001 | 1110000 | 10011011 | 11011 | 11100 | 0 | 100111 | 11110001 | 10010 | 110100 |
Color Harmonies of #71709B
Complementary color
Monochromatic Colors of #71709B
Black with #71709B
Text Example
Text Example
White with #71709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71709B; }
p { color: rgb(113,112,155); }
H1.HeaderClassName
{
color: #71709B;
}
.AnyTagClassName
{
color: #71709B;
}
</style>
background-color css
<style>
a { background-color: #71709B; }
a { background-color: rgb(113,112,155); }
div.DivClassName
{
background-color: #71709B;
}
.BgClassName
{
background-color: #71709B;
}
</style>
border-color css
<style>
span { border-color: #71709B; }
span { border-color: rgb(113,112,155); }
td.TdClassName
{
border-color: #71709B;
}
.TagClassName
{
border-color: #71709B;
}
</style>