Shades of Flirt #7F3B58
Tints of Flirt #7F3B58
RGB
CMYK
RGB Variations
Color information
#7F3B58 (or 0x7F3B58) is known color: Flirt. HEX triplet: 7F, 3B and 58. RGB value is (127,59,88). Sum of RGB (Red+Green+Blue) = 127+59+88=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3B58 is #80C4A7. Grayscale: #525252. Windows color (decimal): -8438952 or 5782399. OLE color: 5782399.
HSL color Cylindrical-coordinate representation of color #7F3B58: hue angle of 334.41º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3B58 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 59 | 88 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.50 |
| HSL | 334.41º | 0.37% | 0.36% | - |
| HSV(B) | 334.41º | 0.54% | 0.5% | - |
| XYZ | 12.08 | 8.34 | 10.21 | - |
| YUV | 82.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 88 | 0 | 0.54 | 0.31 | 0.50 | 334.41 | 0.37 | 0.36 |
| Hex | 7F | 3B | 58 | 0 | 36 | 1F | 32 | 14E | 25 | 24 |
| Octal | 177 | 73 | 130 | 0 | 66 | 37 | 62 | 516 | 45 | 44 |
| Binary | 1111111 | 111011 | 1011000 | 0 | 110110 | 11111 | 110010 | 101001110 | 100101 | 100100 |
Color Harmonies of #7F3B58
Complementary color
Monochromatic Colors of #7F3B58
Black with #7F3B58
Text Example
Text Example
White with #7F3B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3B58; }
p { color: rgb(127,59,88); }
H1.HeaderClassName
{
color: #7F3B58;
}
.AnyTagClassName
{
color: #7F3B58;
}
</style>
background-color css
<style>
a { background-color: #7F3B58; }
a { background-color: rgb(127,59,88); }
div.DivClassName
{
background-color: #7F3B58;
}
.BgClassName
{
background-color: #7F3B58;
}
</style>
border-color css
<style>
span { border-color: #7F3B58; }
span { border-color: rgb(127,59,88); }
td.TdClassName
{
border-color: #7F3B58;
}
.TagClassName
{
border-color: #7F3B58;
}
</style>