Shades of Scampi #746595
Tints of Scampi #746595
RGB
CMYK
RGB Variations
Color information
#746595 (or 0x746595) is known color: Scampi. HEX triplet: 74, 65 and 95. RGB value is (116,101,149). Sum of RGB (Red+Green+Blue) = 116+101+149=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #746595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746595 is #8B9A6A. Grayscale: #6E6E6E. Windows color (decimal): -9149035 or 9790836. OLE color: 9790836.
HSL color Cylindrical-coordinate representation of color #746595: hue angle of 258.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #746595 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 101 | 149 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.42 |
| HSL | 258.75º | 0.19% | 0.49% | - |
| HSV(B) | 258.75º | 0.32% | 0.58% | - |
| XYZ | 17.28 | 15.19 | 30.45 | - |
| YUV | 110.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 149 | 0.22 | 0.32 | 0 | 0.42 | 258.75 | 0.19 | 0.49 |
| Hex | 74 | 65 | 95 | 16 | 20 | 0 | 2A | 103 | 13 | 31 |
| Octal | 164 | 145 | 225 | 26 | 40 | 0 | 52 | 403 | 23 | 61 |
| Binary | 1110100 | 1100101 | 10010101 | 10110 | 100000 | 0 | 101010 | 100000011 | 10011 | 110001 |
Color Harmonies of #746595
Complementary color
Monochromatic Colors of #746595
Black with #746595
Text Example
Text Example
White with #746595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746595; }
p { color: rgb(116,101,149); }
H1.HeaderClassName
{
color: #746595;
}
.AnyTagClassName
{
color: #746595;
}
</style>
background-color css
<style>
a { background-color: #746595; }
a { background-color: rgb(116,101,149); }
div.DivClassName
{
background-color: #746595;
}
.BgClassName
{
background-color: #746595;
}
</style>
border-color css
<style>
span { border-color: #746595; }
span { border-color: rgb(116,101,149); }
td.TdClassName
{
border-color: #746595;
}
.TagClassName
{
border-color: #746595;
}
</style>