Shades of Scampi #746693
Tints of Scampi #746693
RGB
CMYK
RGB Variations
Color information
#746693 (or 0x746693) is known color: Scampi. HEX triplet: 74, 66 and 93. RGB value is (116,102,147). Sum of RGB (Red+Green+Blue) = 116+102+147=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #746693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746693 is #8B996C. Grayscale: #6F6F6F. Windows color (decimal): -9148781 or 9660020. OLE color: 9660020.
HSL color Cylindrical-coordinate representation of color #746693: hue angle of 258.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746693 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 102 | 147 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.42 |
| HSL | 258.67º | 0.18% | 0.49% | - |
| HSV(B) | 258.67º | 0.31% | 0.58% | - |
| XYZ | 17.22 | 15.32 | 29.65 | - |
| YUV | 111.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 147 | 0.21 | 0.31 | 0 | 0.42 | 258.67 | 0.18 | 0.49 |
| Hex | 74 | 66 | 93 | 15 | 1F | 0 | 2A | 103 | 12 | 31 |
| Octal | 164 | 146 | 223 | 25 | 37 | 0 | 52 | 403 | 22 | 61 |
| Binary | 1110100 | 1100110 | 10010011 | 10101 | 11111 | 0 | 101010 | 100000011 | 10010 | 110001 |
Color Harmonies of #746693
Complementary color
Monochromatic Colors of #746693
Black with #746693
Text Example
Text Example
White with #746693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746693; }
p { color: rgb(116,102,147); }
H1.HeaderClassName
{
color: #746693;
}
.AnyTagClassName
{
color: #746693;
}
</style>
background-color css
<style>
a { background-color: #746693; }
a { background-color: rgb(116,102,147); }
div.DivClassName
{
background-color: #746693;
}
.BgClassName
{
background-color: #746693;
}
</style>
border-color css
<style>
span { border-color: #746693; }
span { border-color: rgb(116,102,147); }
td.TdClassName
{
border-color: #746693;
}
.TagClassName
{
border-color: #746693;
}
</style>