Shades of Flirt #71294E
Tints of Flirt #71294E
RGB
CMYK
RGB Variations
Color information
#71294E (or 0x71294E) is known color: Flirt. HEX triplet: 71, 29 and 4E. RGB value is (113,41,78). Sum of RGB (Red+Green+Blue) = 113+41+78=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #71294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71294E is #8ED6B1. Grayscale: #424242. Windows color (decimal): -9361074 or 5122417. OLE color: 5122417.
HSL color Cylindrical-coordinate representation of color #71294E: hue angle of 329.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71294E is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 78 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.56 |
| HSL | 329.17º | 0.47% | 0.3% | - |
| HSV(B) | 329.17º | 0.64% | 0.44% | - |
| XYZ | 8.98 | 5.65 | 7.82 | - |
| YUV | 66.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 78 | 0 | 0.64 | 0.31 | 0.56 | 329.17 | 0.47 | 0.3 |
| Hex | 71 | 29 | 4E | 0 | 40 | 1F | 38 | 149 | 2F | 1E |
| Octal | 161 | 51 | 116 | 0 | 100 | 37 | 70 | 511 | 57 | 36 |
| Binary | 1110001 | 101001 | 1001110 | 0 | 1000000 | 11111 | 111000 | 101001001 | 101111 | 11110 |
Color Harmonies of #71294E
Complementary color
Monochromatic Colors of #71294E
Black with #71294E
Text Example
Text Example
White with #71294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71294E; }
p { color: rgb(113,41,78); }
H1.HeaderClassName
{
color: #71294E;
}
.AnyTagClassName
{
color: #71294E;
}
</style>
background-color css
<style>
a { background-color: #71294E; }
a { background-color: rgb(113,41,78); }
div.DivClassName
{
background-color: #71294E;
}
.BgClassName
{
background-color: #71294E;
}
</style>
border-color css
<style>
span { border-color: #71294E; }
span { border-color: rgb(113,41,78); }
td.TdClassName
{
border-color: #71294E;
}
.TagClassName
{
border-color: #71294E;
}
</style>