Shades of Affair #70487F
Tints of Affair #70487F
RGB
CMYK
RGB Variations
Color information
#70487F (or 0x70487F) is known color: Affair. HEX triplet: 70, 48 and 7F. RGB value is (112,72,127). Sum of RGB (Red+Green+Blue) = 112+72+127=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #70487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70487F is #8FB780. Grayscale: #5A5A5A. Windows color (decimal): -9418625 or 8341616. OLE color: 8341616.
HSL color Cylindrical-coordinate representation of color #70487F: hue angle of 283.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70487F is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 72 | 127 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.50 |
| HSL | 283.64º | 0.28% | 0.39% | - |
| HSV(B) | 283.64º | 0.43% | 0.5% | - |
| XYZ | 12.83 | 9.61 | 21.26 | - |
| YUV | 90.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 127 | 0.12 | 0.43 | 0 | 0.50 | 283.64 | 0.28 | 0.39 |
| Hex | 70 | 48 | 7F | C | 2B | 0 | 32 | 11C | 1C | 27 |
| Octal | 160 | 110 | 177 | 14 | 53 | 0 | 62 | 434 | 34 | 47 |
| Binary | 1110000 | 1001000 | 1111111 | 1100 | 101011 | 0 | 110010 | 100011100 | 11100 | 100111 |
Color Harmonies of #70487F
Complementary color
Monochromatic Colors of #70487F
Black with #70487F
Text Example
Text Example
White with #70487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70487F; }
p { color: rgb(112,72,127); }
H1.HeaderClassName
{
color: #70487F;
}
.AnyTagClassName
{
color: #70487F;
}
</style>
background-color css
<style>
a { background-color: #70487F; }
a { background-color: rgb(112,72,127); }
div.DivClassName
{
background-color: #70487F;
}
.BgClassName
{
background-color: #70487F;
}
</style>
border-color css
<style>
span { border-color: #70487F; }
span { border-color: rgb(112,72,127); }
td.TdClassName
{
border-color: #70487F;
}
.TagClassName
{
border-color: #70487F;
}
</style>