Shades of Scampi #71679F
Tints of Scampi #71679F
RGB
CMYK
RGB Variations
Color information
#71679F (or 0x71679F) is known color: Scampi. HEX triplet: 71, 67 and 9F. RGB value is (113,103,159). Sum of RGB (Red+Green+Blue) = 113+103+159=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #71679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71679F is #8E9860. Grayscale: #707070. Windows color (decimal): -9345121 or 10446705. OLE color: 10446705.
HSL color Cylindrical-coordinate representation of color #71679F: hue angle of 250.71º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71679F is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 103 | 159 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.38 |
| HSL | 250.71º | 0.23% | 0.51% | - |
| HSV(B) | 250.71º | 0.35% | 0.62% | - |
| XYZ | 17.92 | 15.71 | 34.89 | - |
| YUV | 112.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 159 | 0.29 | 0.35 | 0 | 0.38 | 250.71 | 0.23 | 0.51 |
| Hex | 71 | 67 | 9F | 1D | 23 | 0 | 26 | FB | 17 | 33 |
| Octal | 161 | 147 | 237 | 35 | 43 | 0 | 46 | 373 | 27 | 63 |
| Binary | 1110001 | 1100111 | 10011111 | 11101 | 100011 | 0 | 100110 | 11111011 | 10111 | 110011 |
Color Harmonies of #71679F
Complementary color
Monochromatic Colors of #71679F
Black with #71679F
Text Example
Text Example
White with #71679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71679F; }
p { color: rgb(113,103,159); }
H1.HeaderClassName
{
color: #71679F;
}
.AnyTagClassName
{
color: #71679F;
}
</style>
background-color css
<style>
a { background-color: #71679F; }
a { background-color: rgb(113,103,159); }
div.DivClassName
{
background-color: #71679F;
}
.BgClassName
{
background-color: #71679F;
}
</style>
border-color css
<style>
span { border-color: #71679F; }
span { border-color: rgb(113,103,159); }
td.TdClassName
{
border-color: #71679F;
}
.TagClassName
{
border-color: #71679F;
}
</style>