Shades of Scampi #716399
Tints of Scampi #716399
RGB
CMYK
RGB Variations
Color information
#716399 (or 0x716399) is known color: Scampi. HEX triplet: 71, 63 and 99. RGB value is (113,99,153). Sum of RGB (Red+Green+Blue) = 113+99+153=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #716399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716399 is #8E9C66. Grayscale: #6D6D6D. Windows color (decimal): -9346151 or 10052465. OLE color: 10052465.
HSL color Cylindrical-coordinate representation of color #716399: hue angle of 255.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716399 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 99 | 153 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.4 |
| HSL | 255.56º | 0.21% | 0.49% | - |
| HSV(B) | 255.56º | 0.35% | 0.6% | - |
| XYZ | 17.02 | 14.73 | 32.08 | - |
| YUV | 109.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 153 | 0.26 | 0.35 | 0 | 0.4 | 255.56 | 0.21 | 0.49 |
| Hex | 71 | 63 | 99 | 1A | 23 | 0 | 28 | 100 | 15 | 31 |
| Octal | 161 | 143 | 231 | 32 | 43 | 0 | 50 | 400 | 25 | 61 |
| Binary | 1110001 | 1100011 | 10011001 | 11010 | 100011 | 0 | 101000 | 100000000 | 10101 | 110001 |
Color Harmonies of #716399
Complementary color
Monochromatic Colors of #716399
Black with #716399
Text Example
Text Example
White with #716399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716399; }
p { color: rgb(113,99,153); }
H1.HeaderClassName
{
color: #716399;
}
.AnyTagClassName
{
color: #716399;
}
</style>
background-color css
<style>
a { background-color: #716399; }
a { background-color: rgb(113,99,153); }
div.DivClassName
{
background-color: #716399;
}
.BgClassName
{
background-color: #716399;
}
</style>
border-color css
<style>
span { border-color: #716399; }
span { border-color: rgb(113,99,153); }
td.TdClassName
{
border-color: #716399;
}
.TagClassName
{
border-color: #716399;
}
</style>