Shades of Scampi #705FA4
Tints of Scampi #705FA4
RGB
CMYK
RGB Variations
Color information
#705FA4 (or 0x705FA4) is known color: Scampi. HEX triplet: 70, 5F and A4. RGB value is (112,95,164). Sum of RGB (Red+Green+Blue) = 112+95+164=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #705FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FA4 is #8FA05B. Grayscale: #6B6B6B. Windows color (decimal): -9412700 or 10772336. OLE color: 10772336.
HSL color Cylindrical-coordinate representation of color #705FA4: hue angle of 254.78º 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 #705FA4 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 95 | 164 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.36 |
| HSL | 254.78º | 0.27% | 0.51% | - |
| HSV(B) | 254.78º | 0.42% | 0.64% | - |
| XYZ | 17.48 | 14.31 | 36.96 | - |
| YUV | 107.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 164 | 0.32 | 0.42 | 0 | 0.36 | 254.78 | 0.27 | 0.51 |
| Hex | 70 | 5F | A4 | 20 | 2A | 0 | 24 | FF | 1B | 33 |
| Octal | 160 | 137 | 244 | 40 | 52 | 0 | 44 | 377 | 33 | 63 |
| Binary | 1110000 | 1011111 | 10100100 | 100000 | 101010 | 0 | 100100 | 11111111 | 11011 | 110011 |
Color Harmonies of #705FA4
Complementary color
Monochromatic Colors of #705FA4
Black with #705FA4
Text Example
Text Example
White with #705FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FA4; }
p { color: rgb(112,95,164); }
H1.HeaderClassName
{
color: #705FA4;
}
.AnyTagClassName
{
color: #705FA4;
}
</style>
background-color css
<style>
a { background-color: #705FA4; }
a { background-color: rgb(112,95,164); }
div.DivClassName
{
background-color: #705FA4;
}
.BgClassName
{
background-color: #705FA4;
}
</style>
border-color css
<style>
span { border-color: #705FA4; }
span { border-color: rgb(112,95,164); }
td.TdClassName
{
border-color: #705FA4;
}
.TagClassName
{
border-color: #705FA4;
}
</style>