Shades of Flirt #79294E
Tints of Flirt #79294E
RGB
CMYK
RGB Variations
Color information
#79294E (or 0x79294E) is known color: Flirt. HEX triplet: 79, 29 and 4E. RGB value is (121,41,78). Sum of RGB (Red+Green+Blue) = 121+41+78=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #79294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79294E is #86D6B1. Grayscale: #454545. Windows color (decimal): -8836786 or 5122425. OLE color: 5122425.
HSL color Cylindrical-coordinate representation of color #79294E: hue angle of 332.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79294E is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 78 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.53 |
| HSL | 332.25º | 0.49% | 0.32% | - |
| HSV(B) | 332.25º | 0.66% | 0.47% | - |
| XYZ | 10.05 | 6.2 | 7.87 | - |
| YUV | 69.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 78 | 0 | 0.66 | 0.36 | 0.53 | 332.25 | 0.49 | 0.32 |
| Hex | 79 | 29 | 4E | 0 | 42 | 24 | 35 | 14C | 31 | 20 |
| Octal | 171 | 51 | 116 | 0 | 102 | 44 | 65 | 514 | 61 | 40 |
| Binary | 1111001 | 101001 | 1001110 | 0 | 1000010 | 100100 | 110101 | 101001100 | 110001 | 100000 |
Color Harmonies of #79294E
Complementary color
Monochromatic Colors of #79294E
Black with #79294E
Text Example
Text Example
White with #79294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79294E; }
p { color: rgb(121,41,78); }
H1.HeaderClassName
{
color: #79294E;
}
.AnyTagClassName
{
color: #79294E;
}
</style>
background-color css
<style>
a { background-color: #79294E; }
a { background-color: rgb(121,41,78); }
div.DivClassName
{
background-color: #79294E;
}
.BgClassName
{
background-color: #79294E;
}
</style>
border-color css
<style>
span { border-color: #79294E; }
span { border-color: rgb(121,41,78); }
td.TdClassName
{
border-color: #79294E;
}
.TagClassName
{
border-color: #79294E;
}
</style>