Shades of Scampi #71619B
Tints of Scampi #71619B
RGB
CMYK
RGB Variations
Color information
#71619B (or 0x71619B) is known color: Scampi. HEX triplet: 71, 61 and 9B. RGB value is (113,97,155). Sum of RGB (Red+Green+Blue) = 113+97+155=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #71619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71619B is #8E9E64. Grayscale: #6C6C6C. Windows color (decimal): -9346661 or 10183025. OLE color: 10183025.
HSL color Cylindrical-coordinate representation of color #71619B: hue angle of 256.55º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71619B is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 97 | 155 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.39 |
| HSL | 256.55º | 0.23% | 0.49% | - |
| HSV(B) | 256.55º | 0.37% | 0.61% | - |
| XYZ | 17 | 14.43 | 32.9 | - |
| YUV | 108.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 155 | 0.27 | 0.37 | 0 | 0.39 | 256.55 | 0.23 | 0.49 |
| Hex | 71 | 61 | 9B | 1B | 25 | 0 | 27 | 101 | 17 | 31 |
| Octal | 161 | 141 | 233 | 33 | 45 | 0 | 47 | 401 | 27 | 61 |
| Binary | 1110001 | 1100001 | 10011011 | 11011 | 100101 | 0 | 100111 | 100000001 | 10111 | 110001 |
Color Harmonies of #71619B
Complementary color
Monochromatic Colors of #71619B
Black with #71619B
Text Example
Text Example
White with #71619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71619B; }
p { color: rgb(113,97,155); }
H1.HeaderClassName
{
color: #71619B;
}
.AnyTagClassName
{
color: #71619B;
}
</style>
background-color css
<style>
a { background-color: #71619B; }
a { background-color: rgb(113,97,155); }
div.DivClassName
{
background-color: #71619B;
}
.BgClassName
{
background-color: #71619B;
}
</style>
border-color css
<style>
span { border-color: #71619B; }
span { border-color: rgb(113,97,155); }
td.TdClassName
{
border-color: #71619B;
}
.TagClassName
{
border-color: #71619B;
}
</style>