Shades of Scampi #74619E
Tints of Scampi #74619E
RGB
CMYK
RGB Variations
Color information
#74619E (or 0x74619E) is known color: Scampi. HEX triplet: 74, 61 and 9E. RGB value is (116,97,158). Sum of RGB (Red+Green+Blue) = 116+97+158=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #74619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74619E is #8B9E61. Grayscale: #6D6D6D. Windows color (decimal): -9150050 or 10379636. OLE color: 10379636.
HSL color Cylindrical-coordinate representation of color #74619E: hue angle of 258.69º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74619E is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 97 | 158 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.38 |
| HSL | 258.69º | 0.24% | 0.5% | - |
| HSV(B) | 258.69º | 0.39% | 0.62% | - |
| XYZ | 17.65 | 14.73 | 34.26 | - |
| YUV | 109.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 158 | 0.27 | 0.39 | 0 | 0.38 | 258.69 | 0.24 | 0.5 |
| Hex | 74 | 61 | 9E | 1B | 27 | 0 | 26 | 103 | 18 | 32 |
| Octal | 164 | 141 | 236 | 33 | 47 | 0 | 46 | 403 | 30 | 62 |
| Binary | 1110100 | 1100001 | 10011110 | 11011 | 100111 | 0 | 100110 | 100000011 | 11000 | 110010 |
Color Harmonies of #74619E
Complementary color
Monochromatic Colors of #74619E
Black with #74619E
Text Example
Text Example
White with #74619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74619E; }
p { color: rgb(116,97,158); }
H1.HeaderClassName
{
color: #74619E;
}
.AnyTagClassName
{
color: #74619E;
}
</style>
background-color css
<style>
a { background-color: #74619E; }
a { background-color: rgb(116,97,158); }
div.DivClassName
{
background-color: #74619E;
}
.BgClassName
{
background-color: #74619E;
}
</style>
border-color css
<style>
span { border-color: #74619E; }
span { border-color: rgb(116,97,158); }
td.TdClassName
{
border-color: #74619E;
}
.TagClassName
{
border-color: #74619E;
}
</style>