Shades of Flirt #742F5B
Tints of Flirt #742F5B
RGB
CMYK
RGB Variations
Color information
#742F5B (or 0x742F5B) is known color: Flirt. HEX triplet: 74, 2F and 5B. RGB value is (116,47,91). Sum of RGB (Red+Green+Blue) = 116+47+91=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F5B is #8BD0A4. Grayscale: #484848. Windows color (decimal): -9162917 or 5975924. OLE color: 5975924.
HSL color Cylindrical-coordinate representation of color #742F5B: hue angle of 321.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F5B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 91 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.55 |
| HSL | 321.74º | 0.42% | 0.32% | - |
| HSV(B) | 321.74º | 0.59% | 0.45% | - |
| XYZ | 10.11 | 6.5 | 10.62 | - |
| YUV | 72.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 91 | 0 | 0.59 | 0.22 | 0.55 | 321.74 | 0.42 | 0.32 |
| Hex | 74 | 2F | 5B | 0 | 3B | 16 | 37 | 142 | 2A | 20 |
| Octal | 164 | 57 | 133 | 0 | 73 | 26 | 67 | 502 | 52 | 40 |
| Binary | 1110100 | 101111 | 1011011 | 0 | 111011 | 10110 | 110111 | 101000010 | 101010 | 100000 |
Color Harmonies of #742F5B
Complementary color
Monochromatic Colors of #742F5B
Black with #742F5B
Text Example
Text Example
White with #742F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F5B; }
p { color: rgb(116,47,91); }
H1.HeaderClassName
{
color: #742F5B;
}
.AnyTagClassName
{
color: #742F5B;
}
</style>
background-color css
<style>
a { background-color: #742F5B; }
a { background-color: rgb(116,47,91); }
div.DivClassName
{
background-color: #742F5B;
}
.BgClassName
{
background-color: #742F5B;
}
</style>
border-color css
<style>
span { border-color: #742F5B; }
span { border-color: rgb(116,47,91); }
td.TdClassName
{
border-color: #742F5B;
}
.TagClassName
{
border-color: #742F5B;
}
</style>