Shades of Scampi #71629F
Tints of Scampi #71629F
RGB
CMYK
RGB Variations
Color information
#71629F (or 0x71629F) is known color: Scampi. HEX triplet: 71, 62 and 9F. RGB value is (113,98,159). Sum of RGB (Red+Green+Blue) = 113+98+159=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #71629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71629F is #8E9D60. Grayscale: #6D6D6D. Windows color (decimal): -9346401 or 10445425. OLE color: 10445425.
HSL color Cylindrical-coordinate representation of color #71629F: hue angle of 254.75º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71629F is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 98 | 159 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.38 |
| HSL | 254.75º | 0.24% | 0.5% | - |
| HSV(B) | 254.75º | 0.38% | 0.62% | - |
| XYZ | 17.44 | 14.75 | 34.73 | - |
| YUV | 109.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 159 | 0.29 | 0.38 | 0 | 0.38 | 254.75 | 0.24 | 0.5 |
| Hex | 71 | 62 | 9F | 1D | 26 | 0 | 26 | FF | 18 | 32 |
| Octal | 161 | 142 | 237 | 35 | 46 | 0 | 46 | 377 | 30 | 62 |
| Binary | 1110001 | 1100010 | 10011111 | 11101 | 100110 | 0 | 100110 | 11111111 | 11000 | 110010 |
Color Harmonies of #71629F
Complementary color
Monochromatic Colors of #71629F
Black with #71629F
Text Example
Text Example
White with #71629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71629F; }
p { color: rgb(113,98,159); }
H1.HeaderClassName
{
color: #71629F;
}
.AnyTagClassName
{
color: #71629F;
}
</style>
background-color css
<style>
a { background-color: #71629F; }
a { background-color: rgb(113,98,159); }
div.DivClassName
{
background-color: #71629F;
}
.BgClassName
{
background-color: #71629F;
}
</style>
border-color css
<style>
span { border-color: #71629F; }
span { border-color: rgb(113,98,159); }
td.TdClassName
{
border-color: #71629F;
}
.TagClassName
{
border-color: #71629F;
}
</style>