Shades of Flirt #7E2158
Tints of Flirt #7E2158
RGB
CMYK
RGB Variations
Color information
#7E2158 (or 0x7E2158) is known color: Flirt. HEX triplet: 7E, 21 and 58. RGB value is (126,33,88). Sum of RGB (Red+Green+Blue) = 126+33+88=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2158 is #81DEA7. Grayscale: #424242. Windows color (decimal): -8511144 or 5775742. OLE color: 5775742.
HSL color Cylindrical-coordinate representation of color #7E2158: hue angle of 324.52º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2158 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 33 | 88 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.51 |
| HSL | 324.52º | 0.58% | 0.31% | - |
| HSV(B) | 324.52º | 0.74% | 0.49% | - |
| XYZ | 10.91 | 6.23 | 9.86 | - |
| YUV | 67.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 33 | 88 | 0 | 0.74 | 0.30 | 0.51 | 324.52 | 0.58 | 0.31 |
| Hex | 7E | 21 | 58 | 0 | 4A | 1E | 33 | 145 | 3A | 1F |
| Octal | 176 | 41 | 130 | 0 | 112 | 36 | 63 | 505 | 72 | 37 |
| Binary | 1111110 | 100001 | 1011000 | 0 | 1001010 | 11110 | 110011 | 101000101 | 111010 | 11111 |
Color Harmonies of #7E2158
Complementary color
Monochromatic Colors of #7E2158
Black with #7E2158
Text Example
Text Example
White with #7E2158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2158; }
p { color: rgb(126,33,88); }
H1.HeaderClassName
{
color: #7E2158;
}
.AnyTagClassName
{
color: #7E2158;
}
</style>
background-color css
<style>
a { background-color: #7E2158; }
a { background-color: rgb(126,33,88); }
div.DivClassName
{
background-color: #7E2158;
}
.BgClassName
{
background-color: #7E2158;
}
</style>
border-color css
<style>
span { border-color: #7E2158; }
span { border-color: rgb(126,33,88); }
td.TdClassName
{
border-color: #7E2158;
}
.TagClassName
{
border-color: #7E2158;
}
</style>