Shades of Flirt #7A2E5E
Tints of Flirt #7A2E5E
RGB
CMYK
RGB Variations
Color information
#7A2E5E (or 0x7A2E5E) is known color: Flirt. HEX triplet: 7A, 2E and 5E. RGB value is (122,46,94). Sum of RGB (Red+Green+Blue) = 122+46+94=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E5E is #85D1A1. Grayscale: #4A4A4A. Windows color (decimal): -8769954 or 6172282. OLE color: 6172282.
HSL color Cylindrical-coordinate representation of color #7A2E5E: hue angle of 322.11º 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 #7A2E5E is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 94 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.52 |
| HSL | 322.11º | 0.45% | 0.33% | - |
| HSV(B) | 322.11º | 0.62% | 0.48% | - |
| XYZ | 11.02 | 6.9 | 11.34 | - |
| YUV | 74.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 94 | 0 | 0.62 | 0.23 | 0.52 | 322.11 | 0.45 | 0.33 |
| Hex | 7A | 2E | 5E | 0 | 3E | 17 | 34 | 142 | 2D | 21 |
| Octal | 172 | 56 | 136 | 0 | 76 | 27 | 64 | 502 | 55 | 41 |
| Binary | 1111010 | 101110 | 1011110 | 0 | 111110 | 10111 | 110100 | 101000010 | 101101 | 100001 |
Color Harmonies of #7A2E5E
Complementary color
Monochromatic Colors of #7A2E5E
Black with #7A2E5E
Text Example
Text Example
White with #7A2E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E5E; }
p { color: rgb(122,46,94); }
H1.HeaderClassName
{
color: #7A2E5E;
}
.AnyTagClassName
{
color: #7A2E5E;
}
</style>
background-color css
<style>
a { background-color: #7A2E5E; }
a { background-color: rgb(122,46,94); }
div.DivClassName
{
background-color: #7A2E5E;
}
.BgClassName
{
background-color: #7A2E5E;
}
</style>
border-color css
<style>
span { border-color: #7A2E5E; }
span { border-color: rgb(122,46,94); }
td.TdClassName
{
border-color: #7A2E5E;
}
.TagClassName
{
border-color: #7A2E5E;
}
</style>