Shades of Flirt #7A355F
Tints of Flirt #7A355F
RGB
CMYK
RGB Variations
Color information
#7A355F (or 0x7A355F) is known color: Flirt. HEX triplet: 7A, 35 and 5F. RGB value is (122,53,95). Sum of RGB (Red+Green+Blue) = 122+53+95=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A355F is #85CAA0. Grayscale: #4E4E4E. Windows color (decimal): -8768161 or 6239610. OLE color: 6239610.
HSL color Cylindrical-coordinate representation of color #7A355F: hue angle of 323.48º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A355F is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 95 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.52 |
| HSL | 323.48º | 0.39% | 0.34% | - |
| HSV(B) | 323.48º | 0.57% | 0.48% | - |
| XYZ | 11.36 | 7.51 | 11.68 | - |
| YUV | 78.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 95 | 0 | 0.57 | 0.22 | 0.52 | 323.48 | 0.39 | 0.34 |
| Hex | 7A | 35 | 5F | 0 | 39 | 16 | 34 | 143 | 27 | 22 |
| Octal | 172 | 65 | 137 | 0 | 71 | 26 | 64 | 503 | 47 | 42 |
| Binary | 1111010 | 110101 | 1011111 | 0 | 111001 | 10110 | 110100 | 101000011 | 100111 | 100010 |
Color Harmonies of #7A355F
Complementary color
Monochromatic Colors of #7A355F
Black with #7A355F
Text Example
Text Example
White with #7A355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A355F; }
p { color: rgb(122,53,95); }
H1.HeaderClassName
{
color: #7A355F;
}
.AnyTagClassName
{
color: #7A355F;
}
</style>
background-color css
<style>
a { background-color: #7A355F; }
a { background-color: rgb(122,53,95); }
div.DivClassName
{
background-color: #7A355F;
}
.BgClassName
{
background-color: #7A355F;
}
</style>
border-color css
<style>
span { border-color: #7A355F; }
span { border-color: rgb(122,53,95); }
td.TdClassName
{
border-color: #7A355F;
}
.TagClassName
{
border-color: #7A355F;
}
</style>