Shades of Flirt #7E294D
Tints of Flirt #7E294D
RGB
CMYK
RGB Variations
Color information
#7E294D (or 0x7E294D) is known color: Flirt. HEX triplet: 7E, 29 and 4D. RGB value is (126,41,77). Sum of RGB (Red+Green+Blue) = 126+41+77=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E294D is #81D6B2. Grayscale: #464646. Windows color (decimal): -8509107 or 5056894. OLE color: 5056894.
HSL color Cylindrical-coordinate representation of color #7E294D: hue angle of 334.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E294D is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 77 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.51 |
| HSL | 334.59º | 0.51% | 0.33% | - |
| HSV(B) | 334.59º | 0.67% | 0.49% | - |
| XYZ | 10.74 | 6.56 | 7.72 | - |
| YUV | 70.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 77 | 0 | 0.67 | 0.39 | 0.51 | 334.59 | 0.51 | 0.33 |
| Hex | 7E | 29 | 4D | 0 | 43 | 27 | 33 | 14F | 33 | 21 |
| Octal | 176 | 51 | 115 | 0 | 103 | 47 | 63 | 517 | 63 | 41 |
| Binary | 1111110 | 101001 | 1001101 | 0 | 1000011 | 100111 | 110011 | 101001111 | 110011 | 100001 |
Color Harmonies of #7E294D
Complementary color
Monochromatic Colors of #7E294D
Black with #7E294D
Text Example
Text Example
White with #7E294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E294D; }
p { color: rgb(126,41,77); }
H1.HeaderClassName
{
color: #7E294D;
}
.AnyTagClassName
{
color: #7E294D;
}
</style>
background-color css
<style>
a { background-color: #7E294D; }
a { background-color: rgb(126,41,77); }
div.DivClassName
{
background-color: #7E294D;
}
.BgClassName
{
background-color: #7E294D;
}
</style>
border-color css
<style>
span { border-color: #7E294D; }
span { border-color: rgb(126,41,77); }
td.TdClassName
{
border-color: #7E294D;
}
.TagClassName
{
border-color: #7E294D;
}
</style>