Shades of Flirt #7A314D
Tints of Flirt #7A314D
RGB
CMYK
RGB Variations
Color information
#7A314D (or 0x7A314D) is known color: Flirt. HEX triplet: 7A, 31 and 4D. RGB value is (122,49,77). Sum of RGB (Red+Green+Blue) = 122+49+77=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A314D is #85CEB2. Grayscale: #494949. Windows color (decimal): -8769203 or 5058938. OLE color: 5058938.
HSL color Cylindrical-coordinate representation of color #7A314D: hue angle of 336.99º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A314D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 77 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.52 |
| HSL | 336.99º | 0.43% | 0.34% | - |
| HSV(B) | 336.99º | 0.6% | 0.48% | - |
| XYZ | 10.46 | 6.87 | 7.8 | - |
| YUV | 74.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 77 | 0 | 0.60 | 0.37 | 0.52 | 336.99 | 0.43 | 0.34 |
| Hex | 7A | 31 | 4D | 0 | 3C | 25 | 34 | 151 | 2B | 22 |
| Octal | 172 | 61 | 115 | 0 | 74 | 45 | 64 | 521 | 53 | 42 |
| Binary | 1111010 | 110001 | 1001101 | 0 | 111100 | 100101 | 110100 | 101010001 | 101011 | 100010 |
Color Harmonies of #7A314D
Complementary color
Monochromatic Colors of #7A314D
Black with #7A314D
Text Example
Text Example
White with #7A314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A314D; }
p { color: rgb(122,49,77); }
H1.HeaderClassName
{
color: #7A314D;
}
.AnyTagClassName
{
color: #7A314D;
}
</style>
background-color css
<style>
a { background-color: #7A314D; }
a { background-color: rgb(122,49,77); }
div.DivClassName
{
background-color: #7A314D;
}
.BgClassName
{
background-color: #7A314D;
}
</style>
border-color css
<style>
span { border-color: #7A314D; }
span { border-color: rgb(122,49,77); }
td.TdClassName
{
border-color: #7A314D;
}
.TagClassName
{
border-color: #7A314D;
}
</style>