Shades of Affair #745B8A
Tints of Affair #745B8A
RGB
CMYK
RGB Variations
Color information
#745B8A (or 0x745B8A) is known color: Affair. HEX triplet: 74, 5B and 8A. RGB value is (116,91,138). Sum of RGB (Red+Green+Blue) = 116+91+138=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #745B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B8A is #8BA475. Grayscale: #676767. Windows color (decimal): -9151606 or 9067380. OLE color: 9067380.
HSL color Cylindrical-coordinate representation of color #745B8A: hue angle of 271.91º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #745B8A is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 91 | 138 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.46 |
| HSL | 271.91º | 0.21% | 0.45% | - |
| HSV(B) | 271.91º | 0.34% | 0.54% | - |
| XYZ | 15.53 | 13.03 | 25.74 | - |
| YUV | 103.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 138 | 0.16 | 0.34 | 0 | 0.46 | 271.91 | 0.21 | 0.45 |
| Hex | 74 | 5B | 8A | 10 | 22 | 0 | 2E | 110 | 15 | 2D |
| Octal | 164 | 133 | 212 | 20 | 42 | 0 | 56 | 420 | 25 | 55 |
| Binary | 1110100 | 1011011 | 10001010 | 10000 | 100010 | 0 | 101110 | 100010000 | 10101 | 101101 |
Color Harmonies of #745B8A
Complementary color
Monochromatic Colors of #745B8A
Black with #745B8A
Text Example
Text Example
White with #745B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B8A; }
p { color: rgb(116,91,138); }
H1.HeaderClassName
{
color: #745B8A;
}
.AnyTagClassName
{
color: #745B8A;
}
</style>
background-color css
<style>
a { background-color: #745B8A; }
a { background-color: rgb(116,91,138); }
div.DivClassName
{
background-color: #745B8A;
}
.BgClassName
{
background-color: #745B8A;
}
</style>
border-color css
<style>
span { border-color: #745B8A; }
span { border-color: rgb(116,91,138); }
td.TdClassName
{
border-color: #745B8A;
}
.TagClassName
{
border-color: #745B8A;
}
</style>