Shades of Scampi #755FA4
Tints of Scampi #755FA4
RGB
CMYK
RGB Variations
Color information
#755FA4 (or 0x755FA4) is known color: Scampi. HEX triplet: 75, 5F and A4. RGB value is (117,95,164). Sum of RGB (Red+Green+Blue) = 117+95+164=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #755FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FA4 is #8AA05B. Grayscale: #6D6D6D. Windows color (decimal): -9085020 or 10772341. OLE color: 10772341.
HSL color Cylindrical-coordinate representation of color #755FA4: hue angle of 259.13º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755FA4 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 95 | 164 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.36 |
| HSL | 259.13º | 0.27% | 0.51% | - |
| HSV(B) | 259.13º | 0.42% | 0.64% | - |
| XYZ | 18.13 | 14.65 | 36.99 | - |
| YUV | 109.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 164 | 0.29 | 0.42 | 0 | 0.36 | 259.13 | 0.27 | 0.51 |
| Hex | 75 | 5F | A4 | 1D | 2A | 0 | 24 | 103 | 1B | 33 |
| Octal | 165 | 137 | 244 | 35 | 52 | 0 | 44 | 403 | 33 | 63 |
| Binary | 1110101 | 1011111 | 10100100 | 11101 | 101010 | 0 | 100100 | 100000011 | 11011 | 110011 |
Color Harmonies of #755FA4
Complementary color
Monochromatic Colors of #755FA4
Black with #755FA4
Text Example
Text Example
White with #755FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FA4; }
p { color: rgb(117,95,164); }
H1.HeaderClassName
{
color: #755FA4;
}
.AnyTagClassName
{
color: #755FA4;
}
</style>
background-color css
<style>
a { background-color: #755FA4; }
a { background-color: rgb(117,95,164); }
div.DivClassName
{
background-color: #755FA4;
}
.BgClassName
{
background-color: #755FA4;
}
</style>
border-color css
<style>
span { border-color: #755FA4; }
span { border-color: rgb(117,95,164); }
td.TdClassName
{
border-color: #755FA4;
}
.TagClassName
{
border-color: #755FA4;
}
</style>