Shades of Flirt #7A2054
Tints of Flirt #7A2054
RGB
CMYK
RGB Variations
Color information
#7A2054 (or 0x7A2054) is known color: Flirt. HEX triplet: 7A, 20 and 54. RGB value is (122,32,84). Sum of RGB (Red+Green+Blue) = 122+32+84=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2054 is #85DFAB. Grayscale: #404040. Windows color (decimal): -8773548 or 5513338. OLE color: 5513338.
HSL color Cylindrical-coordinate representation of color #7A2054: hue angle of 325.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2054 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 84 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.52 |
| HSL | 325.33º | 0.58% | 0.3% | - |
| HSV(B) | 325.33º | 0.74% | 0.48% | - |
| XYZ | 10.14 | 5.81 | 8.97 | - |
| YUV | 64.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 84 | 0 | 0.74 | 0.31 | 0.52 | 325.33 | 0.58 | 0.3 |
| Hex | 7A | 20 | 54 | 0 | 4A | 1F | 34 | 145 | 3A | 1E |
| Octal | 172 | 40 | 124 | 0 | 112 | 37 | 64 | 505 | 72 | 36 |
| Binary | 1111010 | 100000 | 1010100 | 0 | 1001010 | 11111 | 110100 | 101000101 | 111010 | 11110 |
Color Harmonies of #7A2054
Complementary color
Monochromatic Colors of #7A2054
Black with #7A2054
Text Example
Text Example
White with #7A2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2054; }
p { color: rgb(122,32,84); }
H1.HeaderClassName
{
color: #7A2054;
}
.AnyTagClassName
{
color: #7A2054;
}
</style>
background-color css
<style>
a { background-color: #7A2054; }
a { background-color: rgb(122,32,84); }
div.DivClassName
{
background-color: #7A2054;
}
.BgClassName
{
background-color: #7A2054;
}
</style>
border-color css
<style>
span { border-color: #7A2054; }
span { border-color: rgb(122,32,84); }
td.TdClassName
{
border-color: #7A2054;
}
.TagClassName
{
border-color: #7A2054;
}
</style>