Shades of Affair #704A8E
Tints of Affair #704A8E
RGB
CMYK
RGB Variations
Color information
#704A8E (or 0x704A8E) is known color: Affair. HEX triplet: 70, 4A and 8E. RGB value is (112,74,142). Sum of RGB (Red+Green+Blue) = 112+74+142=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #704A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704A8E is #8FB571. Grayscale: #5C5C5C. Windows color (decimal): -9418098 or 9325168. OLE color: 9325168.
HSL color Cylindrical-coordinate representation of color #704A8E: hue angle of 273.53º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704A8E is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 74 | 142 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.44 |
| HSL | 273.53º | 0.31% | 0.42% | - |
| HSV(B) | 273.53º | 0.48% | 0.56% | - |
| XYZ | 14.01 | 10.3 | 26.84 | - |
| YUV | 93.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 142 | 0.21 | 0.48 | 0 | 0.44 | 273.53 | 0.31 | 0.42 |
| Hex | 70 | 4A | 8E | 15 | 30 | 0 | 2C | 112 | 1F | 2A |
| Octal | 160 | 112 | 216 | 25 | 60 | 0 | 54 | 422 | 37 | 52 |
| Binary | 1110000 | 1001010 | 10001110 | 10101 | 110000 | 0 | 101100 | 100010010 | 11111 | 101010 |
Color Harmonies of #704A8E
Complementary color
Monochromatic Colors of #704A8E
Black with #704A8E
Text Example
Text Example
White with #704A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A8E; }
p { color: rgb(112,74,142); }
H1.HeaderClassName
{
color: #704A8E;
}
.AnyTagClassName
{
color: #704A8E;
}
</style>
background-color css
<style>
a { background-color: #704A8E; }
a { background-color: rgb(112,74,142); }
div.DivClassName
{
background-color: #704A8E;
}
.BgClassName
{
background-color: #704A8E;
}
</style>
border-color css
<style>
span { border-color: #704A8E; }
span { border-color: rgb(112,74,142); }
td.TdClassName
{
border-color: #704A8E;
}
.TagClassName
{
border-color: #704A8E;
}
</style>