Shades of Flirt #7C294A
Tints of Flirt #7C294A
RGB
CMYK
RGB Variations
Color information
#7C294A (or 0x7C294A) is known color: Flirt. HEX triplet: 7C, 29 and 4A. RGB value is (124,41,74). Sum of RGB (Red+Green+Blue) = 124+41+74=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C294A is #83D6B5. Grayscale: #454545. Windows color (decimal): -8640182 or 4860284. OLE color: 4860284.
HSL color Cylindrical-coordinate representation of color #7C294A: hue angle of 336.14º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C294A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 74 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.51 |
| HSL | 336.14º | 0.5% | 0.32% | - |
| HSV(B) | 336.14º | 0.67% | 0.49% | - |
| XYZ | 10.34 | 6.37 | 7.16 | - |
| YUV | 69.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 74 | 0 | 0.67 | 0.40 | 0.51 | 336.14 | 0.5 | 0.32 |
| Hex | 7C | 29 | 4A | 0 | 43 | 28 | 33 | 150 | 32 | 20 |
| Octal | 174 | 51 | 112 | 0 | 103 | 50 | 63 | 520 | 62 | 40 |
| Binary | 1111100 | 101001 | 1001010 | 0 | 1000011 | 101000 | 110011 | 101010000 | 110010 | 100000 |
Color Harmonies of #7C294A
Complementary color
Monochromatic Colors of #7C294A
Black with #7C294A
Text Example
Text Example
White with #7C294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C294A; }
p { color: rgb(124,41,74); }
H1.HeaderClassName
{
color: #7C294A;
}
.AnyTagClassName
{
color: #7C294A;
}
</style>
background-color css
<style>
a { background-color: #7C294A; }
a { background-color: rgb(124,41,74); }
div.DivClassName
{
background-color: #7C294A;
}
.BgClassName
{
background-color: #7C294A;
}
</style>
border-color css
<style>
span { border-color: #7C294A; }
span { border-color: rgb(124,41,74); }
td.TdClassName
{
border-color: #7C294A;
}
.TagClassName
{
border-color: #7C294A;
}
</style>