Shades of Flirt #7F2C4E
Tints of Flirt #7F2C4E
RGB
CMYK
RGB Variations
Color information
#7F2C4E (or 0x7F2C4E) is known color: Flirt. HEX triplet: 7F, 2C and 4E. RGB value is (127,44,78). Sum of RGB (Red+Green+Blue) = 127+44+78=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2C4E is #80D3B1. Grayscale: #484848. Windows color (decimal): -8442802 or 5123199. OLE color: 5123199.
HSL color Cylindrical-coordinate representation of color #7F2C4E: hue angle of 335.42º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2C4E is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 78 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.50 |
| HSL | 335.42º | 0.49% | 0.34% | - |
| HSV(B) | 335.42º | 0.65% | 0.5% | - |
| XYZ | 11.03 | 6.86 | 7.95 | - |
| YUV | 72.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 78 | 0 | 0.65 | 0.39 | 0.50 | 335.42 | 0.49 | 0.34 |
| Hex | 7F | 2C | 4E | 0 | 41 | 27 | 32 | 14F | 31 | 22 |
| Octal | 177 | 54 | 116 | 0 | 101 | 47 | 62 | 517 | 61 | 42 |
| Binary | 1111111 | 101100 | 1001110 | 0 | 1000001 | 100111 | 110010 | 101001111 | 110001 | 100010 |
Color Harmonies of #7F2C4E
Complementary color
Monochromatic Colors of #7F2C4E
Black with #7F2C4E
Text Example
Text Example
White with #7F2C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C4E; }
p { color: rgb(127,44,78); }
H1.HeaderClassName
{
color: #7F2C4E;
}
.AnyTagClassName
{
color: #7F2C4E;
}
</style>
background-color css
<style>
a { background-color: #7F2C4E; }
a { background-color: rgb(127,44,78); }
div.DivClassName
{
background-color: #7F2C4E;
}
.BgClassName
{
background-color: #7F2C4E;
}
</style>
border-color css
<style>
span { border-color: #7F2C4E; }
span { border-color: rgb(127,44,78); }
td.TdClassName
{
border-color: #7F2C4E;
}
.TagClassName
{
border-color: #7F2C4E;
}
</style>