Shades of Flirt #74294F
Tints of Flirt #74294F
RGB
CMYK
RGB Variations
Color information
#74294F (or 0x74294F) is known color: Flirt. HEX triplet: 74, 29 and 4F. RGB value is (116,41,79). Sum of RGB (Red+Green+Blue) = 116+41+79=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #74294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74294F is #8BD6B0. Grayscale: #434343. Windows color (decimal): -9164465 or 5187956. OLE color: 5187956.
HSL color Cylindrical-coordinate representation of color #74294F: hue angle of 329.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74294F is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 79 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.55 |
| HSL | 329.6º | 0.48% | 0.31% | - |
| HSV(B) | 329.6º | 0.65% | 0.45% | - |
| XYZ | 9.41 | 5.86 | 8.03 | - |
| YUV | 67.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 79 | 0 | 0.65 | 0.32 | 0.55 | 329.6 | 0.48 | 0.31 |
| Hex | 74 | 29 | 4F | 0 | 41 | 20 | 37 | 14A | 30 | 1F |
| Octal | 164 | 51 | 117 | 0 | 101 | 40 | 67 | 512 | 60 | 37 |
| Binary | 1110100 | 101001 | 1001111 | 0 | 1000001 | 100000 | 110111 | 101001010 | 110000 | 11111 |
Color Harmonies of #74294F
Complementary color
Monochromatic Colors of #74294F
Black with #74294F
Text Example
Text Example
White with #74294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74294F; }
p { color: rgb(116,41,79); }
H1.HeaderClassName
{
color: #74294F;
}
.AnyTagClassName
{
color: #74294F;
}
</style>
background-color css
<style>
a { background-color: #74294F; }
a { background-color: rgb(116,41,79); }
div.DivClassName
{
background-color: #74294F;
}
.BgClassName
{
background-color: #74294F;
}
</style>
border-color css
<style>
span { border-color: #74294F; }
span { border-color: rgb(116,41,79); }
td.TdClassName
{
border-color: #74294F;
}
.TagClassName
{
border-color: #74294F;
}
</style>