Shades of Flirt #7C345D
Tints of Flirt #7C345D
RGB
CMYK
RGB Variations
Color information
#7C345D (or 0x7C345D) is known color: Flirt. HEX triplet: 7C, 34 and 5D. RGB value is (124,52,93). Sum of RGB (Red+Green+Blue) = 124+52+93=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C345D is #83CBA2. Grayscale: #4E4E4E. Windows color (decimal): -8637347 or 6108284. OLE color: 6108284.
HSL color Cylindrical-coordinate representation of color #7C345D: hue angle of 325.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C345D is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 93 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.51 |
| HSL | 325.83º | 0.41% | 0.35% | - |
| HSV(B) | 325.83º | 0.58% | 0.49% | - |
| XYZ | 11.52 | 7.53 | 11.2 | - |
| YUV | 78.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 93 | 0 | 0.58 | 0.25 | 0.51 | 325.83 | 0.41 | 0.35 |
| Hex | 7C | 34 | 5D | 0 | 3A | 19 | 33 | 146 | 29 | 23 |
| Octal | 174 | 64 | 135 | 0 | 72 | 31 | 63 | 506 | 51 | 43 |
| Binary | 1111100 | 110100 | 1011101 | 0 | 111010 | 11001 | 110011 | 101000110 | 101001 | 100011 |
Color Harmonies of #7C345D
Complementary color
Monochromatic Colors of #7C345D
Black with #7C345D
Text Example
Text Example
White with #7C345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C345D; }
p { color: rgb(124,52,93); }
H1.HeaderClassName
{
color: #7C345D;
}
.AnyTagClassName
{
color: #7C345D;
}
</style>
background-color css
<style>
a { background-color: #7C345D; }
a { background-color: rgb(124,52,93); }
div.DivClassName
{
background-color: #7C345D;
}
.BgClassName
{
background-color: #7C345D;
}
</style>
border-color css
<style>
span { border-color: #7C345D; }
span { border-color: rgb(124,52,93); }
td.TdClassName
{
border-color: #7C345D;
}
.TagClassName
{
border-color: #7C345D;
}
</style>