Shades of Scampi #746599
Tints of Scampi #746599
RGB
CMYK
RGB Variations
Color information
#746599 (or 0x746599) is known color: Scampi. HEX triplet: 74, 65 and 99. RGB value is (116,101,153). Sum of RGB (Red+Green+Blue) = 116+101+153=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #746599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746599 is #8B9A66. Grayscale: #6F6F6F. Windows color (decimal): -9149031 or 10052980. OLE color: 10052980.
HSL color Cylindrical-coordinate representation of color #746599: hue angle of 257.31º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746599 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 101 | 153 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.4 |
| HSL | 257.31º | 0.2% | 0.5% | - |
| HSV(B) | 257.31º | 0.34% | 0.6% | - |
| XYZ | 17.61 | 15.32 | 32.17 | - |
| YUV | 111.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 153 | 0.24 | 0.34 | 0 | 0.4 | 257.31 | 0.2 | 0.5 |
| Hex | 74 | 65 | 99 | 18 | 22 | 0 | 28 | 101 | 14 | 32 |
| Octal | 164 | 145 | 231 | 30 | 42 | 0 | 50 | 401 | 24 | 62 |
| Binary | 1110100 | 1100101 | 10011001 | 11000 | 100010 | 0 | 101000 | 100000001 | 10100 | 110010 |
Color Harmonies of #746599
Complementary color
Monochromatic Colors of #746599
Black with #746599
Text Example
Text Example
White with #746599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746599; }
p { color: rgb(116,101,153); }
H1.HeaderClassName
{
color: #746599;
}
.AnyTagClassName
{
color: #746599;
}
</style>
background-color css
<style>
a { background-color: #746599; }
a { background-color: rgb(116,101,153); }
div.DivClassName
{
background-color: #746599;
}
.BgClassName
{
background-color: #746599;
}
</style>
border-color css
<style>
span { border-color: #746599; }
span { border-color: rgb(116,101,153); }
td.TdClassName
{
border-color: #746599;
}
.TagClassName
{
border-color: #746599;
}
</style>