Shades of Flirt #742E5A
Tints of Flirt #742E5A
RGB
CMYK
RGB Variations
Color information
#742E5A (or 0x742E5A) is known color: Flirt. HEX triplet: 74, 2E and 5A. RGB value is (116,46,90). Sum of RGB (Red+Green+Blue) = 116+46+90=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E5A is #8BD1A5. Grayscale: #474747. Windows color (decimal): -9163174 or 5910132. OLE color: 5910132.
HSL color Cylindrical-coordinate representation of color #742E5A: hue angle of 322.29º 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 #742E5A is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 90 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.55 |
| HSL | 322.29º | 0.43% | 0.32% | - |
| HSV(B) | 322.29º | 0.6% | 0.45% | - |
| XYZ | 10.02 | 6.41 | 10.38 | - |
| YUV | 71.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 90 | 0 | 0.60 | 0.22 | 0.55 | 322.29 | 0.43 | 0.32 |
| Hex | 74 | 2E | 5A | 0 | 3C | 16 | 37 | 142 | 2B | 20 |
| Octal | 164 | 56 | 132 | 0 | 74 | 26 | 67 | 502 | 53 | 40 |
| Binary | 1110100 | 101110 | 1011010 | 0 | 111100 | 10110 | 110111 | 101000010 | 101011 | 100000 |
Color Harmonies of #742E5A
Complementary color
Monochromatic Colors of #742E5A
Black with #742E5A
Text Example
Text Example
White with #742E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E5A; }
p { color: rgb(116,46,90); }
H1.HeaderClassName
{
color: #742E5A;
}
.AnyTagClassName
{
color: #742E5A;
}
</style>
background-color css
<style>
a { background-color: #742E5A; }
a { background-color: rgb(116,46,90); }
div.DivClassName
{
background-color: #742E5A;
}
.BgClassName
{
background-color: #742E5A;
}
</style>
border-color css
<style>
span { border-color: #742E5A; }
span { border-color: rgb(116,46,90); }
td.TdClassName
{
border-color: #742E5A;
}
.TagClassName
{
border-color: #742E5A;
}
</style>