Shades of Flirt #7A2354
Tints of Flirt #7A2354
RGB
CMYK
RGB Variations
Color information
#7A2354 (or 0x7A2354) is known color: Flirt. HEX triplet: 7A, 23 and 54. RGB value is (122,35,84). Sum of RGB (Red+Green+Blue) = 122+35+84=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2354 is #85DCAB. Grayscale: #424242. Windows color (decimal): -8772780 or 5514106. OLE color: 5514106.
HSL color Cylindrical-coordinate representation of color #7A2354: hue angle of 326.21º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A2354 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 35 | 84 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.52 |
| HSL | 326.21º | 0.55% | 0.31% | - |
| HSV(B) | 326.21º | 0.71% | 0.48% | - |
| XYZ | 10.23 | 5.98 | 9 | - |
| YUV | 66.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 84 | 0 | 0.71 | 0.31 | 0.52 | 326.21 | 0.55 | 0.31 |
| Hex | 7A | 23 | 54 | 0 | 47 | 1F | 34 | 146 | 37 | 1F |
| Octal | 172 | 43 | 124 | 0 | 107 | 37 | 64 | 506 | 67 | 37 |
| Binary | 1111010 | 100011 | 1010100 | 0 | 1000111 | 11111 | 110100 | 101000110 | 110111 | 11111 |
Color Harmonies of #7A2354
Complementary color
Monochromatic Colors of #7A2354
Black with #7A2354
Text Example
Text Example
White with #7A2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2354; }
p { color: rgb(122,35,84); }
H1.HeaderClassName
{
color: #7A2354;
}
.AnyTagClassName
{
color: #7A2354;
}
</style>
background-color css
<style>
a { background-color: #7A2354; }
a { background-color: rgb(122,35,84); }
div.DivClassName
{
background-color: #7A2354;
}
.BgClassName
{
background-color: #7A2354;
}
</style>
border-color css
<style>
span { border-color: #7A2354; }
span { border-color: rgb(122,35,84); }
td.TdClassName
{
border-color: #7A2354;
}
.TagClassName
{
border-color: #7A2354;
}
</style>