Shades of Affair #70498F
Tints of Affair #70498F
RGB
CMYK
RGB Variations
Color information
#70498F (or 0x70498F) is known color: Affair. HEX triplet: 70, 49 and 8F. RGB value is (112,73,143). Sum of RGB (Red+Green+Blue) = 112+73+143=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #70498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70498F is #8FB670. Grayscale: #5C5C5C. Windows color (decimal): -9418353 or 9390448. OLE color: 9390448.
HSL color Cylindrical-coordinate representation of color #70498F: hue angle of 273.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70498F is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 73 | 143 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.44 |
| HSL | 273.43º | 0.32% | 0.42% | - |
| HSV(B) | 273.43º | 0.49% | 0.56% | - |
| XYZ | 14.02 | 10.19 | 27.21 | - |
| YUV | 92.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 143 | 0.22 | 0.49 | 0 | 0.44 | 273.43 | 0.32 | 0.42 |
| Hex | 70 | 49 | 8F | 16 | 31 | 0 | 2C | 111 | 20 | 2A |
| Octal | 160 | 111 | 217 | 26 | 61 | 0 | 54 | 421 | 40 | 52 |
| Binary | 1110000 | 1001001 | 10001111 | 10110 | 110001 | 0 | 101100 | 100010001 | 100000 | 101010 |
Color Harmonies of #70498F
Complementary color
Monochromatic Colors of #70498F
Black with #70498F
Text Example
Text Example
White with #70498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70498F; }
p { color: rgb(112,73,143); }
H1.HeaderClassName
{
color: #70498F;
}
.AnyTagClassName
{
color: #70498F;
}
</style>
background-color css
<style>
a { background-color: #70498F; }
a { background-color: rgb(112,73,143); }
div.DivClassName
{
background-color: #70498F;
}
.BgClassName
{
background-color: #70498F;
}
</style>
border-color css
<style>
span { border-color: #70498F; }
span { border-color: rgb(112,73,143); }
td.TdClassName
{
border-color: #70498F;
}
.TagClassName
{
border-color: #70498F;
}
</style>