Shades of Scampi #63519F
Tints of Scampi #63519F
RGB
CMYK
RGB Variations
Color information
#63519F (or 0x63519F) is known color: Scampi. HEX triplet: 63, 51 and 9F. RGB value is (99,81,159). Sum of RGB (Red+Green+Blue) = 99+81+159=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #63519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63519F is #9CAE60. Grayscale: #5E5E5E. Windows color (decimal): -10268257 or 10441059. OLE color: 10441059.
HSL color Cylindrical-coordinate representation of color #63519F: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63519F is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 81 | 159 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.38 |
| HSL | 253.85º | 0.33% | 0.47% | - |
| HSV(B) | 253.85º | 0.49% | 0.62% | - |
| XYZ | 14.35 | 11.04 | 34.18 | - |
| YUV | 95.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 159 | 0.38 | 0.49 | 0 | 0.38 | 253.85 | 0.33 | 0.47 |
| Hex | 63 | 51 | 9F | 26 | 31 | 0 | 26 | FE | 20 | 2F |
| Octal | 143 | 121 | 237 | 46 | 61 | 0 | 46 | 376 | 40 | 57 |
| Binary | 1100011 | 1010001 | 10011111 | 100110 | 110001 | 0 | 100110 | 11111110 | 100000 | 101111 |
Color Harmonies of #63519F
Complementary color
Monochromatic Colors of #63519F
Black with #63519F
Text Example
Text Example
White with #63519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63519F; }
p { color: rgb(99,81,159); }
H1.HeaderClassName
{
color: #63519F;
}
.AnyTagClassName
{
color: #63519F;
}
</style>
background-color css
<style>
a { background-color: #63519F; }
a { background-color: rgb(99,81,159); }
div.DivClassName
{
background-color: #63519F;
}
.BgClassName
{
background-color: #63519F;
}
</style>
border-color css
<style>
span { border-color: #63519F; }
span { border-color: rgb(99,81,159); }
td.TdClassName
{
border-color: #63519F;
}
.TagClassName
{
border-color: #63519F;
}
</style>