Shades of Flirt #7A2F5E
Tints of Flirt #7A2F5E
RGB
CMYK
RGB Variations
Color information
#7A2F5E (or 0x7A2F5E) is known color: Flirt. HEX triplet: 7A, 2F and 5E. RGB value is (122,47,94). Sum of RGB (Red+Green+Blue) = 122+47+94=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2F5E is #85D0A1. Grayscale: #4A4A4A. Windows color (decimal): -8769698 or 6172538. OLE color: 6172538.
HSL color Cylindrical-coordinate representation of color #7A2F5E: hue angle of 322.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A2F5E is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 47 | 94 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.52 |
| HSL | 322.4º | 0.44% | 0.33% | - |
| HSV(B) | 322.4º | 0.61% | 0.48% | - |
| XYZ | 11.06 | 6.98 | 11.35 | - |
| YUV | 74.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 94 | 0 | 0.61 | 0.23 | 0.52 | 322.4 | 0.44 | 0.33 |
| Hex | 7A | 2F | 5E | 0 | 3D | 17 | 34 | 142 | 2C | 21 |
| Octal | 172 | 57 | 136 | 0 | 75 | 27 | 64 | 502 | 54 | 41 |
| Binary | 1111010 | 101111 | 1011110 | 0 | 111101 | 10111 | 110100 | 101000010 | 101100 | 100001 |
Color Harmonies of #7A2F5E
Complementary color
Monochromatic Colors of #7A2F5E
Black with #7A2F5E
Text Example
Text Example
White with #7A2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2F5E; }
p { color: rgb(122,47,94); }
H1.HeaderClassName
{
color: #7A2F5E;
}
.AnyTagClassName
{
color: #7A2F5E;
}
</style>
background-color css
<style>
a { background-color: #7A2F5E; }
a { background-color: rgb(122,47,94); }
div.DivClassName
{
background-color: #7A2F5E;
}
.BgClassName
{
background-color: #7A2F5E;
}
</style>
border-color css
<style>
span { border-color: #7A2F5E; }
span { border-color: rgb(122,47,94); }
td.TdClassName
{
border-color: #7A2F5E;
}
.TagClassName
{
border-color: #7A2F5E;
}
</style>