Shades of Scampi #745DA0
Tints of Scampi #745DA0
RGB
CMYK
RGB Variations
Color information
#745DA0 (or 0x745DA0) is known color: Scampi. HEX triplet: 74, 5D and A0. RGB value is (116,93,160). Sum of RGB (Red+Green+Blue) = 116+93+160=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #745DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DA0 is #8BA25F. Grayscale: #6B6B6B. Windows color (decimal): -9151072 or 10509684. OLE color: 10509684.
HSL color Cylindrical-coordinate representation of color #745DA0: hue angle of 260.6º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745DA0 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 93 | 160 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.37 |
| HSL | 260.6º | 0.26% | 0.5% | - |
| HSV(B) | 260.6º | 0.42% | 0.63% | - |
| XYZ | 17.46 | 14.08 | 35.06 | - |
| YUV | 107.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 160 | 0.28 | 0.42 | 0 | 0.37 | 260.6 | 0.26 | 0.5 |
| Hex | 74 | 5D | A0 | 1C | 2A | 0 | 25 | 105 | 1A | 32 |
| Octal | 164 | 135 | 240 | 34 | 52 | 0 | 45 | 405 | 32 | 62 |
| Binary | 1110100 | 1011101 | 10100000 | 11100 | 101010 | 0 | 100101 | 100000101 | 11010 | 110010 |
Color Harmonies of #745DA0
Complementary color
Monochromatic Colors of #745DA0
Black with #745DA0
Text Example
Text Example
White with #745DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DA0; }
p { color: rgb(116,93,160); }
H1.HeaderClassName
{
color: #745DA0;
}
.AnyTagClassName
{
color: #745DA0;
}
</style>
background-color css
<style>
a { background-color: #745DA0; }
a { background-color: rgb(116,93,160); }
div.DivClassName
{
background-color: #745DA0;
}
.BgClassName
{
background-color: #745DA0;
}
</style>
border-color css
<style>
span { border-color: #745DA0; }
span { border-color: rgb(116,93,160); }
td.TdClassName
{
border-color: #745DA0;
}
.TagClassName
{
border-color: #745DA0;
}
</style>