Shades of Flirt #7E3559
Tints of Flirt #7E3559
RGB
CMYK
RGB Variations
Color information
#7E3559 (or 0x7E3559) is known color: Flirt. HEX triplet: 7E, 35 and 59. RGB value is (126,53,89). Sum of RGB (Red+Green+Blue) = 126+53+89=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3559 is #81CAA6. Grayscale: #4E4E4E. Windows color (decimal): -8506023 or 5846398. OLE color: 5846398.
HSL color Cylindrical-coordinate representation of color #7E3559: hue angle of 330.41º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3559 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 89 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.51 |
| HSL | 330.41º | 0.41% | 0.35% | - |
| HSV(B) | 330.41º | 0.58% | 0.49% | - |
| XYZ | 11.68 | 7.7 | 10.32 | - |
| YUV | 78.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 89 | 0 | 0.58 | 0.29 | 0.51 | 330.41 | 0.41 | 0.35 |
| Hex | 7E | 35 | 59 | 0 | 3A | 1D | 33 | 14A | 29 | 23 |
| Octal | 176 | 65 | 131 | 0 | 72 | 35 | 63 | 512 | 51 | 43 |
| Binary | 1111110 | 110101 | 1011001 | 0 | 111010 | 11101 | 110011 | 101001010 | 101001 | 100011 |
Color Harmonies of #7E3559
Complementary color
Monochromatic Colors of #7E3559
Black with #7E3559
Text Example
Text Example
White with #7E3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3559; }
p { color: rgb(126,53,89); }
H1.HeaderClassName
{
color: #7E3559;
}
.AnyTagClassName
{
color: #7E3559;
}
</style>
background-color css
<style>
a { background-color: #7E3559; }
a { background-color: rgb(126,53,89); }
div.DivClassName
{
background-color: #7E3559;
}
.BgClassName
{
background-color: #7E3559;
}
</style>
border-color css
<style>
span { border-color: #7E3559; }
span { border-color: rgb(126,53,89); }
td.TdClassName
{
border-color: #7E3559;
}
.TagClassName
{
border-color: #7E3559;
}
</style>