Shades of Scampi #71609F
Tints of Scampi #71609F
RGB
CMYK
RGB Variations
Color information
#71609F (or 0x71609F) is known color: Scampi. HEX triplet: 71, 60 and 9F. RGB value is (113,96,159). Sum of RGB (Red+Green+Blue) = 113+96+159=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #71609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71609F is #8E9F60. Grayscale: #6C6C6C. Windows color (decimal): -9346913 or 10444913. OLE color: 10444913.
HSL color Cylindrical-coordinate representation of color #71609F: hue angle of 256.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71609F is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 96 | 159 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.38 |
| HSL | 256.19º | 0.25% | 0.5% | - |
| HSV(B) | 256.19º | 0.4% | 0.62% | - |
| XYZ | 17.25 | 14.38 | 34.67 | - |
| YUV | 108.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 159 | 0.29 | 0.40 | 0 | 0.38 | 256.19 | 0.25 | 0.5 |
| Hex | 71 | 60 | 9F | 1D | 28 | 0 | 26 | 100 | 19 | 32 |
| Octal | 161 | 140 | 237 | 35 | 50 | 0 | 46 | 400 | 31 | 62 |
| Binary | 1110001 | 1100000 | 10011111 | 11101 | 101000 | 0 | 100110 | 100000000 | 11001 | 110010 |
Color Harmonies of #71609F
Complementary color
Monochromatic Colors of #71609F
Black with #71609F
Text Example
Text Example
White with #71609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71609F; }
p { color: rgb(113,96,159); }
H1.HeaderClassName
{
color: #71609F;
}
.AnyTagClassName
{
color: #71609F;
}
</style>
background-color css
<style>
a { background-color: #71609F; }
a { background-color: rgb(113,96,159); }
div.DivClassName
{
background-color: #71609F;
}
.BgClassName
{
background-color: #71609F;
}
</style>
border-color css
<style>
span { border-color: #71609F; }
span { border-color: rgb(113,96,159); }
td.TdClassName
{
border-color: #71609F;
}
.TagClassName
{
border-color: #71609F;
}
</style>