Shades of Affair #70508D
Tints of Affair #70508D
RGB
CMYK
RGB Variations
Color information
#70508D (or 0x70508D) is known color: Affair. HEX triplet: 70, 50 and 8D. RGB value is (112,80,141). Sum of RGB (Red+Green+Blue) = 112+80+141=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #70508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70508D is #8FAF72. Grayscale: #606060. Windows color (decimal): -9416563 or 9261168. OLE color: 9261168.
HSL color Cylindrical-coordinate representation of color #70508D: hue angle of 271.48º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70508D is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 80 | 141 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.45 |
| HSL | 271.48º | 0.28% | 0.43% | - |
| HSV(B) | 271.48º | 0.43% | 0.55% | - |
| XYZ | 14.36 | 11.11 | 26.59 | - |
| YUV | 96.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 141 | 0.21 | 0.43 | 0 | 0.45 | 271.48 | 0.28 | 0.43 |
| Hex | 70 | 50 | 8D | 15 | 2B | 0 | 2D | 10F | 1C | 2B |
| Octal | 160 | 120 | 215 | 25 | 53 | 0 | 55 | 417 | 34 | 53 |
| Binary | 1110000 | 1010000 | 10001101 | 10101 | 101011 | 0 | 101101 | 100001111 | 11100 | 101011 |
Color Harmonies of #70508D
Complementary color
Monochromatic Colors of #70508D
Black with #70508D
Text Example
Text Example
White with #70508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70508D; }
p { color: rgb(112,80,141); }
H1.HeaderClassName
{
color: #70508D;
}
.AnyTagClassName
{
color: #70508D;
}
</style>
background-color css
<style>
a { background-color: #70508D; }
a { background-color: rgb(112,80,141); }
div.DivClassName
{
background-color: #70508D;
}
.BgClassName
{
background-color: #70508D;
}
</style>
border-color css
<style>
span { border-color: #70508D; }
span { border-color: rgb(112,80,141); }
td.TdClassName
{
border-color: #70508D;
}
.TagClassName
{
border-color: #70508D;
}
</style>