Shades of Affair #703D88
Tints of Affair #703D88
RGB
CMYK
RGB Variations
Color information
#703D88 (or 0x703D88) is known color: Affair. HEX triplet: 70, 3D and 88. RGB value is (112,61,136). Sum of RGB (Red+Green+Blue) = 112+61+136=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #703D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D88 is #8FC277. Grayscale: #545454. Windows color (decimal): -9421432 or 8928624. OLE color: 8928624.
HSL color Cylindrical-coordinate representation of color #703D88: hue angle of 280.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703D88 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 61 | 136 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.47 |
| HSL | 280.8º | 0.38% | 0.39% | - |
| HSV(B) | 280.8º | 0.55% | 0.53% | - |
| XYZ | 12.79 | 8.56 | 24.27 | - |
| YUV | 84.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 136 | 0.18 | 0.55 | 0 | 0.47 | 280.8 | 0.38 | 0.39 |
| Hex | 70 | 3D | 88 | 12 | 37 | 0 | 2F | 119 | 26 | 27 |
| Octal | 160 | 75 | 210 | 22 | 67 | 0 | 57 | 431 | 46 | 47 |
| Binary | 1110000 | 111101 | 10001000 | 10010 | 110111 | 0 | 101111 | 100011001 | 100110 | 100111 |
Color Harmonies of #703D88
Complementary color
Monochromatic Colors of #703D88
Black with #703D88
Text Example
Text Example
White with #703D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D88; }
p { color: rgb(112,61,136); }
H1.HeaderClassName
{
color: #703D88;
}
.AnyTagClassName
{
color: #703D88;
}
</style>
background-color css
<style>
a { background-color: #703D88; }
a { background-color: rgb(112,61,136); }
div.DivClassName
{
background-color: #703D88;
}
.BgClassName
{
background-color: #703D88;
}
</style>
border-color css
<style>
span { border-color: #703D88; }
span { border-color: rgb(112,61,136); }
td.TdClassName
{
border-color: #703D88;
}
.TagClassName
{
border-color: #703D88;
}
</style>