Shades of Scampi #71679D
Tints of Scampi #71679D
RGB
CMYK
RGB Variations
Color information
#71679D (or 0x71679D) is known color: Scampi. HEX triplet: 71, 67 and 9D. RGB value is (113,103,157). Sum of RGB (Red+Green+Blue) = 113+103+157=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #71679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71679D is #8E9862. Grayscale: #6F6F6F. Windows color (decimal): -9345123 or 10315633. OLE color: 10315633.
HSL color Cylindrical-coordinate representation of color #71679D: hue angle of 251.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71679D is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 103 | 157 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.38 |
| HSL | 251.11º | 0.22% | 0.51% | - |
| HSV(B) | 251.11º | 0.34% | 0.62% | - |
| XYZ | 17.75 | 15.65 | 33.98 | - |
| YUV | 112.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 157 | 0.28 | 0.34 | 0 | 0.38 | 251.11 | 0.22 | 0.51 |
| Hex | 71 | 67 | 9D | 1C | 22 | 0 | 26 | FB | 16 | 33 |
| Octal | 161 | 147 | 235 | 34 | 42 | 0 | 46 | 373 | 26 | 63 |
| Binary | 1110001 | 1100111 | 10011101 | 11100 | 100010 | 0 | 100110 | 11111011 | 10110 | 110011 |
Color Harmonies of #71679D
Complementary color
Monochromatic Colors of #71679D
Black with #71679D
Text Example
Text Example
White with #71679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71679D; }
p { color: rgb(113,103,157); }
H1.HeaderClassName
{
color: #71679D;
}
.AnyTagClassName
{
color: #71679D;
}
</style>
background-color css
<style>
a { background-color: #71679D; }
a { background-color: rgb(113,103,157); }
div.DivClassName
{
background-color: #71679D;
}
.BgClassName
{
background-color: #71679D;
}
</style>
border-color css
<style>
span { border-color: #71679D; }
span { border-color: rgb(113,103,157); }
td.TdClassName
{
border-color: #71679D;
}
.TagClassName
{
border-color: #71679D;
}
</style>