Shades of Affair #703D84
Tints of Affair #703D84
RGB
CMYK
RGB Variations
Color information
#703D84 (or 0x703D84) is known color: Affair. HEX triplet: 70, 3D and 84. RGB value is (112,61,132). Sum of RGB (Red+Green+Blue) = 112+61+132=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #703D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D84 is #8FC27B. Grayscale: #545454. Windows color (decimal): -9421436 or 8666480. OLE color: 8666480.
HSL color Cylindrical-coordinate representation of color #703D84: hue angle of 283.1º 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 #703D84 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 61 | 132 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.48 |
| HSL | 283.1º | 0.37% | 0.38% | - |
| HSV(B) | 283.1º | 0.54% | 0.52% | - |
| XYZ | 12.52 | 8.45 | 22.8 | - |
| YUV | 84.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 132 | 0.15 | 0.54 | 0 | 0.48 | 283.1 | 0.37 | 0.38 |
| Hex | 70 | 3D | 84 | F | 36 | 0 | 30 | 11B | 25 | 26 |
| Octal | 160 | 75 | 204 | 17 | 66 | 0 | 60 | 433 | 45 | 46 |
| Binary | 1110000 | 111101 | 10000100 | 1111 | 110110 | 0 | 110000 | 100011011 | 100101 | 100110 |
Color Harmonies of #703D84
Complementary color
Monochromatic Colors of #703D84
Black with #703D84
Text Example
Text Example
White with #703D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D84; }
p { color: rgb(112,61,132); }
H1.HeaderClassName
{
color: #703D84;
}
.AnyTagClassName
{
color: #703D84;
}
</style>
background-color css
<style>
a { background-color: #703D84; }
a { background-color: rgb(112,61,132); }
div.DivClassName
{
background-color: #703D84;
}
.BgClassName
{
background-color: #703D84;
}
</style>
border-color css
<style>
span { border-color: #703D84; }
span { border-color: rgb(112,61,132); }
td.TdClassName
{
border-color: #703D84;
}
.TagClassName
{
border-color: #703D84;
}
</style>