Shades of Flirt #7A2651
Tints of Flirt #7A2651
RGB
CMYK
RGB Variations
Color information
#7A2651 (or 0x7A2651) is known color: Flirt. HEX triplet: 7A, 26 and 51. RGB value is (122,38,81). Sum of RGB (Red+Green+Blue) = 122+38+81=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2651 is #85D9AE. Grayscale: #434343. Windows color (decimal): -8772015 or 5318266. OLE color: 5318266.
HSL color Cylindrical-coordinate representation of color #7A2651: hue angle of 329.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2651 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 81 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.52 |
| HSL | 329.29º | 0.53% | 0.31% | - |
| HSV(B) | 329.29º | 0.69% | 0.48% | - |
| XYZ | 10.2 | 6.12 | 8.43 | - |
| YUV | 68.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 81 | 0 | 0.69 | 0.34 | 0.52 | 329.29 | 0.53 | 0.31 |
| Hex | 7A | 26 | 51 | 0 | 45 | 22 | 34 | 149 | 34 | 1F |
| Octal | 172 | 46 | 121 | 0 | 105 | 42 | 64 | 511 | 64 | 37 |
| Binary | 1111010 | 100110 | 1010001 | 0 | 1000101 | 100010 | 110100 | 101001001 | 110100 | 11111 |
Color Harmonies of #7A2651
Complementary color
Monochromatic Colors of #7A2651
Black with #7A2651
Text Example
Text Example
White with #7A2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2651; }
p { color: rgb(122,38,81); }
H1.HeaderClassName
{
color: #7A2651;
}
.AnyTagClassName
{
color: #7A2651;
}
</style>
background-color css
<style>
a { background-color: #7A2651; }
a { background-color: rgb(122,38,81); }
div.DivClassName
{
background-color: #7A2651;
}
.BgClassName
{
background-color: #7A2651;
}
</style>
border-color css
<style>
span { border-color: #7A2651; }
span { border-color: rgb(122,38,81); }
td.TdClassName
{
border-color: #7A2651;
}
.TagClassName
{
border-color: #7A2651;
}
</style>