Shades of Flirt #7F3155
Tints of Flirt #7F3155
RGB
CMYK
RGB Variations
Color information
#7F3155 (or 0x7F3155) is known color: Flirt. HEX triplet: 7F, 31 and 55. RGB value is (127,49,85). Sum of RGB (Red+Green+Blue) = 127+49+85=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3155 is #80CEAA. Grayscale: #4C4C4C. Windows color (decimal): -8441515 or 5583231. OLE color: 5583231.
HSL color Cylindrical-coordinate representation of color #7F3155: hue angle of 332.31º 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 #7F3155 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 85 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.50 |
| HSL | 332.31º | 0.44% | 0.35% | - |
| HSV(B) | 332.31º | 0.61% | 0.5% | - |
| XYZ | 11.49 | 7.36 | 9.41 | - |
| YUV | 76.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 85 | 0 | 0.61 | 0.33 | 0.50 | 332.31 | 0.44 | 0.35 |
| Hex | 7F | 31 | 55 | 0 | 3D | 21 | 32 | 14C | 2C | 23 |
| Octal | 177 | 61 | 125 | 0 | 75 | 41 | 62 | 514 | 54 | 43 |
| Binary | 1111111 | 110001 | 1010101 | 0 | 111101 | 100001 | 110010 | 101001100 | 101100 | 100011 |
Color Harmonies of #7F3155
Complementary color
Monochromatic Colors of #7F3155
Black with #7F3155
Text Example
Text Example
White with #7F3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3155; }
p { color: rgb(127,49,85); }
H1.HeaderClassName
{
color: #7F3155;
}
.AnyTagClassName
{
color: #7F3155;
}
</style>
background-color css
<style>
a { background-color: #7F3155; }
a { background-color: rgb(127,49,85); }
div.DivClassName
{
background-color: #7F3155;
}
.BgClassName
{
background-color: #7F3155;
}
</style>
border-color css
<style>
span { border-color: #7F3155; }
span { border-color: rgb(127,49,85); }
td.TdClassName
{
border-color: #7F3155;
}
.TagClassName
{
border-color: #7F3155;
}
</style>