Shades of Affair #704C8A
Tints of Affair #704C8A
RGB
CMYK
RGB Variations
Color information
#704C8A (or 0x704C8A) is known color: Affair. HEX triplet: 70, 4C and 8A. RGB value is (112,76,138). Sum of RGB (Red+Green+Blue) = 112+76+138=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #704C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C8A is #8FB375. Grayscale: #5D5D5D. Windows color (decimal): -9417590 or 9063536. OLE color: 9063536.
HSL color Cylindrical-coordinate representation of color #704C8A: hue angle of 274.84º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #704C8A is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 76 | 138 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.46 |
| HSL | 274.84º | 0.29% | 0.42% | - |
| HSV(B) | 274.84º | 0.45% | 0.54% | - |
| XYZ | 13.85 | 10.45 | 25.33 | - |
| YUV | 93.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 138 | 0.19 | 0.45 | 0 | 0.46 | 274.84 | 0.29 | 0.42 |
| Hex | 70 | 4C | 8A | 13 | 2D | 0 | 2E | 113 | 1D | 2A |
| Octal | 160 | 114 | 212 | 23 | 55 | 0 | 56 | 423 | 35 | 52 |
| Binary | 1110000 | 1001100 | 10001010 | 10011 | 101101 | 0 | 101110 | 100010011 | 11101 | 101010 |
Color Harmonies of #704C8A
Complementary color
Monochromatic Colors of #704C8A
Black with #704C8A
Text Example
Text Example
White with #704C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C8A; }
p { color: rgb(112,76,138); }
H1.HeaderClassName
{
color: #704C8A;
}
.AnyTagClassName
{
color: #704C8A;
}
</style>
background-color css
<style>
a { background-color: #704C8A; }
a { background-color: rgb(112,76,138); }
div.DivClassName
{
background-color: #704C8A;
}
.BgClassName
{
background-color: #704C8A;
}
</style>
border-color css
<style>
span { border-color: #704C8A; }
span { border-color: rgb(112,76,138); }
td.TdClassName
{
border-color: #704C8A;
}
.TagClassName
{
border-color: #704C8A;
}
</style>