Shades of Affair #744A86
Tints of Affair #744A86
RGB
CMYK
RGB Variations
Color information
#744A86 (or 0x744A86) is known color: Affair. HEX triplet: 74, 4A and 86. RGB value is (116,74,134). Sum of RGB (Red+Green+Blue) = 116+74+134=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #744A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A86 is #8BB579. Grayscale: #5D5D5D. Windows color (decimal): -9155962 or 8800884. OLE color: 8800884.
HSL color Cylindrical-coordinate representation of color #744A86: hue angle of 282º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744A86 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 74 | 134 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.47 |
| HSL | 282º | 0.29% | 0.41% | - |
| HSV(B) | 282º | 0.45% | 0.53% | - |
| XYZ | 13.95 | 10.33 | 23.81 | - |
| YUV | 93.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 134 | 0.13 | 0.45 | 0 | 0.47 | 282 | 0.29 | 0.41 |
| Hex | 74 | 4A | 86 | D | 2D | 0 | 2F | 11A | 1D | 29 |
| Octal | 164 | 112 | 206 | 15 | 55 | 0 | 57 | 432 | 35 | 51 |
| Binary | 1110100 | 1001010 | 10000110 | 1101 | 101101 | 0 | 101111 | 100011010 | 11101 | 101001 |
Color Harmonies of #744A86
Complementary color
Monochromatic Colors of #744A86
Black with #744A86
Text Example
Text Example
White with #744A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A86; }
p { color: rgb(116,74,134); }
H1.HeaderClassName
{
color: #744A86;
}
.AnyTagClassName
{
color: #744A86;
}
</style>
background-color css
<style>
a { background-color: #744A86; }
a { background-color: rgb(116,74,134); }
div.DivClassName
{
background-color: #744A86;
}
.BgClassName
{
background-color: #744A86;
}
</style>
border-color css
<style>
span { border-color: #744A86; }
span { border-color: rgb(116,74,134); }
td.TdClassName
{
border-color: #744A86;
}
.TagClassName
{
border-color: #744A86;
}
</style>