Shades of Flirt #7E3A58
Tints of Flirt #7E3A58
RGB
CMYK
RGB Variations
Color information
#7E3A58 (or 0x7E3A58) is known color: Flirt. HEX triplet: 7E, 3A and 58. RGB value is (126,58,88). Sum of RGB (Red+Green+Blue) = 126+58+88=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A58 is #81C5A7. Grayscale: #515151. Windows color (decimal): -8504744 or 5782142. OLE color: 5782142.
HSL color Cylindrical-coordinate representation of color #7E3A58: hue angle of 333.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3A58 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 88 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.51 |
| HSL | 333.53º | 0.37% | 0.36% | - |
| HSV(B) | 333.53º | 0.54% | 0.49% | - |
| XYZ | 11.88 | 8.17 | 10.18 | - |
| YUV | 81.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 88 | 0 | 0.54 | 0.30 | 0.51 | 333.53 | 0.37 | 0.36 |
| Hex | 7E | 3A | 58 | 0 | 36 | 1E | 33 | 14E | 25 | 24 |
| Octal | 176 | 72 | 130 | 0 | 66 | 36 | 63 | 516 | 45 | 44 |
| Binary | 1111110 | 111010 | 1011000 | 0 | 110110 | 11110 | 110011 | 101001110 | 100101 | 100100 |
Color Harmonies of #7E3A58
Complementary color
Monochromatic Colors of #7E3A58
Black with #7E3A58
Text Example
Text Example
White with #7E3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A58; }
p { color: rgb(126,58,88); }
H1.HeaderClassName
{
color: #7E3A58;
}
.AnyTagClassName
{
color: #7E3A58;
}
</style>
background-color css
<style>
a { background-color: #7E3A58; }
a { background-color: rgb(126,58,88); }
div.DivClassName
{
background-color: #7E3A58;
}
.BgClassName
{
background-color: #7E3A58;
}
</style>
border-color css
<style>
span { border-color: #7E3A58; }
span { border-color: rgb(126,58,88); }
td.TdClassName
{
border-color: #7E3A58;
}
.TagClassName
{
border-color: #7E3A58;
}
</style>