Shades of Affair #744E90
Tints of Affair #744E90
RGB
CMYK
RGB Variations
Color information
#744E90 (or 0x744E90) is known color: Affair. HEX triplet: 74, 4E and 90. RGB value is (116,78,144). Sum of RGB (Red+Green+Blue) = 116+78+144=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #744E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E90 is #8BB16F. Grayscale: #606060. Windows color (decimal): -9154928 or 9457268. OLE color: 9457268.
HSL color Cylindrical-coordinate representation of color #744E90: hue angle of 274.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #744E90 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 78 | 144 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.44 |
| HSL | 274.55º | 0.3% | 0.44% | - |
| HSV(B) | 274.55º | 0.46% | 0.56% | - |
| XYZ | 14.96 | 11.18 | 27.75 | - |
| YUV | 96.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 144 | 0.19 | 0.46 | 0 | 0.44 | 274.55 | 0.3 | 0.44 |
| Hex | 74 | 4E | 90 | 13 | 2E | 0 | 2C | 113 | 1E | 2C |
| Octal | 164 | 116 | 220 | 23 | 56 | 0 | 54 | 423 | 36 | 54 |
| Binary | 1110100 | 1001110 | 10010000 | 10011 | 101110 | 0 | 101100 | 100010011 | 11110 | 101100 |
Color Harmonies of #744E90
Complementary color
Monochromatic Colors of #744E90
Black with #744E90
Text Example
Text Example
White with #744E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E90; }
p { color: rgb(116,78,144); }
H1.HeaderClassName
{
color: #744E90;
}
.AnyTagClassName
{
color: #744E90;
}
</style>
background-color css
<style>
a { background-color: #744E90; }
a { background-color: rgb(116,78,144); }
div.DivClassName
{
background-color: #744E90;
}
.BgClassName
{
background-color: #744E90;
}
</style>
border-color css
<style>
span { border-color: #744E90; }
span { border-color: rgb(116,78,144); }
td.TdClassName
{
border-color: #744E90;
}
.TagClassName
{
border-color: #744E90;
}
</style>