Shades of Scampi #746699
Tints of Scampi #746699
RGB
CMYK
RGB Variations
Color information
#746699 (or 0x746699) is known color: Scampi. HEX triplet: 74, 66 and 99. RGB value is (116,102,153). Sum of RGB (Red+Green+Blue) = 116+102+153=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #746699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746699 is #8B9966. Grayscale: #6F6F6F. Windows color (decimal): -9148775 or 10053236. OLE color: 10053236.
HSL color Cylindrical-coordinate representation of color #746699: hue angle of 256.47º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746699 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 102 | 153 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.4 |
| HSL | 256.47º | 0.2% | 0.5% | - |
| HSV(B) | 256.47º | 0.33% | 0.6% | - |
| XYZ | 17.7 | 15.52 | 32.2 | - |
| YUV | 112 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 153 | 0.24 | 0.33 | 0 | 0.4 | 256.47 | 0.2 | 0.5 |
| Hex | 74 | 66 | 99 | 18 | 21 | 0 | 28 | 100 | 14 | 32 |
| Octal | 164 | 146 | 231 | 30 | 41 | 0 | 50 | 400 | 24 | 62 |
| Binary | 1110100 | 1100110 | 10011001 | 11000 | 100001 | 0 | 101000 | 100000000 | 10100 | 110010 |
Color Harmonies of #746699
Complementary color
Monochromatic Colors of #746699
Black with #746699
Text Example
Text Example
White with #746699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746699; }
p { color: rgb(116,102,153); }
H1.HeaderClassName
{
color: #746699;
}
.AnyTagClassName
{
color: #746699;
}
</style>
background-color css
<style>
a { background-color: #746699; }
a { background-color: rgb(116,102,153); }
div.DivClassName
{
background-color: #746699;
}
.BgClassName
{
background-color: #746699;
}
</style>
border-color css
<style>
span { border-color: #746699; }
span { border-color: rgb(116,102,153); }
td.TdClassName
{
border-color: #746699;
}
.TagClassName
{
border-color: #746699;
}
</style>