Shades of Flirt #742E58
Tints of Flirt #742E58
RGB
CMYK
RGB Variations
Color information
#742E58 (or 0x742E58) is known color: Flirt. HEX triplet: 74, 2E and 58. RGB value is (116,46,88). Sum of RGB (Red+Green+Blue) = 116+46+88=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #742E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E58 is #8BD1A7. Grayscale: #474747. Windows color (decimal): -9163176 or 5779060. OLE color: 5779060.
HSL color Cylindrical-coordinate representation of color #742E58: hue angle of 324º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E58 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 88 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.55 |
| HSL | 324º | 0.43% | 0.32% | - |
| HSV(B) | 324º | 0.6% | 0.45% | - |
| XYZ | 9.94 | 6.37 | 9.94 | - |
| YUV | 71.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 88 | 0 | 0.60 | 0.24 | 0.55 | 324 | 0.43 | 0.32 |
| Hex | 74 | 2E | 58 | 0 | 3C | 18 | 37 | 144 | 2B | 20 |
| Octal | 164 | 56 | 130 | 0 | 74 | 30 | 67 | 504 | 53 | 40 |
| Binary | 1110100 | 101110 | 1011000 | 0 | 111100 | 11000 | 110111 | 101000100 | 101011 | 100000 |
Color Harmonies of #742E58
Complementary color
Monochromatic Colors of #742E58
Black with #742E58
Text Example
Text Example
White with #742E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E58; }
p { color: rgb(116,46,88); }
H1.HeaderClassName
{
color: #742E58;
}
.AnyTagClassName
{
color: #742E58;
}
</style>
background-color css
<style>
a { background-color: #742E58; }
a { background-color: rgb(116,46,88); }
div.DivClassName
{
background-color: #742E58;
}
.BgClassName
{
background-color: #742E58;
}
</style>
border-color css
<style>
span { border-color: #742E58; }
span { border-color: rgb(116,46,88); }
td.TdClassName
{
border-color: #742E58;
}
.TagClassName
{
border-color: #742E58;
}
</style>