Shades of Flirt #7E2159
Tints of Flirt #7E2159
RGB
CMYK
RGB Variations
Color information
#7E2159 (or 0x7E2159) is known color: Flirt. HEX triplet: 7E, 21 and 59. RGB value is (126,33,89). Sum of RGB (Red+Green+Blue) = 126+33+89=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2159 is #81DEA6. Grayscale: #434343. Windows color (decimal): -8511143 or 5841278. OLE color: 5841278.
HSL color Cylindrical-coordinate representation of color #7E2159: hue angle of 323.87º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2159 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 33 | 89 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.51 |
| HSL | 323.87º | 0.58% | 0.31% | - |
| HSV(B) | 323.87º | 0.74% | 0.49% | - |
| XYZ | 10.95 | 6.24 | 10.08 | - |
| YUV | 67.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 33 | 89 | 0 | 0.74 | 0.29 | 0.51 | 323.87 | 0.58 | 0.31 |
| Hex | 7E | 21 | 59 | 0 | 4A | 1D | 33 | 144 | 3A | 1F |
| Octal | 176 | 41 | 131 | 0 | 112 | 35 | 63 | 504 | 72 | 37 |
| Binary | 1111110 | 100001 | 1011001 | 0 | 1001010 | 11101 | 110011 | 101000100 | 111010 | 11111 |
Color Harmonies of #7E2159
Complementary color
Monochromatic Colors of #7E2159
Black with #7E2159
Text Example
Text Example
White with #7E2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2159; }
p { color: rgb(126,33,89); }
H1.HeaderClassName
{
color: #7E2159;
}
.AnyTagClassName
{
color: #7E2159;
}
</style>
background-color css
<style>
a { background-color: #7E2159; }
a { background-color: rgb(126,33,89); }
div.DivClassName
{
background-color: #7E2159;
}
.BgClassName
{
background-color: #7E2159;
}
</style>
border-color css
<style>
span { border-color: #7E2159; }
span { border-color: rgb(126,33,89); }
td.TdClassName
{
border-color: #7E2159;
}
.TagClassName
{
border-color: #7E2159;
}
</style>