Shades of Scampi #72649D
Tints of Scampi #72649D
RGB
CMYK
RGB Variations
Color information
#72649D (or 0x72649D) is known color: Scampi. HEX triplet: 72, 64 and 9D. RGB value is (114,100,157). Sum of RGB (Red+Green+Blue) = 114+100+157=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #72649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72649D is #8D9B62. Grayscale: #6E6E6E. Windows color (decimal): -9280355 or 10314866. OLE color: 10314866.
HSL color Cylindrical-coordinate representation of color #72649D: hue angle of 254.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72649D is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 100 | 157 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.38 |
| HSL | 254.74º | 0.23% | 0.5% | - |
| HSV(B) | 254.74º | 0.36% | 0.62% | - |
| XYZ | 17.58 | 15.13 | 33.89 | - |
| YUV | 110.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 157 | 0.27 | 0.36 | 0 | 0.38 | 254.74 | 0.23 | 0.5 |
| Hex | 72 | 64 | 9D | 1B | 24 | 0 | 26 | FF | 17 | 32 |
| Octal | 162 | 144 | 235 | 33 | 44 | 0 | 46 | 377 | 27 | 62 |
| Binary | 1110010 | 1100100 | 10011101 | 11011 | 100100 | 0 | 100110 | 11111111 | 10111 | 110010 |
Color Harmonies of #72649D
Complementary color
Monochromatic Colors of #72649D
Black with #72649D
Text Example
Text Example
White with #72649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72649D; }
p { color: rgb(114,100,157); }
H1.HeaderClassName
{
color: #72649D;
}
.AnyTagClassName
{
color: #72649D;
}
</style>
background-color css
<style>
a { background-color: #72649D; }
a { background-color: rgb(114,100,157); }
div.DivClassName
{
background-color: #72649D;
}
.BgClassName
{
background-color: #72649D;
}
</style>
border-color css
<style>
span { border-color: #72649D; }
span { border-color: rgb(114,100,157); }
td.TdClassName
{
border-color: #72649D;
}
.TagClassName
{
border-color: #72649D;
}
</style>