Shades of Scampi #7058A4
Tints of Scampi #7058A4
RGB
CMYK
RGB Variations
Color information
#7058A4 (or 0x7058A4) is known color: Scampi. HEX triplet: 70, 58 and A4. RGB value is (112,88,164). Sum of RGB (Red+Green+Blue) = 112+88+164=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #7058A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7058A4 is #8FA75B. Grayscale: #676767. Windows color (decimal): -9414492 or 10770544. OLE color: 10770544.
HSL color Cylindrical-coordinate representation of color #7058A4: hue angle of 258.95º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7058A4 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 88 | 164 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.36 |
| HSL | 258.95º | 0.3% | 0.49% | - |
| HSV(B) | 258.95º | 0.46% | 0.64% | - |
| XYZ | 16.87 | 13.1 | 36.76 | - |
| YUV | 103.84 | 161.95 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 164 | 0.32 | 0.46 | 0 | 0.36 | 258.95 | 0.3 | 0.49 |
| Hex | 70 | 58 | A4 | 20 | 2E | 0 | 24 | 103 | 1E | 31 |
| Octal | 160 | 130 | 244 | 40 | 56 | 0 | 44 | 403 | 36 | 61 |
| Binary | 1110000 | 1011000 | 10100100 | 100000 | 101110 | 0 | 100100 | 100000011 | 11110 | 110001 |
Color Harmonies of #7058A4
Complementary color
Monochromatic Colors of #7058A4
Black with #7058A4
Text Example
Text Example
White with #7058A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7058A4; }
p { color: rgb(112,88,164); }
H1.HeaderClassName
{
color: #7058A4;
}
.AnyTagClassName
{
color: #7058A4;
}
</style>
background-color css
<style>
a { background-color: #7058A4; }
a { background-color: rgb(112,88,164); }
div.DivClassName
{
background-color: #7058A4;
}
.BgClassName
{
background-color: #7058A4;
}
</style>
border-color css
<style>
span { border-color: #7058A4; }
span { border-color: rgb(112,88,164); }
td.TdClassName
{
border-color: #7058A4;
}
.TagClassName
{
border-color: #7058A4;
}
</style>