Shades of Flirt #7C2B5B
Tints of Flirt #7C2B5B
RGB
CMYK
RGB Variations
Color information
#7C2B5B (or 0x7C2B5B) is known color: Flirt. HEX triplet: 7C, 2B and 5B. RGB value is (124,43,91). Sum of RGB (Red+Green+Blue) = 124+43+91=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2B5B is #83D4A4. Grayscale: #484848. Windows color (decimal): -8639653 or 5974908. OLE color: 5974908.
HSL color Cylindrical-coordinate representation of color #7C2B5B: hue angle of 324.44º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2B5B is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 91 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.51 |
| HSL | 324.44º | 0.49% | 0.33% | - |
| HSV(B) | 324.44º | 0.65% | 0.49% | - |
| XYZ | 11.06 | 6.77 | 10.62 | - |
| YUV | 72.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 91 | 0 | 0.65 | 0.27 | 0.51 | 324.44 | 0.49 | 0.33 |
| Hex | 7C | 2B | 5B | 0 | 41 | 1B | 33 | 144 | 31 | 21 |
| Octal | 174 | 53 | 133 | 0 | 101 | 33 | 63 | 504 | 61 | 41 |
| Binary | 1111100 | 101011 | 1011011 | 0 | 1000001 | 11011 | 110011 | 101000100 | 110001 | 100001 |
Color Harmonies of #7C2B5B
Complementary color
Monochromatic Colors of #7C2B5B
Black with #7C2B5B
Text Example
Text Example
White with #7C2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B5B; }
p { color: rgb(124,43,91); }
H1.HeaderClassName
{
color: #7C2B5B;
}
.AnyTagClassName
{
color: #7C2B5B;
}
</style>
background-color css
<style>
a { background-color: #7C2B5B; }
a { background-color: rgb(124,43,91); }
div.DivClassName
{
background-color: #7C2B5B;
}
.BgClassName
{
background-color: #7C2B5B;
}
</style>
border-color css
<style>
span { border-color: #7C2B5B; }
span { border-color: rgb(124,43,91); }
td.TdClassName
{
border-color: #7C2B5B;
}
.TagClassName
{
border-color: #7C2B5B;
}
</style>