Shades of Flirt #7F3A58
Tints of Flirt #7F3A58
RGB
CMYK
RGB Variations
Color information
#7F3A58 (or 0x7F3A58) is known color: Flirt. HEX triplet: 7F, 3A and 58. RGB value is (127,58,88). Sum of RGB (Red+Green+Blue) = 127+58+88=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A58 is #80C5A7. Grayscale: #525252. Windows color (decimal): -8439208 or 5782143. OLE color: 5782143.
HSL color Cylindrical-coordinate representation of color #7F3A58: hue angle of 333.91º 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 #7F3A58 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 88 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.50 |
| HSL | 333.91º | 0.37% | 0.36% | - |
| HSV(B) | 333.91º | 0.54% | 0.5% | - |
| XYZ | 12.03 | 8.24 | 10.19 | - |
| YUV | 82.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 88 | 0 | 0.54 | 0.31 | 0.50 | 333.91 | 0.37 | 0.36 |
| Hex | 7F | 3A | 58 | 0 | 36 | 1F | 32 | 14E | 25 | 24 |
| Octal | 177 | 72 | 130 | 0 | 66 | 37 | 62 | 516 | 45 | 44 |
| Binary | 1111111 | 111010 | 1011000 | 0 | 110110 | 11111 | 110010 | 101001110 | 100101 | 100100 |
Color Harmonies of #7F3A58
Complementary color
Monochromatic Colors of #7F3A58
Black with #7F3A58
Text Example
Text Example
White with #7F3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A58; }
p { color: rgb(127,58,88); }
H1.HeaderClassName
{
color: #7F3A58;
}
.AnyTagClassName
{
color: #7F3A58;
}
</style>
background-color css
<style>
a { background-color: #7F3A58; }
a { background-color: rgb(127,58,88); }
div.DivClassName
{
background-color: #7F3A58;
}
.BgClassName
{
background-color: #7F3A58;
}
</style>
border-color css
<style>
span { border-color: #7F3A58; }
span { border-color: rgb(127,58,88); }
td.TdClassName
{
border-color: #7F3A58;
}
.TagClassName
{
border-color: #7F3A58;
}
</style>