Shades of Scampi #71649D
Tints of Scampi #71649D
RGB
CMYK
RGB Variations
Color information
#71649D (or 0x71649D) is known color: Scampi. HEX triplet: 71, 64 and 9D. RGB value is (113,100,157). Sum of RGB (Red+Green+Blue) = 113+100+157=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #71649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71649D is #8E9B62. Grayscale: #6E6E6E. Windows color (decimal): -9345891 or 10314865. OLE color: 10314865.
HSL color Cylindrical-coordinate representation of color #71649D: hue angle of 253.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71649D is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 100 | 157 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.38 |
| HSL | 253.68º | 0.23% | 0.5% | - |
| HSV(B) | 253.68º | 0.36% | 0.62% | - |
| XYZ | 17.45 | 15.06 | 33.89 | - |
| YUV | 110.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 157 | 0.28 | 0.36 | 0 | 0.38 | 253.68 | 0.23 | 0.5 |
| Hex | 71 | 64 | 9D | 1C | 24 | 0 | 26 | FE | 17 | 32 |
| Octal | 161 | 144 | 235 | 34 | 44 | 0 | 46 | 376 | 27 | 62 |
| Binary | 1110001 | 1100100 | 10011101 | 11100 | 100100 | 0 | 100110 | 11111110 | 10111 | 110010 |
Color Harmonies of #71649D
Complementary color
Monochromatic Colors of #71649D
Black with #71649D
Text Example
Text Example
White with #71649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71649D; }
p { color: rgb(113,100,157); }
H1.HeaderClassName
{
color: #71649D;
}
.AnyTagClassName
{
color: #71649D;
}
</style>
background-color css
<style>
a { background-color: #71649D; }
a { background-color: rgb(113,100,157); }
div.DivClassName
{
background-color: #71649D;
}
.BgClassName
{
background-color: #71649D;
}
</style>
border-color css
<style>
span { border-color: #71649D; }
span { border-color: rgb(113,100,157); }
td.TdClassName
{
border-color: #71649D;
}
.TagClassName
{
border-color: #71649D;
}
</style>