Shades of Flirt #7F345A
Tints of Flirt #7F345A
RGB
CMYK
RGB Variations
Color information
#7F345A (or 0x7F345A) is known color: Flirt. HEX triplet: 7F, 34 and 5A. RGB value is (127,52,90). Sum of RGB (Red+Green+Blue) = 127+52+90=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F345A is #80CBA5. Grayscale: #4E4E4E. Windows color (decimal): -8440742 or 5911679. OLE color: 5911679.
HSL color Cylindrical-coordinate representation of color #7F345A: hue angle of 329.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F345A is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 52 | 90 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.50 |
| HSL | 329.6º | 0.42% | 0.35% | - |
| HSV(B) | 329.6º | 0.59% | 0.5% | - |
| XYZ | 11.83 | 7.71 | 10.54 | - |
| YUV | 78.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 90 | 0 | 0.59 | 0.29 | 0.50 | 329.6 | 0.42 | 0.35 |
| Hex | 7F | 34 | 5A | 0 | 3B | 1D | 32 | 14A | 2A | 23 |
| Octal | 177 | 64 | 132 | 0 | 73 | 35 | 62 | 512 | 52 | 43 |
| Binary | 1111111 | 110100 | 1011010 | 0 | 111011 | 11101 | 110010 | 101001010 | 101010 | 100011 |
Color Harmonies of #7F345A
Complementary color
Monochromatic Colors of #7F345A
Black with #7F345A
Text Example
Text Example
White with #7F345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F345A; }
p { color: rgb(127,52,90); }
H1.HeaderClassName
{
color: #7F345A;
}
.AnyTagClassName
{
color: #7F345A;
}
</style>
background-color css
<style>
a { background-color: #7F345A; }
a { background-color: rgb(127,52,90); }
div.DivClassName
{
background-color: #7F345A;
}
.BgClassName
{
background-color: #7F345A;
}
</style>
border-color css
<style>
span { border-color: #7F345A; }
span { border-color: rgb(127,52,90); }
td.TdClassName
{
border-color: #7F345A;
}
.TagClassName
{
border-color: #7F345A;
}
</style>