Shades of Flirt #70294C
Tints of Flirt #70294C
RGB
CMYK
RGB Variations
Color information
#70294C (or 0x70294C) is known color: Flirt. HEX triplet: 70, 29 and 4C. RGB value is (112,41,76). Sum of RGB (Red+Green+Blue) = 112+41+76=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70294C is #8FD6B3. Grayscale: #424242. Windows color (decimal): -9426612 or 4991344. OLE color: 4991344.
HSL color Cylindrical-coordinate representation of color #70294C: hue angle of 330.42º 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 #70294C is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 76 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.56 |
| HSL | 330.42º | 0.46% | 0.3% | - |
| HSV(B) | 330.42º | 0.63% | 0.44% | - |
| XYZ | 8.78 | 5.55 | 7.45 | - |
| YUV | 66.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 76 | 0 | 0.63 | 0.32 | 0.56 | 330.42 | 0.46 | 0.3 |
| Hex | 70 | 29 | 4C | 0 | 3F | 20 | 38 | 14A | 2E | 1E |
| Octal | 160 | 51 | 114 | 0 | 77 | 40 | 70 | 512 | 56 | 36 |
| Binary | 1110000 | 101001 | 1001100 | 0 | 111111 | 100000 | 111000 | 101001010 | 101110 | 11110 |
Color Harmonies of #70294C
Complementary color
Monochromatic Colors of #70294C
Black with #70294C
Text Example
Text Example
White with #70294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70294C; }
p { color: rgb(112,41,76); }
H1.HeaderClassName
{
color: #70294C;
}
.AnyTagClassName
{
color: #70294C;
}
</style>
background-color css
<style>
a { background-color: #70294C; }
a { background-color: rgb(112,41,76); }
div.DivClassName
{
background-color: #70294C;
}
.BgClassName
{
background-color: #70294C;
}
</style>
border-color css
<style>
span { border-color: #70294C; }
span { border-color: rgb(112,41,76); }
td.TdClassName
{
border-color: #70294C;
}
.TagClassName
{
border-color: #70294C;
}
</style>