Shades of Flirt #7C295C
Tints of Flirt #7C295C
RGB
CMYK
RGB Variations
Color information
#7C295C (or 0x7C295C) is known color: Flirt. HEX triplet: 7C, 29 and 5C. RGB value is (124,41,92). Sum of RGB (Red+Green+Blue) = 124+41+92=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C295C is #83D6A3. Grayscale: #474747. Windows color (decimal): -8640164 or 6039932. OLE color: 6039932.
HSL color Cylindrical-coordinate representation of color #7C295C: hue angle of 323.13º 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 #7C295C is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 92 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.51 |
| HSL | 323.13º | 0.5% | 0.32% | - |
| HSV(B) | 323.13º | 0.67% | 0.49% | - |
| XYZ | 11.04 | 6.64 | 10.83 | - |
| YUV | 71.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 92 | 0 | 0.67 | 0.26 | 0.51 | 323.13 | 0.5 | 0.32 |
| Hex | 7C | 29 | 5C | 0 | 43 | 1A | 33 | 143 | 32 | 20 |
| Octal | 174 | 51 | 134 | 0 | 103 | 32 | 63 | 503 | 62 | 40 |
| Binary | 1111100 | 101001 | 1011100 | 0 | 1000011 | 11010 | 110011 | 101000011 | 110010 | 100000 |
Color Harmonies of #7C295C
Complementary color
Monochromatic Colors of #7C295C
Black with #7C295C
Text Example
Text Example
White with #7C295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C295C; }
p { color: rgb(124,41,92); }
H1.HeaderClassName
{
color: #7C295C;
}
.AnyTagClassName
{
color: #7C295C;
}
</style>
background-color css
<style>
a { background-color: #7C295C; }
a { background-color: rgb(124,41,92); }
div.DivClassName
{
background-color: #7C295C;
}
.BgClassName
{
background-color: #7C295C;
}
</style>
border-color css
<style>
span { border-color: #7C295C; }
span { border-color: rgb(124,41,92); }
td.TdClassName
{
border-color: #7C295C;
}
.TagClassName
{
border-color: #7C295C;
}
</style>