Shades of Scampi #75619D
Tints of Scampi #75619D
RGB
CMYK
RGB Variations
Color information
#75619D (or 0x75619D) is known color: Scampi. HEX triplet: 75, 61 and 9D. RGB value is (117,97,157). Sum of RGB (Red+Green+Blue) = 117+97+157=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #75619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75619D is #8A9E62. Grayscale: #6D6D6D. Windows color (decimal): -9084515 or 10314101. OLE color: 10314101.
HSL color Cylindrical-coordinate representation of color #75619D: hue angle of 260º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75619D is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 97 | 157 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.38 |
| HSL | 260º | 0.24% | 0.5% | - |
| HSV(B) | 260º | 0.38% | 0.62% | - |
| XYZ | 17.7 | 14.77 | 33.82 | - |
| YUV | 109.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 157 | 0.25 | 0.38 | 0 | 0.38 | 260 | 0.24 | 0.5 |
| Hex | 75 | 61 | 9D | 19 | 26 | 0 | 26 | 104 | 18 | 32 |
| Octal | 165 | 141 | 235 | 31 | 46 | 0 | 46 | 404 | 30 | 62 |
| Binary | 1110101 | 1100001 | 10011101 | 11001 | 100110 | 0 | 100110 | 100000100 | 11000 | 110010 |
Color Harmonies of #75619D
Complementary color
Monochromatic Colors of #75619D
Black with #75619D
Text Example
Text Example
White with #75619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75619D; }
p { color: rgb(117,97,157); }
H1.HeaderClassName
{
color: #75619D;
}
.AnyTagClassName
{
color: #75619D;
}
</style>
background-color css
<style>
a { background-color: #75619D; }
a { background-color: rgb(117,97,157); }
div.DivClassName
{
background-color: #75619D;
}
.BgClassName
{
background-color: #75619D;
}
</style>
border-color css
<style>
span { border-color: #75619D; }
span { border-color: rgb(117,97,157); }
td.TdClassName
{
border-color: #75619D;
}
.TagClassName
{
border-color: #75619D;
}
</style>