Shades of Affair #703D85
Tints of Affair #703D85
RGB
CMYK
RGB Variations
Color information
#703D85 (or 0x703D85) is known color: Affair. HEX triplet: 70, 3D and 85. RGB value is (112,61,133). Sum of RGB (Red+Green+Blue) = 112+61+133=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #703D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D85 is #8FC27A. Grayscale: #545454. Windows color (decimal): -9421435 or 8732016. OLE color: 8732016.
HSL color Cylindrical-coordinate representation of color #703D85: hue angle of 282.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703D85 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 61 | 133 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.48 |
| HSL | 282.5º | 0.37% | 0.38% | - |
| HSV(B) | 282.5º | 0.54% | 0.52% | - |
| XYZ | 12.58 | 8.48 | 23.16 | - |
| YUV | 84.46 | 155.4 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 133 | 0.16 | 0.54 | 0 | 0.48 | 282.5 | 0.37 | 0.38 |
| Hex | 70 | 3D | 85 | 10 | 36 | 0 | 30 | 11A | 25 | 26 |
| Octal | 160 | 75 | 205 | 20 | 66 | 0 | 60 | 432 | 45 | 46 |
| Binary | 1110000 | 111101 | 10000101 | 10000 | 110110 | 0 | 110000 | 100011010 | 100101 | 100110 |
Color Harmonies of #703D85
Complementary color
Monochromatic Colors of #703D85
Black with #703D85
Text Example
Text Example
White with #703D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D85; }
p { color: rgb(112,61,133); }
H1.HeaderClassName
{
color: #703D85;
}
.AnyTagClassName
{
color: #703D85;
}
</style>
background-color css
<style>
a { background-color: #703D85; }
a { background-color: rgb(112,61,133); }
div.DivClassName
{
background-color: #703D85;
}
.BgClassName
{
background-color: #703D85;
}
</style>
border-color css
<style>
span { border-color: #703D85; }
span { border-color: rgb(112,61,133); }
td.TdClassName
{
border-color: #703D85;
}
.TagClassName
{
border-color: #703D85;
}
</style>