Shades of Affair #744D82
Tints of Affair #744D82
RGB
CMYK
RGB Variations
Color information
#744D82 (or 0x744D82) is known color: Affair. HEX triplet: 74, 4D and 82. RGB value is (116,77,130). Sum of RGB (Red+Green+Blue) = 116+77+130=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #744D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744D82 is #8BB27D. Grayscale: #5E5E5E. Windows color (decimal): -9155198 or 8539508. OLE color: 8539508.
HSL color Cylindrical-coordinate representation of color #744D82: hue angle of 284.15º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #744D82 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 77 | 130 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.49 |
| HSL | 284.15º | 0.26% | 0.41% | - |
| HSV(B) | 284.15º | 0.41% | 0.51% | - |
| XYZ | 13.89 | 10.63 | 22.44 | - |
| YUV | 94.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 130 | 0.11 | 0.41 | 0 | 0.49 | 284.15 | 0.26 | 0.41 |
| Hex | 74 | 4D | 82 | B | 29 | 0 | 31 | 11C | 1A | 29 |
| Octal | 164 | 115 | 202 | 13 | 51 | 0 | 61 | 434 | 32 | 51 |
| Binary | 1110100 | 1001101 | 10000010 | 1011 | 101001 | 0 | 110001 | 100011100 | 11010 | 101001 |
Color Harmonies of #744D82
Complementary color
Monochromatic Colors of #744D82
Black with #744D82
Text Example
Text Example
White with #744D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D82; }
p { color: rgb(116,77,130); }
H1.HeaderClassName
{
color: #744D82;
}
.AnyTagClassName
{
color: #744D82;
}
</style>
background-color css
<style>
a { background-color: #744D82; }
a { background-color: rgb(116,77,130); }
div.DivClassName
{
background-color: #744D82;
}
.BgClassName
{
background-color: #744D82;
}
</style>
border-color css
<style>
span { border-color: #744D82; }
span { border-color: rgb(116,77,130); }
td.TdClassName
{
border-color: #744D82;
}
.TagClassName
{
border-color: #744D82;
}
</style>