Shades of Flirt #7C274E
Tints of Flirt #7C274E
RGB
CMYK
RGB Variations
Color information
#7C274E (or 0x7C274E) is known color: Flirt. HEX triplet: 7C, 27 and 4E. RGB value is (124,39,78). Sum of RGB (Red+Green+Blue) = 124+39+78=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C274E is #83D8B1. Grayscale: #444444. Windows color (decimal): -8640690 or 5121916. OLE color: 5121916.
HSL color Cylindrical-coordinate representation of color #7C274E: hue angle of 332.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C274E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 78 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.51 |
| HSL | 332.47º | 0.52% | 0.32% | - |
| HSV(B) | 332.47º | 0.69% | 0.49% | - |
| XYZ | 10.41 | 6.29 | 7.87 | - |
| YUV | 68.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 78 | 0 | 0.69 | 0.37 | 0.51 | 332.47 | 0.52 | 0.32 |
| Hex | 7C | 27 | 4E | 0 | 45 | 25 | 33 | 14C | 34 | 20 |
| Octal | 174 | 47 | 116 | 0 | 105 | 45 | 63 | 514 | 64 | 40 |
| Binary | 1111100 | 100111 | 1001110 | 0 | 1000101 | 100101 | 110011 | 101001100 | 110100 | 100000 |
Color Harmonies of #7C274E
Complementary color
Monochromatic Colors of #7C274E
Black with #7C274E
Text Example
Text Example
White with #7C274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C274E; }
p { color: rgb(124,39,78); }
H1.HeaderClassName
{
color: #7C274E;
}
.AnyTagClassName
{
color: #7C274E;
}
</style>
background-color css
<style>
a { background-color: #7C274E; }
a { background-color: rgb(124,39,78); }
div.DivClassName
{
background-color: #7C274E;
}
.BgClassName
{
background-color: #7C274E;
}
</style>
border-color css
<style>
span { border-color: #7C274E; }
span { border-color: rgb(124,39,78); }
td.TdClassName
{
border-color: #7C274E;
}
.TagClassName
{
border-color: #7C274E;
}
</style>