Shades of Flirt #7F2D57
Tints of Flirt #7F2D57
RGB
CMYK
RGB Variations
Color information
#7F2D57 (or 0x7F2D57) is known color: Flirt. HEX triplet: 7F, 2D and 57. RGB value is (127,45,87). Sum of RGB (Red+Green+Blue) = 127+45+87=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2D57 is #80D2A8. Grayscale: #4A4A4A. Windows color (decimal): -8442537 or 5713279. OLE color: 5713279.
HSL color Cylindrical-coordinate representation of color #7F2D57: hue angle of 329.27º degrees, saturation: 0.48, 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 #7F2D57 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 87 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.50 |
| HSL | 329.27º | 0.48% | 0.34% | - |
| HSV(B) | 329.27º | 0.65% | 0.5% | - |
| XYZ | 11.41 | 7.08 | 9.78 | - |
| YUV | 74.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 87 | 0 | 0.65 | 0.31 | 0.50 | 329.27 | 0.48 | 0.34 |
| Hex | 7F | 2D | 57 | 0 | 41 | 1F | 32 | 149 | 30 | 22 |
| Octal | 177 | 55 | 127 | 0 | 101 | 37 | 62 | 511 | 60 | 42 |
| Binary | 1111111 | 101101 | 1010111 | 0 | 1000001 | 11111 | 110010 | 101001001 | 110000 | 100010 |
Color Harmonies of #7F2D57
Complementary color
Monochromatic Colors of #7F2D57
Black with #7F2D57
Text Example
Text Example
White with #7F2D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D57; }
p { color: rgb(127,45,87); }
H1.HeaderClassName
{
color: #7F2D57;
}
.AnyTagClassName
{
color: #7F2D57;
}
</style>
background-color css
<style>
a { background-color: #7F2D57; }
a { background-color: rgb(127,45,87); }
div.DivClassName
{
background-color: #7F2D57;
}
.BgClassName
{
background-color: #7F2D57;
}
</style>
border-color css
<style>
span { border-color: #7F2D57; }
span { border-color: rgb(127,45,87); }
td.TdClassName
{
border-color: #7F2D57;
}
.TagClassName
{
border-color: #7F2D57;
}
</style>