Shades of Scampi #755FAB
Tints of Scampi #755FAB
RGB
CMYK
RGB Variations
Color information
#755FAB (or 0x755FAB) is known color: Scampi. HEX triplet: 75, 5F and AB. RGB value is (117,95,171). Sum of RGB (Red+Green+Blue) = 117+95+171=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #755FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FAB is #8AA054. Grayscale: #6D6D6D. Windows color (decimal): -9085013 or 11231093. OLE color: 11231093.
HSL color Cylindrical-coordinate representation of color #755FAB: hue angle of 257.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755FAB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 95 | 171 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.33 |
| HSL | 257.37º | 0.31% | 0.52% | - |
| HSV(B) | 257.37º | 0.44% | 0.67% | - |
| XYZ | 18.78 | 14.91 | 40.42 | - |
| YUV | 110.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 171 | 0.32 | 0.44 | 0 | 0.33 | 257.37 | 0.31 | 0.52 |
| Hex | 75 | 5F | AB | 20 | 2C | 0 | 21 | 101 | 1F | 34 |
| Octal | 165 | 137 | 253 | 40 | 54 | 0 | 41 | 401 | 37 | 64 |
| Binary | 1110101 | 1011111 | 10101011 | 100000 | 101100 | 0 | 100001 | 100000001 | 11111 | 110100 |
Color Harmonies of #755FAB
Complementary color
Monochromatic Colors of #755FAB
Black with #755FAB
Text Example
Text Example
White with #755FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FAB; }
p { color: rgb(117,95,171); }
H1.HeaderClassName
{
color: #755FAB;
}
.AnyTagClassName
{
color: #755FAB;
}
</style>
background-color css
<style>
a { background-color: #755FAB; }
a { background-color: rgb(117,95,171); }
div.DivClassName
{
background-color: #755FAB;
}
.BgClassName
{
background-color: #755FAB;
}
</style>
border-color css
<style>
span { border-color: #755FAB; }
span { border-color: rgb(117,95,171); }
td.TdClassName
{
border-color: #755FAB;
}
.TagClassName
{
border-color: #755FAB;
}
</style>