Shades of Scampi #7258A6
Tints of Scampi #7258A6
RGB
CMYK
RGB Variations
Color information
#7258A6 (or 0x7258A6) is known color: Scampi. HEX triplet: 72, 58 and A6. RGB value is (114,88,166). Sum of RGB (Red+Green+Blue) = 114+88+166=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #7258A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7258A6 is #8DA759. Grayscale: #686868. Windows color (decimal): -9283418 or 10901618. OLE color: 10901618.
HSL color Cylindrical-coordinate representation of color #7258A6: hue angle of 260º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7258A6 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 88 | 166 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.35 |
| HSL | 260º | 0.31% | 0.5% | - |
| HSV(B) | 260º | 0.47% | 0.65% | - |
| XYZ | 17.31 | 13.31 | 37.73 | - |
| YUV | 104.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 166 | 0.31 | 0.47 | 0 | 0.35 | 260 | 0.31 | 0.5 |
| Hex | 72 | 58 | A6 | 1F | 2F | 0 | 23 | 104 | 1F | 32 |
| Octal | 162 | 130 | 246 | 37 | 57 | 0 | 43 | 404 | 37 | 62 |
| Binary | 1110010 | 1011000 | 10100110 | 11111 | 101111 | 0 | 100011 | 100000100 | 11111 | 110010 |
Color Harmonies of #7258A6
Complementary color
Monochromatic Colors of #7258A6
Black with #7258A6
Text Example
Text Example
White with #7258A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7258A6; }
p { color: rgb(114,88,166); }
H1.HeaderClassName
{
color: #7258A6;
}
.AnyTagClassName
{
color: #7258A6;
}
</style>
background-color css
<style>
a { background-color: #7258A6; }
a { background-color: rgb(114,88,166); }
div.DivClassName
{
background-color: #7258A6;
}
.BgClassName
{
background-color: #7258A6;
}
</style>
border-color css
<style>
span { border-color: #7258A6; }
span { border-color: rgb(114,88,166); }
td.TdClassName
{
border-color: #7258A6;
}
.TagClassName
{
border-color: #7258A6;
}
</style>