Shades of Flirt #7E3056
Tints of Flirt #7E3056
RGB
CMYK
RGB Variations
Color information
#7E3056 (or 0x7E3056) is known color: Flirt. HEX triplet: 7E, 30 and 56. RGB value is (126,48,86). Sum of RGB (Red+Green+Blue) = 126+48+86=260 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.46% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3056 is #81CFA9. Grayscale: #4B4B4B. Windows color (decimal): -8507306 or 5648510. OLE color: 5648510.
HSL color Cylindrical-coordinate representation of color #7E3056: hue angle of 330.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3056 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 48 | 86 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.51 |
| HSL | 330.77º | 0.45% | 0.34% | - |
| HSV(B) | 330.77º | 0.62% | 0.49% | - |
| XYZ | 11.34 | 7.22 | 9.6 | - |
| YUV | 75.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 86 | 0 | 0.62 | 0.32 | 0.51 | 330.77 | 0.45 | 0.34 |
| Hex | 7E | 30 | 56 | 0 | 3E | 20 | 33 | 14B | 2D | 22 |
| Octal | 176 | 60 | 126 | 0 | 76 | 40 | 63 | 513 | 55 | 42 |
| Binary | 1111110 | 110000 | 1010110 | 0 | 111110 | 100000 | 110011 | 101001011 | 101101 | 100010 |
Color Harmonies of #7E3056
Complementary color
Monochromatic Colors of #7E3056
Black with #7E3056
Text Example
Text Example
White with #7E3056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3056; }
p { color: rgb(126,48,86); }
H1.HeaderClassName
{
color: #7E3056;
}
.AnyTagClassName
{
color: #7E3056;
}
</style>
background-color css
<style>
a { background-color: #7E3056; }
a { background-color: rgb(126,48,86); }
div.DivClassName
{
background-color: #7E3056;
}
.BgClassName
{
background-color: #7E3056;
}
</style>
border-color css
<style>
span { border-color: #7E3056; }
span { border-color: rgb(126,48,86); }
td.TdClassName
{
border-color: #7E3056;
}
.TagClassName
{
border-color: #7E3056;
}
</style>