Shades of Scampi #7267A1
Tints of Scampi #7267A1
RGB
CMYK
RGB Variations
Color information
#7267A1 (or 0x7267A1) is known color: Scampi. HEX triplet: 72, 67 and A1. RGB value is (114,103,161). Sum of RGB (Red+Green+Blue) = 114+103+161=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 161 - color contains mainly: blue. Hex color #7267A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7267A1 is #8D985E. Grayscale: #707070. Windows color (decimal): -9279583 or 10577778. OLE color: 10577778.
HSL color Cylindrical-coordinate representation of color #7267A1: hue angle of 251.38º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7267A1 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 103 | 161 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.37 |
| HSL | 251.38º | 0.24% | 0.52% | - |
| HSV(B) | 251.38º | 0.36% | 0.63% | - |
| XYZ | 18.22 | 15.85 | 35.82 | - |
| YUV | 112.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 161 | 0.29 | 0.36 | 0 | 0.37 | 251.38 | 0.24 | 0.52 |
| Hex | 72 | 67 | A1 | 1D | 24 | 0 | 25 | FB | 18 | 34 |
| Octal | 162 | 147 | 241 | 35 | 44 | 0 | 45 | 373 | 30 | 64 |
| Binary | 1110010 | 1100111 | 10100001 | 11101 | 100100 | 0 | 100101 | 11111011 | 11000 | 110100 |
Color Harmonies of #7267A1
Complementary color
Monochromatic Colors of #7267A1
Black with #7267A1
Text Example
Text Example
White with #7267A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7267A1; }
p { color: rgb(114,103,161); }
H1.HeaderClassName
{
color: #7267A1;
}
.AnyTagClassName
{
color: #7267A1;
}
</style>
background-color css
<style>
a { background-color: #7267A1; }
a { background-color: rgb(114,103,161); }
div.DivClassName
{
background-color: #7267A1;
}
.BgClassName
{
background-color: #7267A1;
}
</style>
border-color css
<style>
span { border-color: #7267A1; }
span { border-color: rgb(114,103,161); }
td.TdClassName
{
border-color: #7267A1;
}
.TagClassName
{
border-color: #7267A1;
}
</style>