Shades of Flirt #7C2B5A
Tints of Flirt #7C2B5A
RGB
CMYK
RGB Variations
Color information
#7C2B5A (or 0x7C2B5A) is known color: Flirt. HEX triplet: 7C, 2B and 5A. RGB value is (124,43,90). Sum of RGB (Red+Green+Blue) = 124+43+90=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2B5A is #83D4A5. Grayscale: #484848. Windows color (decimal): -8639654 or 5909372. OLE color: 5909372.
HSL color Cylindrical-coordinate representation of color #7C2B5A: hue angle of 325.19º 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 #7C2B5A is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 90 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.51 |
| HSL | 325.19º | 0.49% | 0.33% | - |
| HSV(B) | 325.19º | 0.65% | 0.49% | - |
| XYZ | 11.02 | 6.75 | 10.4 | - |
| YUV | 72.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 90 | 0 | 0.65 | 0.27 | 0.51 | 325.19 | 0.49 | 0.33 |
| Hex | 7C | 2B | 5A | 0 | 41 | 1B | 33 | 145 | 31 | 21 |
| Octal | 174 | 53 | 132 | 0 | 101 | 33 | 63 | 505 | 61 | 41 |
| Binary | 1111100 | 101011 | 1011010 | 0 | 1000001 | 11011 | 110011 | 101000101 | 110001 | 100001 |
Color Harmonies of #7C2B5A
Complementary color
Monochromatic Colors of #7C2B5A
Black with #7C2B5A
Text Example
Text Example
White with #7C2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B5A; }
p { color: rgb(124,43,90); }
H1.HeaderClassName
{
color: #7C2B5A;
}
.AnyTagClassName
{
color: #7C2B5A;
}
</style>
background-color css
<style>
a { background-color: #7C2B5A; }
a { background-color: rgb(124,43,90); }
div.DivClassName
{
background-color: #7C2B5A;
}
.BgClassName
{
background-color: #7C2B5A;
}
</style>
border-color css
<style>
span { border-color: #7C2B5A; }
span { border-color: rgb(124,43,90); }
td.TdClassName
{
border-color: #7C2B5A;
}
.TagClassName
{
border-color: #7C2B5A;
}
</style>