Shades of Scampi #72639F
Tints of Scampi #72639F
RGB
CMYK
RGB Variations
Color information
#72639F (or 0x72639F) is known color: Scampi. HEX triplet: 72, 63 and 9F. RGB value is (114,99,159). Sum of RGB (Red+Green+Blue) = 114+99+159=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #72639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72639F is #8D9C60. Grayscale: #6E6E6E. Windows color (decimal): -9280609 or 10445682. OLE color: 10445682.
HSL color Cylindrical-coordinate representation of color #72639F: hue angle of 255º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72639F is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 99 | 159 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.38 |
| HSL | 255º | 0.24% | 0.51% | - |
| HSV(B) | 255º | 0.38% | 0.62% | - |
| XYZ | 17.66 | 15 | 34.77 | - |
| YUV | 110.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 159 | 0.28 | 0.38 | 0 | 0.38 | 255 | 0.24 | 0.51 |
| Hex | 72 | 63 | 9F | 1C | 26 | 0 | 26 | FF | 18 | 33 |
| Octal | 162 | 143 | 237 | 34 | 46 | 0 | 46 | 377 | 30 | 63 |
| Binary | 1110010 | 1100011 | 10011111 | 11100 | 100110 | 0 | 100110 | 11111111 | 11000 | 110011 |
Color Harmonies of #72639F
Complementary color
Monochromatic Colors of #72639F
Black with #72639F
Text Example
Text Example
White with #72639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72639F; }
p { color: rgb(114,99,159); }
H1.HeaderClassName
{
color: #72639F;
}
.AnyTagClassName
{
color: #72639F;
}
</style>
background-color css
<style>
a { background-color: #72639F; }
a { background-color: rgb(114,99,159); }
div.DivClassName
{
background-color: #72639F;
}
.BgClassName
{
background-color: #72639F;
}
</style>
border-color css
<style>
span { border-color: #72639F; }
span { border-color: rgb(114,99,159); }
td.TdClassName
{
border-color: #72639F;
}
.TagClassName
{
border-color: #72639F;
}
</style>