Shades of Flirt #70294E
Tints of Flirt #70294E
RGB
CMYK
RGB Variations
Color information
#70294E (or 0x70294E) is known color: Flirt. HEX triplet: 70, 29 and 4E. RGB value is (112,41,78). Sum of RGB (Red+Green+Blue) = 112+41+78=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70294E is #8FD6B1. Grayscale: #424242. Windows color (decimal): -9426610 or 5122416. OLE color: 5122416.
HSL color Cylindrical-coordinate representation of color #70294E: hue angle of 328.73º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70294E is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 78 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.56 |
| HSL | 328.73º | 0.46% | 0.3% | - |
| HSV(B) | 328.73º | 0.63% | 0.44% | - |
| XYZ | 8.85 | 5.58 | 7.82 | - |
| YUV | 66.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 78 | 0 | 0.63 | 0.30 | 0.56 | 328.73 | 0.46 | 0.3 |
| Hex | 70 | 29 | 4E | 0 | 3F | 1E | 38 | 149 | 2E | 1E |
| Octal | 160 | 51 | 116 | 0 | 77 | 36 | 70 | 511 | 56 | 36 |
| Binary | 1110000 | 101001 | 1001110 | 0 | 111111 | 11110 | 111000 | 101001001 | 101110 | 11110 |
Color Harmonies of #70294E
Complementary color
Monochromatic Colors of #70294E
Black with #70294E
Text Example
Text Example
White with #70294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70294E; }
p { color: rgb(112,41,78); }
H1.HeaderClassName
{
color: #70294E;
}
.AnyTagClassName
{
color: #70294E;
}
</style>
background-color css
<style>
a { background-color: #70294E; }
a { background-color: rgb(112,41,78); }
div.DivClassName
{
background-color: #70294E;
}
.BgClassName
{
background-color: #70294E;
}
</style>
border-color css
<style>
span { border-color: #70294E; }
span { border-color: rgb(112,41,78); }
td.TdClassName
{
border-color: #70294E;
}
.TagClassName
{
border-color: #70294E;
}
</style>