Shades of Flirt #7C224E
Tints of Flirt #7C224E
RGB
CMYK
RGB Variations
Color information
#7C224E (or 0x7C224E) is known color: Flirt. HEX triplet: 7C, 22 and 4E. RGB value is (124,34,78). Sum of RGB (Red+Green+Blue) = 124+34+78=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C224E is #83DDB1. Grayscale: #414141. Windows color (decimal): -8641970 or 5120636. OLE color: 5120636.
HSL color Cylindrical-coordinate representation of color #7C224E: hue angle of 330.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C224E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 78 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.51 |
| HSL | 330.67º | 0.57% | 0.31% | - |
| HSV(B) | 330.67º | 0.73% | 0.49% | - |
| XYZ | 10.26 | 5.98 | 7.82 | - |
| YUV | 65.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 78 | 0 | 0.73 | 0.37 | 0.51 | 330.67 | 0.57 | 0.31 |
| Hex | 7C | 22 | 4E | 0 | 49 | 25 | 33 | 14B | 39 | 1F |
| Octal | 174 | 42 | 116 | 0 | 111 | 45 | 63 | 513 | 71 | 37 |
| Binary | 1111100 | 100010 | 1001110 | 0 | 1001001 | 100101 | 110011 | 101001011 | 111001 | 11111 |
Color Harmonies of #7C224E
Complementary color
Monochromatic Colors of #7C224E
Black with #7C224E
Text Example
Text Example
White with #7C224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C224E; }
p { color: rgb(124,34,78); }
H1.HeaderClassName
{
color: #7C224E;
}
.AnyTagClassName
{
color: #7C224E;
}
</style>
background-color css
<style>
a { background-color: #7C224E; }
a { background-color: rgb(124,34,78); }
div.DivClassName
{
background-color: #7C224E;
}
.BgClassName
{
background-color: #7C224E;
}
</style>
border-color css
<style>
span { border-color: #7C224E; }
span { border-color: rgb(124,34,78); }
td.TdClassName
{
border-color: #7C224E;
}
.TagClassName
{
border-color: #7C224E;
}
</style>