Shades of Flirt #7F294D
Tints of Flirt #7F294D
RGB
CMYK
RGB Variations
Color information
#7F294D (or 0x7F294D) is known color: Flirt. HEX triplet: 7F, 29 and 4D. RGB value is (127,41,77). Sum of RGB (Red+Green+Blue) = 127+41+77=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F294D is #80D6B2. Grayscale: #464646. Windows color (decimal): -8443571 or 5056895. OLE color: 5056895.
HSL color Cylindrical-coordinate representation of color #7F294D: hue angle of 334.88º 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 #7F294D is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 77 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.50 |
| HSL | 334.88º | 0.51% | 0.33% | - |
| HSV(B) | 334.88º | 0.68% | 0.5% | - |
| XYZ | 10.88 | 6.63 | 7.73 | - |
| YUV | 70.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 77 | 0 | 0.68 | 0.39 | 0.50 | 334.88 | 0.51 | 0.33 |
| Hex | 7F | 29 | 4D | 0 | 44 | 27 | 32 | 14F | 33 | 21 |
| Octal | 177 | 51 | 115 | 0 | 104 | 47 | 62 | 517 | 63 | 41 |
| Binary | 1111111 | 101001 | 1001101 | 0 | 1000100 | 100111 | 110010 | 101001111 | 110011 | 100001 |
Color Harmonies of #7F294D
Complementary color
Monochromatic Colors of #7F294D
Black with #7F294D
Text Example
Text Example
White with #7F294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F294D; }
p { color: rgb(127,41,77); }
H1.HeaderClassName
{
color: #7F294D;
}
.AnyTagClassName
{
color: #7F294D;
}
</style>
background-color css
<style>
a { background-color: #7F294D; }
a { background-color: rgb(127,41,77); }
div.DivClassName
{
background-color: #7F294D;
}
.BgClassName
{
background-color: #7F294D;
}
</style>
border-color css
<style>
span { border-color: #7F294D; }
span { border-color: rgb(127,41,77); }
td.TdClassName
{
border-color: #7F294D;
}
.TagClassName
{
border-color: #7F294D;
}
</style>