Shades of Flirt #7E1958
Tints of Flirt #7E1958
RGB
CMYK
RGB Variations
Color information
#7E1958 (or 0x7E1958) is known color: Flirt. HEX triplet: 7E, 19 and 58. RGB value is (126,25,88). Sum of RGB (Red+Green+Blue) = 126+25+88=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1958 is #81E6A7. Grayscale: #3E3E3E. Windows color (decimal): -8513192 or 5773694. OLE color: 5773694.
HSL color Cylindrical-coordinate representation of color #7E1958: hue angle of 322.57º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1958 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 88 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.51 |
| HSL | 322.57º | 0.67% | 0.3% | - |
| HSV(B) | 322.57º | 0.8% | 0.49% | - |
| XYZ | 10.71 | 5.84 | 9.79 | - |
| YUV | 62.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 88 | 0 | 0.80 | 0.30 | 0.51 | 322.57 | 0.67 | 0.3 |
| Hex | 7E | 19 | 58 | 0 | 50 | 1E | 33 | 143 | 43 | 1E |
| Octal | 176 | 31 | 130 | 0 | 120 | 36 | 63 | 503 | 103 | 36 |
| Binary | 1111110 | 11001 | 1011000 | 0 | 1010000 | 11110 | 110011 | 101000011 | 1000011 | 11110 |
Color Harmonies of #7E1958
Complementary color
Monochromatic Colors of #7E1958
Black with #7E1958
Text Example
Text Example
White with #7E1958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1958; }
p { color: rgb(126,25,88); }
H1.HeaderClassName
{
color: #7E1958;
}
.AnyTagClassName
{
color: #7E1958;
}
</style>
background-color css
<style>
a { background-color: #7E1958; }
a { background-color: rgb(126,25,88); }
div.DivClassName
{
background-color: #7E1958;
}
.BgClassName
{
background-color: #7E1958;
}
</style>
border-color css
<style>
span { border-color: #7E1958; }
span { border-color: rgb(126,25,88); }
td.TdClassName
{
border-color: #7E1958;
}
.TagClassName
{
border-color: #7E1958;
}
</style>