Shades of Flirt #7F314C
Tints of Flirt #7F314C
RGB
CMYK
RGB Variations
Color information
#7F314C (or 0x7F314C) is known color: Flirt. HEX triplet: 7F, 31 and 4C. RGB value is (127,49,76). Sum of RGB (Red+Green+Blue) = 127+49+76=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F314C is #80CEB3. Grayscale: #4B4B4B. Windows color (decimal): -8441524 or 4993407. OLE color: 4993407.
HSL color Cylindrical-coordinate representation of color #7F314C: hue angle of 339.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F314C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 76 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.50 |
| HSL | 339.23º | 0.44% | 0.35% | - |
| HSV(B) | 339.23º | 0.61% | 0.5% | - |
| XYZ | 11.16 | 7.23 | 7.65 | - |
| YUV | 75.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 76 | 0 | 0.61 | 0.40 | 0.50 | 339.23 | 0.44 | 0.35 |
| Hex | 7F | 31 | 4C | 0 | 3D | 28 | 32 | 153 | 2C | 23 |
| Octal | 177 | 61 | 114 | 0 | 75 | 50 | 62 | 523 | 54 | 43 |
| Binary | 1111111 | 110001 | 1001100 | 0 | 111101 | 101000 | 110010 | 101010011 | 101100 | 100011 |
Color Harmonies of #7F314C
Complementary color
Monochromatic Colors of #7F314C
Black with #7F314C
Text Example
Text Example
White with #7F314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F314C; }
p { color: rgb(127,49,76); }
H1.HeaderClassName
{
color: #7F314C;
}
.AnyTagClassName
{
color: #7F314C;
}
</style>
background-color css
<style>
a { background-color: #7F314C; }
a { background-color: rgb(127,49,76); }
div.DivClassName
{
background-color: #7F314C;
}
.BgClassName
{
background-color: #7F314C;
}
</style>
border-color css
<style>
span { border-color: #7F314C; }
span { border-color: rgb(127,49,76); }
td.TdClassName
{
border-color: #7F314C;
}
.TagClassName
{
border-color: #7F314C;
}
</style>