Shades of Scampi #7561A4
Tints of Scampi #7561A4
RGB
CMYK
RGB Variations
Color information
#7561A4 (or 0x7561A4) is known color: Scampi. HEX triplet: 75, 61 and A4. RGB value is (117,97,164). Sum of RGB (Red+Green+Blue) = 117+97+164=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #7561A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7561A4 is #8A9E5B. Grayscale: #6E6E6E. Windows color (decimal): -9084508 or 10772853. OLE color: 10772853.
HSL color Cylindrical-coordinate representation of color #7561A4: hue angle of 257.91º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7561A4 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 97 | 164 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.36 |
| HSL | 257.91º | 0.27% | 0.51% | - |
| HSV(B) | 257.91º | 0.41% | 0.64% | - |
| XYZ | 18.31 | 15.01 | 37.05 | - |
| YUV | 110.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 164 | 0.29 | 0.41 | 0 | 0.36 | 257.91 | 0.27 | 0.51 |
| Hex | 75 | 61 | A4 | 1D | 29 | 0 | 24 | 102 | 1B | 33 |
| Octal | 165 | 141 | 244 | 35 | 51 | 0 | 44 | 402 | 33 | 63 |
| Binary | 1110101 | 1100001 | 10100100 | 11101 | 101001 | 0 | 100100 | 100000010 | 11011 | 110011 |
Color Harmonies of #7561A4
Complementary color
Monochromatic Colors of #7561A4
Black with #7561A4
Text Example
Text Example
White with #7561A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561A4; }
p { color: rgb(117,97,164); }
H1.HeaderClassName
{
color: #7561A4;
}
.AnyTagClassName
{
color: #7561A4;
}
</style>
background-color css
<style>
a { background-color: #7561A4; }
a { background-color: rgb(117,97,164); }
div.DivClassName
{
background-color: #7561A4;
}
.BgClassName
{
background-color: #7561A4;
}
</style>
border-color css
<style>
span { border-color: #7561A4; }
span { border-color: rgb(117,97,164); }
td.TdClassName
{
border-color: #7561A4;
}
.TagClassName
{
border-color: #7561A4;
}
</style>