Shades of Flirt #7A2E5F
Tints of Flirt #7A2E5F
RGB
CMYK
RGB Variations
Color information
#7A2E5F (or 0x7A2E5F) is known color: Flirt. HEX triplet: 7A, 2E and 5F. RGB value is (122,46,95). Sum of RGB (Red+Green+Blue) = 122+46+95=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E5F is #85D1A0. Grayscale: #4A4A4A. Windows color (decimal): -8769953 or 6237818. OLE color: 6237818.
HSL color Cylindrical-coordinate representation of color #7A2E5F: hue angle of 321.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E5F is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 95 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.52 |
| HSL | 321.32º | 0.45% | 0.33% | - |
| HSV(B) | 321.32º | 0.62% | 0.48% | - |
| XYZ | 11.07 | 6.92 | 11.58 | - |
| YUV | 74.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 95 | 0 | 0.62 | 0.22 | 0.52 | 321.32 | 0.45 | 0.33 |
| Hex | 7A | 2E | 5F | 0 | 3E | 16 | 34 | 141 | 2D | 21 |
| Octal | 172 | 56 | 137 | 0 | 76 | 26 | 64 | 501 | 55 | 41 |
| Binary | 1111010 | 101110 | 1011111 | 0 | 111110 | 10110 | 110100 | 101000001 | 101101 | 100001 |
Color Harmonies of #7A2E5F
Complementary color
Monochromatic Colors of #7A2E5F
Black with #7A2E5F
Text Example
Text Example
White with #7A2E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E5F; }
p { color: rgb(122,46,95); }
H1.HeaderClassName
{
color: #7A2E5F;
}
.AnyTagClassName
{
color: #7A2E5F;
}
</style>
background-color css
<style>
a { background-color: #7A2E5F; }
a { background-color: rgb(122,46,95); }
div.DivClassName
{
background-color: #7A2E5F;
}
.BgClassName
{
background-color: #7A2E5F;
}
</style>
border-color css
<style>
span { border-color: #7A2E5F; }
span { border-color: rgb(122,46,95); }
td.TdClassName
{
border-color: #7A2E5F;
}
.TagClassName
{
border-color: #7A2E5F;
}
</style>