Shades of Flirt #7F294A
Tints of Flirt #7F294A
RGB
CMYK
RGB Variations
Color information
#7F294A (or 0x7F294A) is known color: Flirt. HEX triplet: 7F, 29 and 4A. RGB value is (127,41,74). Sum of RGB (Red+Green+Blue) = 127+41+74=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F294A is #80D6B5. Grayscale: #464646. Windows color (decimal): -8443574 or 4860287. OLE color: 4860287.
HSL color Cylindrical-coordinate representation of color #7F294A: hue angle of 336.98º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F294A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 74 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.50 |
| HSL | 336.98º | 0.51% | 0.33% | - |
| HSV(B) | 336.98º | 0.68% | 0.5% | - |
| XYZ | 10.78 | 6.59 | 7.18 | - |
| YUV | 70.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 74 | 0 | 0.68 | 0.42 | 0.50 | 336.98 | 0.51 | 0.33 |
| Hex | 7F | 29 | 4A | 0 | 44 | 2A | 32 | 151 | 33 | 21 |
| Octal | 177 | 51 | 112 | 0 | 104 | 52 | 62 | 521 | 63 | 41 |
| Binary | 1111111 | 101001 | 1001010 | 0 | 1000100 | 101010 | 110010 | 101010001 | 110011 | 100001 |
Color Harmonies of #7F294A
Complementary color
Monochromatic Colors of #7F294A
Black with #7F294A
Text Example
Text Example
White with #7F294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F294A; }
p { color: rgb(127,41,74); }
H1.HeaderClassName
{
color: #7F294A;
}
.AnyTagClassName
{
color: #7F294A;
}
</style>
background-color css
<style>
a { background-color: #7F294A; }
a { background-color: rgb(127,41,74); }
div.DivClassName
{
background-color: #7F294A;
}
.BgClassName
{
background-color: #7F294A;
}
</style>
border-color css
<style>
span { border-color: #7F294A; }
span { border-color: rgb(127,41,74); }
td.TdClassName
{
border-color: #7F294A;
}
.TagClassName
{
border-color: #7F294A;
}
</style>