Shades of Affair #703E8E
Tints of Affair #703E8E
RGB
CMYK
RGB Variations
Color information
#703E8E (or 0x703E8E) is known color: Affair. HEX triplet: 70, 3E and 8E. RGB value is (112,62,142). Sum of RGB (Red+Green+Blue) = 112+62+142=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #703E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703E8E is #8FC171. Grayscale: #555555. Windows color (decimal): -9421170 or 9322096. OLE color: 9322096.
HSL color Cylindrical-coordinate representation of color #703E8E: hue angle of 277.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703E8E is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 62 | 142 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.44 |
| HSL | 277.5º | 0.39% | 0.4% | - |
| HSV(B) | 277.5º | 0.56% | 0.56% | - |
| XYZ | 13.29 | 8.84 | 26.6 | - |
| YUV | 86.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 142 | 0.21 | 0.56 | 0 | 0.44 | 277.5 | 0.39 | 0.4 |
| Hex | 70 | 3E | 8E | 15 | 38 | 0 | 2C | 116 | 27 | 28 |
| Octal | 160 | 76 | 216 | 25 | 70 | 0 | 54 | 426 | 47 | 50 |
| Binary | 1110000 | 111110 | 10001110 | 10101 | 111000 | 0 | 101100 | 100010110 | 100111 | 101000 |
Color Harmonies of #703E8E
Complementary color
Monochromatic Colors of #703E8E
Black with #703E8E
Text Example
Text Example
White with #703E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E8E; }
p { color: rgb(112,62,142); }
H1.HeaderClassName
{
color: #703E8E;
}
.AnyTagClassName
{
color: #703E8E;
}
</style>
background-color css
<style>
a { background-color: #703E8E; }
a { background-color: rgb(112,62,142); }
div.DivClassName
{
background-color: #703E8E;
}
.BgClassName
{
background-color: #703E8E;
}
</style>
border-color css
<style>
span { border-color: #703E8E; }
span { border-color: rgb(112,62,142); }
td.TdClassName
{
border-color: #703E8E;
}
.TagClassName
{
border-color: #703E8E;
}
</style>