Shades of Flirt #7C2E5B
Tints of Flirt #7C2E5B
RGB
CMYK
RGB Variations
Color information
#7C2E5B (or 0x7C2E5B) is known color: Flirt. HEX triplet: 7C, 2E and 5B. RGB value is (124,46,91). Sum of RGB (Red+Green+Blue) = 124+46+91=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2E5B is #83D1A4. Grayscale: #4A4A4A. Windows color (decimal): -8638885 or 5975676. OLE color: 5975676.
HSL color Cylindrical-coordinate representation of color #7C2E5B: hue angle of 325.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C2E5B is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 46 | 91 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.51 |
| HSL | 325.38º | 0.46% | 0.33% | - |
| HSV(B) | 325.38º | 0.63% | 0.49% | - |
| XYZ | 11.18 | 6.99 | 10.66 | - |
| YUV | 74.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 91 | 0 | 0.63 | 0.27 | 0.51 | 325.38 | 0.46 | 0.33 |
| Hex | 7C | 2E | 5B | 0 | 3F | 1B | 33 | 145 | 2E | 21 |
| Octal | 174 | 56 | 133 | 0 | 77 | 33 | 63 | 505 | 56 | 41 |
| Binary | 1111100 | 101110 | 1011011 | 0 | 111111 | 11011 | 110011 | 101000101 | 101110 | 100001 |
Color Harmonies of #7C2E5B
Complementary color
Monochromatic Colors of #7C2E5B
Black with #7C2E5B
Text Example
Text Example
White with #7C2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2E5B; }
p { color: rgb(124,46,91); }
H1.HeaderClassName
{
color: #7C2E5B;
}
.AnyTagClassName
{
color: #7C2E5B;
}
</style>
background-color css
<style>
a { background-color: #7C2E5B; }
a { background-color: rgb(124,46,91); }
div.DivClassName
{
background-color: #7C2E5B;
}
.BgClassName
{
background-color: #7C2E5B;
}
</style>
border-color css
<style>
span { border-color: #7C2E5B; }
span { border-color: rgb(124,46,91); }
td.TdClassName
{
border-color: #7C2E5B;
}
.TagClassName
{
border-color: #7C2E5B;
}
</style>