Shades of Flirt #7A2654
Tints of Flirt #7A2654
RGB
CMYK
RGB Variations
Color information
#7A2654 (or 0x7A2654) is known color: Flirt. HEX triplet: 7A, 26 and 54. RGB value is (122,38,84). Sum of RGB (Red+Green+Blue) = 122+38+84=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2654 is #85D9AB. Grayscale: #444444. Windows color (decimal): -8772012 or 5514874. OLE color: 5514874.
HSL color Cylindrical-coordinate representation of color #7A2654: hue angle of 327.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2654 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 84 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.52 |
| HSL | 327.14º | 0.53% | 0.31% | - |
| HSV(B) | 327.14º | 0.69% | 0.48% | - |
| XYZ | 10.32 | 6.16 | 9.03 | - |
| YUV | 68.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 84 | 0 | 0.69 | 0.31 | 0.52 | 327.14 | 0.53 | 0.31 |
| Hex | 7A | 26 | 54 | 0 | 45 | 1F | 34 | 147 | 34 | 1F |
| Octal | 172 | 46 | 124 | 0 | 105 | 37 | 64 | 507 | 64 | 37 |
| Binary | 1111010 | 100110 | 1010100 | 0 | 1000101 | 11111 | 110100 | 101000111 | 110100 | 11111 |
Color Harmonies of #7A2654
Complementary color
Monochromatic Colors of #7A2654
Black with #7A2654
Text Example
Text Example
White with #7A2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2654; }
p { color: rgb(122,38,84); }
H1.HeaderClassName
{
color: #7A2654;
}
.AnyTagClassName
{
color: #7A2654;
}
</style>
background-color css
<style>
a { background-color: #7A2654; }
a { background-color: rgb(122,38,84); }
div.DivClassName
{
background-color: #7A2654;
}
.BgClassName
{
background-color: #7A2654;
}
</style>
border-color css
<style>
span { border-color: #7A2654; }
span { border-color: rgb(122,38,84); }
td.TdClassName
{
border-color: #7A2654;
}
.TagClassName
{
border-color: #7A2654;
}
</style>