Shades of Flirt #7C295B
Tints of Flirt #7C295B
RGB
CMYK
RGB Variations
Color information
#7C295B (or 0x7C295B) is known color: Flirt. HEX triplet: 7C, 29 and 5B. RGB value is (124,41,91). Sum of RGB (Red+Green+Blue) = 124+41+91=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C295B is #83D6A4. Grayscale: #474747. Windows color (decimal): -8640165 or 5974396. OLE color: 5974396.
HSL color Cylindrical-coordinate representation of color #7C295B: hue angle of 323.86º 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 #7C295B is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 91 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.51 |
| HSL | 323.86º | 0.5% | 0.32% | - |
| HSV(B) | 323.86º | 0.67% | 0.49% | - |
| XYZ | 10.99 | 6.63 | 10.6 | - |
| YUV | 71.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 91 | 0 | 0.67 | 0.27 | 0.51 | 323.86 | 0.5 | 0.32 |
| Hex | 7C | 29 | 5B | 0 | 43 | 1B | 33 | 144 | 32 | 20 |
| Octal | 174 | 51 | 133 | 0 | 103 | 33 | 63 | 504 | 62 | 40 |
| Binary | 1111100 | 101001 | 1011011 | 0 | 1000011 | 11011 | 110011 | 101000100 | 110010 | 100000 |
Color Harmonies of #7C295B
Complementary color
Monochromatic Colors of #7C295B
Black with #7C295B
Text Example
Text Example
White with #7C295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C295B; }
p { color: rgb(124,41,91); }
H1.HeaderClassName
{
color: #7C295B;
}
.AnyTagClassName
{
color: #7C295B;
}
</style>
background-color css
<style>
a { background-color: #7C295B; }
a { background-color: rgb(124,41,91); }
div.DivClassName
{
background-color: #7C295B;
}
.BgClassName
{
background-color: #7C295B;
}
</style>
border-color css
<style>
span { border-color: #7C295B; }
span { border-color: rgb(124,41,91); }
td.TdClassName
{
border-color: #7C295B;
}
.TagClassName
{
border-color: #7C295B;
}
</style>