Shades of Flirt #7E334F
Tints of Flirt #7E334F
RGB
CMYK
RGB Variations
Color information
#7E334F (or 0x7E334F) is known color: Flirt. HEX triplet: 7E, 33 and 4F. RGB value is (126,51,79). Sum of RGB (Red+Green+Blue) = 126+51+79=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E334F is #81CCB0. Grayscale: #4C4C4C. Windows color (decimal): -8506545 or 5190526. OLE color: 5190526.
HSL color Cylindrical-coordinate representation of color #7E334F: hue angle of 337.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E334F is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 79 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.51 |
| HSL | 337.6º | 0.42% | 0.35% | - |
| HSV(B) | 337.6º | 0.6% | 0.49% | - |
| XYZ | 11.2 | 7.37 | 8.23 | - |
| YUV | 76.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 79 | 0 | 0.60 | 0.37 | 0.51 | 337.6 | 0.42 | 0.35 |
| Hex | 7E | 33 | 4F | 0 | 3C | 25 | 33 | 152 | 2A | 23 |
| Octal | 176 | 63 | 117 | 0 | 74 | 45 | 63 | 522 | 52 | 43 |
| Binary | 1111110 | 110011 | 1001111 | 0 | 111100 | 100101 | 110011 | 101010010 | 101010 | 100011 |
Color Harmonies of #7E334F
Complementary color
Monochromatic Colors of #7E334F
Black with #7E334F
Text Example
Text Example
White with #7E334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E334F; }
p { color: rgb(126,51,79); }
H1.HeaderClassName
{
color: #7E334F;
}
.AnyTagClassName
{
color: #7E334F;
}
</style>
background-color css
<style>
a { background-color: #7E334F; }
a { background-color: rgb(126,51,79); }
div.DivClassName
{
background-color: #7E334F;
}
.BgClassName
{
background-color: #7E334F;
}
</style>
border-color css
<style>
span { border-color: #7E334F; }
span { border-color: rgb(126,51,79); }
td.TdClassName
{
border-color: #7E334F;
}
.TagClassName
{
border-color: #7E334F;
}
</style>