Shades of Flirt #7A254E
Tints of Flirt #7A254E
RGB
CMYK
RGB Variations
Color information
#7A254E (or 0x7A254E) is known color: Flirt. HEX triplet: 7A, 25 and 4E. RGB value is (122,37,78). Sum of RGB (Red+Green+Blue) = 122+37+78=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A254E is #85DAB1. Grayscale: #434343. Windows color (decimal): -8772274 or 5121402. OLE color: 5121402.
HSL color Cylindrical-coordinate representation of color #7A254E: hue angle of 331.06º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A254E is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 37 | 78 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.52 |
| HSL | 331.06º | 0.53% | 0.31% | - |
| HSV(B) | 331.06º | 0.7% | 0.48% | - |
| XYZ | 10.06 | 6.01 | 7.84 | - |
| YUV | 67.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 78 | 0 | 0.70 | 0.36 | 0.52 | 331.06 | 0.53 | 0.31 |
| Hex | 7A | 25 | 4E | 0 | 46 | 24 | 34 | 14B | 35 | 1F |
| Octal | 172 | 45 | 116 | 0 | 106 | 44 | 64 | 513 | 65 | 37 |
| Binary | 1111010 | 100101 | 1001110 | 0 | 1000110 | 100100 | 110100 | 101001011 | 110101 | 11111 |
Color Harmonies of #7A254E
Complementary color
Monochromatic Colors of #7A254E
Black with #7A254E
Text Example
Text Example
White with #7A254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A254E; }
p { color: rgb(122,37,78); }
H1.HeaderClassName
{
color: #7A254E;
}
.AnyTagClassName
{
color: #7A254E;
}
</style>
background-color css
<style>
a { background-color: #7A254E; }
a { background-color: rgb(122,37,78); }
div.DivClassName
{
background-color: #7A254E;
}
.BgClassName
{
background-color: #7A254E;
}
</style>
border-color css
<style>
span { border-color: #7A254E; }
span { border-color: rgb(122,37,78); }
td.TdClassName
{
border-color: #7A254E;
}
.TagClassName
{
border-color: #7A254E;
}
</style>