Shades of Flirt #742B58
Tints of Flirt #742B58
RGB
CMYK
RGB Variations
Color information
#742B58 (or 0x742B58) is known color: Flirt. HEX triplet: 74, 2B and 58. RGB value is (116,43,88). Sum of RGB (Red+Green+Blue) = 116+43+88=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #742B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B58 is #8BD4A7. Grayscale: #454545. Windows color (decimal): -9163944 or 5778292. OLE color: 5778292.
HSL color Cylindrical-coordinate representation of color #742B58: hue angle of 323.01º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742B58 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 88 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.55 |
| HSL | 323.01º | 0.46% | 0.31% | - |
| HSV(B) | 323.01º | 0.63% | 0.45% | - |
| XYZ | 9.83 | 6.15 | 9.9 | - |
| YUV | 69.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 88 | 0 | 0.63 | 0.24 | 0.55 | 323.01 | 0.46 | 0.31 |
| Hex | 74 | 2B | 58 | 0 | 3F | 18 | 37 | 143 | 2E | 1F |
| Octal | 164 | 53 | 130 | 0 | 77 | 30 | 67 | 503 | 56 | 37 |
| Binary | 1110100 | 101011 | 1011000 | 0 | 111111 | 11000 | 110111 | 101000011 | 101110 | 11111 |
Color Harmonies of #742B58
Complementary color
Monochromatic Colors of #742B58
Black with #742B58
Text Example
Text Example
White with #742B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B58; }
p { color: rgb(116,43,88); }
H1.HeaderClassName
{
color: #742B58;
}
.AnyTagClassName
{
color: #742B58;
}
</style>
background-color css
<style>
a { background-color: #742B58; }
a { background-color: rgb(116,43,88); }
div.DivClassName
{
background-color: #742B58;
}
.BgClassName
{
background-color: #742B58;
}
</style>
border-color css
<style>
span { border-color: #742B58; }
span { border-color: rgb(116,43,88); }
td.TdClassName
{
border-color: #742B58;
}
.TagClassName
{
border-color: #742B58;
}
</style>