Shades of Flirt #7A2C5B
Tints of Flirt #7A2C5B
RGB
CMYK
RGB Variations
Color information
#7A2C5B (or 0x7A2C5B) is known color: Flirt. HEX triplet: 7A, 2C and 5B. RGB value is (122,44,91). Sum of RGB (Red+Green+Blue) = 122+44+91=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2C5B is #85D3A4. Grayscale: #484848. Windows color (decimal): -8770469 or 5975162. OLE color: 5975162.
HSL color Cylindrical-coordinate representation of color #7A2C5B: hue angle of 323.85º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A2C5B is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 91 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.52 |
| HSL | 323.85º | 0.47% | 0.33% | - |
| HSV(B) | 323.85º | 0.64% | 0.48% | - |
| XYZ | 10.82 | 6.69 | 10.62 | - |
| YUV | 72.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 91 | 0 | 0.64 | 0.25 | 0.52 | 323.85 | 0.47 | 0.33 |
| Hex | 7A | 2C | 5B | 0 | 40 | 19 | 34 | 144 | 2F | 21 |
| Octal | 172 | 54 | 133 | 0 | 100 | 31 | 64 | 504 | 57 | 41 |
| Binary | 1111010 | 101100 | 1011011 | 0 | 1000000 | 11001 | 110100 | 101000100 | 101111 | 100001 |
Color Harmonies of #7A2C5B
Complementary color
Monochromatic Colors of #7A2C5B
Black with #7A2C5B
Text Example
Text Example
White with #7A2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C5B; }
p { color: rgb(122,44,91); }
H1.HeaderClassName
{
color: #7A2C5B;
}
.AnyTagClassName
{
color: #7A2C5B;
}
</style>
background-color css
<style>
a { background-color: #7A2C5B; }
a { background-color: rgb(122,44,91); }
div.DivClassName
{
background-color: #7A2C5B;
}
.BgClassName
{
background-color: #7A2C5B;
}
</style>
border-color css
<style>
span { border-color: #7A2C5B; }
span { border-color: rgb(122,44,91); }
td.TdClassName
{
border-color: #7A2C5B;
}
.TagClassName
{
border-color: #7A2C5B;
}
</style>