Shades of Affair #703C8C
Tints of Affair #703C8C
RGB
CMYK
RGB Variations
Color information
#703C8C (or 0x703C8C) is known color: Affair. HEX triplet: 70, 3C and 8C. RGB value is (112,60,140). Sum of RGB (Red+Green+Blue) = 112+60+140=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #703C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703C8C is #8FC373. Grayscale: #545454. Windows color (decimal): -9421684 or 9190512. OLE color: 9190512.
HSL color Cylindrical-coordinate representation of color #703C8C: hue angle of 279º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703C8C is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 60 | 140 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.45 |
| HSL | 279º | 0.4% | 0.39% | - |
| HSV(B) | 279º | 0.57% | 0.55% | - |
| XYZ | 13.03 | 8.57 | 25.78 | - |
| YUV | 84.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 140 | 0.20 | 0.57 | 0 | 0.45 | 279 | 0.4 | 0.39 |
| Hex | 70 | 3C | 8C | 14 | 39 | 0 | 2D | 117 | 28 | 27 |
| Octal | 160 | 74 | 214 | 24 | 71 | 0 | 55 | 427 | 50 | 47 |
| Binary | 1110000 | 111100 | 10001100 | 10100 | 111001 | 0 | 101101 | 100010111 | 101000 | 100111 |
Color Harmonies of #703C8C
Complementary color
Monochromatic Colors of #703C8C
Black with #703C8C
Text Example
Text Example
White with #703C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C8C; }
p { color: rgb(112,60,140); }
H1.HeaderClassName
{
color: #703C8C;
}
.AnyTagClassName
{
color: #703C8C;
}
</style>
background-color css
<style>
a { background-color: #703C8C; }
a { background-color: rgb(112,60,140); }
div.DivClassName
{
background-color: #703C8C;
}
.BgClassName
{
background-color: #703C8C;
}
</style>
border-color css
<style>
span { border-color: #703C8C; }
span { border-color: rgb(112,60,140); }
td.TdClassName
{
border-color: #703C8C;
}
.TagClassName
{
border-color: #703C8C;
}
</style>