Shades of Flirt #74294E
Tints of Flirt #74294E
RGB
CMYK
RGB Variations
Color information
#74294E (or 0x74294E) is known color: Flirt. HEX triplet: 74, 29 and 4E. RGB value is (116,41,78). Sum of RGB (Red+Green+Blue) = 116+41+78=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74294E is #8BD6B1. Grayscale: #434343. Windows color (decimal): -9164466 or 5122420. OLE color: 5122420.
HSL color Cylindrical-coordinate representation of color #74294E: hue angle of 330.4º 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 #74294E is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 78 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.55 |
| HSL | 330.4º | 0.48% | 0.31% | - |
| HSV(B) | 330.4º | 0.65% | 0.45% | - |
| XYZ | 9.37 | 5.85 | 7.84 | - |
| YUV | 67.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 78 | 0 | 0.65 | 0.33 | 0.55 | 330.4 | 0.48 | 0.31 |
| Hex | 74 | 29 | 4E | 0 | 41 | 21 | 37 | 14A | 30 | 1F |
| Octal | 164 | 51 | 116 | 0 | 101 | 41 | 67 | 512 | 60 | 37 |
| Binary | 1110100 | 101001 | 1001110 | 0 | 1000001 | 100001 | 110111 | 101001010 | 110000 | 11111 |
Color Harmonies of #74294E
Complementary color
Monochromatic Colors of #74294E
Black with #74294E
Text Example
Text Example
White with #74294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74294E; }
p { color: rgb(116,41,78); }
H1.HeaderClassName
{
color: #74294E;
}
.AnyTagClassName
{
color: #74294E;
}
</style>
background-color css
<style>
a { background-color: #74294E; }
a { background-color: rgb(116,41,78); }
div.DivClassName
{
background-color: #74294E;
}
.BgClassName
{
background-color: #74294E;
}
</style>
border-color css
<style>
span { border-color: #74294E; }
span { border-color: rgb(116,41,78); }
td.TdClassName
{
border-color: #74294E;
}
.TagClassName
{
border-color: #74294E;
}
</style>