Shades of Scampi #71629B
Tints of Scampi #71629B
RGB
CMYK
RGB Variations
Color information
#71629B (or 0x71629B) is known color: Scampi. HEX triplet: 71, 62 and 9B. RGB value is (113,98,155). Sum of RGB (Red+Green+Blue) = 113+98+155=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #71629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71629B is #8E9D64. Grayscale: #6C6C6C. Windows color (decimal): -9346405 or 10183281. OLE color: 10183281.
HSL color Cylindrical-coordinate representation of color #71629B: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71629B is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 98 | 155 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.39 |
| HSL | 255.79º | 0.23% | 0.5% | - |
| HSV(B) | 255.79º | 0.37% | 0.61% | - |
| XYZ | 17.09 | 14.61 | 32.93 | - |
| YUV | 108.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 155 | 0.27 | 0.37 | 0 | 0.39 | 255.79 | 0.23 | 0.5 |
| Hex | 71 | 62 | 9B | 1B | 25 | 0 | 27 | 100 | 17 | 32 |
| Octal | 161 | 142 | 233 | 33 | 45 | 0 | 47 | 400 | 27 | 62 |
| Binary | 1110001 | 1100010 | 10011011 | 11011 | 100101 | 0 | 100111 | 100000000 | 10111 | 110010 |
Color Harmonies of #71629B
Complementary color
Monochromatic Colors of #71629B
Black with #71629B
Text Example
Text Example
White with #71629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71629B; }
p { color: rgb(113,98,155); }
H1.HeaderClassName
{
color: #71629B;
}
.AnyTagClassName
{
color: #71629B;
}
</style>
background-color css
<style>
a { background-color: #71629B; }
a { background-color: rgb(113,98,155); }
div.DivClassName
{
background-color: #71629B;
}
.BgClassName
{
background-color: #71629B;
}
</style>
border-color css
<style>
span { border-color: #71629B; }
span { border-color: rgb(113,98,155); }
td.TdClassName
{
border-color: #71629B;
}
.TagClassName
{
border-color: #71629B;
}
</style>