Shades of Flirt #74325C
Tints of Flirt #74325C
RGB
CMYK
RGB Variations
Color information
#74325C (or 0x74325C) is known color: Flirt. HEX triplet: 74, 32 and 5C. RGB value is (116,50,92). Sum of RGB (Red+Green+Blue) = 116+50+92=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74325C is #8BCDA3. Grayscale: #4A4A4A. Windows color (decimal): -9162148 or 6042228. OLE color: 6042228.
HSL color Cylindrical-coordinate representation of color #74325C: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74325C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 92 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.55 |
| HSL | 321.82º | 0.4% | 0.33% | - |
| HSV(B) | 321.82º | 0.57% | 0.45% | - |
| XYZ | 10.27 | 6.77 | 10.89 | - |
| YUV | 74.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 92 | 0 | 0.57 | 0.21 | 0.55 | 321.82 | 0.4 | 0.33 |
| Hex | 74 | 32 | 5C | 0 | 39 | 15 | 37 | 142 | 28 | 21 |
| Octal | 164 | 62 | 134 | 0 | 71 | 25 | 67 | 502 | 50 | 41 |
| Binary | 1110100 | 110010 | 1011100 | 0 | 111001 | 10101 | 110111 | 101000010 | 101000 | 100001 |
Color Harmonies of #74325C
Complementary color
Monochromatic Colors of #74325C
Black with #74325C
Text Example
Text Example
White with #74325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74325C; }
p { color: rgb(116,50,92); }
H1.HeaderClassName
{
color: #74325C;
}
.AnyTagClassName
{
color: #74325C;
}
</style>
background-color css
<style>
a { background-color: #74325C; }
a { background-color: rgb(116,50,92); }
div.DivClassName
{
background-color: #74325C;
}
.BgClassName
{
background-color: #74325C;
}
</style>
border-color css
<style>
span { border-color: #74325C; }
span { border-color: rgb(116,50,92); }
td.TdClassName
{
border-color: #74325C;
}
.TagClassName
{
border-color: #74325C;
}
</style>