Shades of Scampi #73619A
Tints of Scampi #73619A
RGB
CMYK
RGB Variations
Color information
#73619A (or 0x73619A) is known color: Scampi. HEX triplet: 73, 61 and 9A. RGB value is (115,97,154). Sum of RGB (Red+Green+Blue) = 115+97+154=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #73619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73619A is #8C9E65. Grayscale: #6C6C6C. Windows color (decimal): -9215590 or 10117491. OLE color: 10117491.
HSL color Cylindrical-coordinate representation of color #73619A: hue angle of 258.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73619A is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 97 | 154 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.40 |
| HSL | 258.95º | 0.23% | 0.49% | - |
| HSV(B) | 258.95º | 0.37% | 0.6% | - |
| XYZ | 17.18 | 14.53 | 32.47 | - |
| YUV | 108.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 154 | 0.25 | 0.37 | 0 | 0.40 | 258.95 | 0.23 | 0.49 |
| Hex | 73 | 61 | 9A | 19 | 25 | 0 | 28 | 103 | 17 | 31 |
| Octal | 163 | 141 | 232 | 31 | 45 | 0 | 50 | 403 | 27 | 61 |
| Binary | 1110011 | 1100001 | 10011010 | 11001 | 100101 | 0 | 101000 | 100000011 | 10111 | 110001 |
Color Harmonies of #73619A
Complementary color
Monochromatic Colors of #73619A
Black with #73619A
Text Example
Text Example
White with #73619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73619A; }
p { color: rgb(115,97,154); }
H1.HeaderClassName
{
color: #73619A;
}
.AnyTagClassName
{
color: #73619A;
}
</style>
background-color css
<style>
a { background-color: #73619A; }
a { background-color: rgb(115,97,154); }
div.DivClassName
{
background-color: #73619A;
}
.BgClassName
{
background-color: #73619A;
}
</style>
border-color css
<style>
span { border-color: #73619A; }
span { border-color: rgb(115,97,154); }
td.TdClassName
{
border-color: #73619A;
}
.TagClassName
{
border-color: #73619A;
}
</style>