Shades of Scampi #75639B
Tints of Scampi #75639B
RGB
CMYK
RGB Variations
Color information
#75639B (or 0x75639B) is known color: Scampi. HEX triplet: 75, 63 and 9B. RGB value is (117,99,155). Sum of RGB (Red+Green+Blue) = 117+99+155=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #75639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75639B is #8A9C64. Grayscale: #6E6E6E. Windows color (decimal): -9084005 or 10183541. OLE color: 10183541.
HSL color Cylindrical-coordinate representation of color #75639B: hue angle of 259.29º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75639B is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 99 | 155 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.39 |
| HSL | 259.29º | 0.22% | 0.5% | - |
| HSV(B) | 259.29º | 0.36% | 0.61% | - |
| XYZ | 17.71 | 15.07 | 32.99 | - |
| YUV | 110.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 155 | 0.25 | 0.36 | 0 | 0.39 | 259.29 | 0.22 | 0.5 |
| Hex | 75 | 63 | 9B | 19 | 24 | 0 | 27 | 103 | 16 | 32 |
| Octal | 165 | 143 | 233 | 31 | 44 | 0 | 47 | 403 | 26 | 62 |
| Binary | 1110101 | 1100011 | 10011011 | 11001 | 100100 | 0 | 100111 | 100000011 | 10110 | 110010 |
Color Harmonies of #75639B
Complementary color
Monochromatic Colors of #75639B
Black with #75639B
Text Example
Text Example
White with #75639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75639B; }
p { color: rgb(117,99,155); }
H1.HeaderClassName
{
color: #75639B;
}
.AnyTagClassName
{
color: #75639B;
}
</style>
background-color css
<style>
a { background-color: #75639B; }
a { background-color: rgb(117,99,155); }
div.DivClassName
{
background-color: #75639B;
}
.BgClassName
{
background-color: #75639B;
}
</style>
border-color css
<style>
span { border-color: #75639B; }
span { border-color: rgb(117,99,155); }
td.TdClassName
{
border-color: #75639B;
}
.TagClassName
{
border-color: #75639B;
}
</style>