Shades of Scampi #745C9F
Tints of Scampi #745C9F
RGB
CMYK
RGB Variations
Color information
#745C9F (or 0x745C9F) is known color: Scampi. HEX triplet: 74, 5C and 9F. RGB value is (116,92,159). Sum of RGB (Red+Green+Blue) = 116+92+159=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #745C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C9F is #8BA360. Grayscale: #6A6A6A. Windows color (decimal): -9151329 or 10443892. OLE color: 10443892.
HSL color Cylindrical-coordinate representation of color #745C9F: hue angle of 261.49º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745C9F is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 92 | 159 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.38 |
| HSL | 261.49º | 0.27% | 0.49% | - |
| HSV(B) | 261.49º | 0.42% | 0.62% | - |
| XYZ | 17.29 | 13.87 | 34.57 | - |
| YUV | 106.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 159 | 0.27 | 0.42 | 0 | 0.38 | 261.49 | 0.27 | 0.49 |
| Hex | 74 | 5C | 9F | 1B | 2A | 0 | 26 | 105 | 1B | 31 |
| Octal | 164 | 134 | 237 | 33 | 52 | 0 | 46 | 405 | 33 | 61 |
| Binary | 1110100 | 1011100 | 10011111 | 11011 | 101010 | 0 | 100110 | 100000101 | 11011 | 110001 |
Color Harmonies of #745C9F
Complementary color
Monochromatic Colors of #745C9F
Black with #745C9F
Text Example
Text Example
White with #745C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C9F; }
p { color: rgb(116,92,159); }
H1.HeaderClassName
{
color: #745C9F;
}
.AnyTagClassName
{
color: #745C9F;
}
</style>
background-color css
<style>
a { background-color: #745C9F; }
a { background-color: rgb(116,92,159); }
div.DivClassName
{
background-color: #745C9F;
}
.BgClassName
{
background-color: #745C9F;
}
</style>
border-color css
<style>
span { border-color: #745C9F; }
span { border-color: rgb(116,92,159); }
td.TdClassName
{
border-color: #745C9F;
}
.TagClassName
{
border-color: #745C9F;
}
</style>