Shades of Flirt #7E3160
Tints of Flirt #7E3160
RGB
CMYK
RGB Variations
Color information
#7E3160 (or 0x7E3160) is known color: Flirt. HEX triplet: 7E, 31 and 60. RGB value is (126,49,96). Sum of RGB (Red+Green+Blue) = 126+49+96=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3160 is #81CE9F. Grayscale: #4D4D4D. Windows color (decimal): -8507040 or 6304126. OLE color: 6304126.
HSL color Cylindrical-coordinate representation of color #7E3160: hue angle of 323.38º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3160 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 96 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.51 |
| HSL | 323.38º | 0.44% | 0.34% | - |
| HSV(B) | 323.38º | 0.61% | 0.49% | - |
| XYZ | 11.81 | 7.48 | 11.89 | - |
| YUV | 77.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 96 | 0 | 0.61 | 0.24 | 0.51 | 323.38 | 0.44 | 0.34 |
| Hex | 7E | 31 | 60 | 0 | 3D | 18 | 33 | 143 | 2C | 22 |
| Octal | 176 | 61 | 140 | 0 | 75 | 30 | 63 | 503 | 54 | 42 |
| Binary | 1111110 | 110001 | 1100000 | 0 | 111101 | 11000 | 110011 | 101000011 | 101100 | 100010 |
Color Harmonies of #7E3160
Complementary color
Monochromatic Colors of #7E3160
Black with #7E3160
Text Example
Text Example
White with #7E3160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3160; }
p { color: rgb(126,49,96); }
H1.HeaderClassName
{
color: #7E3160;
}
.AnyTagClassName
{
color: #7E3160;
}
</style>
background-color css
<style>
a { background-color: #7E3160; }
a { background-color: rgb(126,49,96); }
div.DivClassName
{
background-color: #7E3160;
}
.BgClassName
{
background-color: #7E3160;
}
</style>
border-color css
<style>
span { border-color: #7E3160; }
span { border-color: rgb(126,49,96); }
td.TdClassName
{
border-color: #7E3160;
}
.TagClassName
{
border-color: #7E3160;
}
</style>