Shades of Affair #70517B
Tints of Affair #70517B
RGB
CMYK
RGB Variations
Color information
#70517B (or 0x70517B) is known color: Affair. HEX triplet: 70, 51 and 7B. RGB value is (112,81,123). Sum of RGB (Red+Green+Blue) = 112+81+123=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #70517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70517B is #8FAE84. Grayscale: #5E5E5E. Windows color (decimal): -9416325 or 8081776. OLE color: 8081776.
HSL color Cylindrical-coordinate representation of color #70517B: hue angle of 284.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70517B is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 81 | 123 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.52 |
| HSL | 284.29º | 0.21% | 0.4% | - |
| HSV(B) | 284.29º | 0.34% | 0.48% | - |
| XYZ | 13.2 | 10.76 | 20.12 | - |
| YUV | 95.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 123 | 0.09 | 0.34 | 0 | 0.52 | 284.29 | 0.21 | 0.4 |
| Hex | 70 | 51 | 7B | 9 | 22 | 0 | 34 | 11C | 15 | 28 |
| Octal | 160 | 121 | 173 | 11 | 42 | 0 | 64 | 434 | 25 | 50 |
| Binary | 1110000 | 1010001 | 1111011 | 1001 | 100010 | 0 | 110100 | 100011100 | 10101 | 101000 |
Color Harmonies of #70517B
Complementary color
Monochromatic Colors of #70517B
Black with #70517B
Text Example
Text Example
White with #70517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70517B; }
p { color: rgb(112,81,123); }
H1.HeaderClassName
{
color: #70517B;
}
.AnyTagClassName
{
color: #70517B;
}
</style>
background-color css
<style>
a { background-color: #70517B; }
a { background-color: rgb(112,81,123); }
div.DivClassName
{
background-color: #70517B;
}
.BgClassName
{
background-color: #70517B;
}
</style>
border-color css
<style>
span { border-color: #70517B; }
span { border-color: rgb(112,81,123); }
td.TdClassName
{
border-color: #70517B;
}
.TagClassName
{
border-color: #70517B;
}
</style>