Shades of Affair #734A89
Tints of Affair #734A89
RGB
CMYK
RGB Variations
Color information
#734A89 (or 0x734A89) is known color: Affair. HEX triplet: 73, 4A and 89. RGB value is (115,74,137). Sum of RGB (Red+Green+Blue) = 115+74+137=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #734A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734A89 is #8CB576. Grayscale: #5D5D5D. Windows color (decimal): -9221495 or 8997491. OLE color: 8997491.
HSL color Cylindrical-coordinate representation of color #734A89: hue angle of 279.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #734A89 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 74 | 137 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.46 |
| HSL | 279.05º | 0.3% | 0.41% | - |
| HSV(B) | 279.05º | 0.46% | 0.54% | - |
| XYZ | 14.03 | 10.35 | 24.92 | - |
| YUV | 93.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 137 | 0.16 | 0.46 | 0 | 0.46 | 279.05 | 0.3 | 0.41 |
| Hex | 73 | 4A | 89 | 10 | 2E | 0 | 2E | 117 | 1E | 29 |
| Octal | 163 | 112 | 211 | 20 | 56 | 0 | 56 | 427 | 36 | 51 |
| Binary | 1110011 | 1001010 | 10001001 | 10000 | 101110 | 0 | 101110 | 100010111 | 11110 | 101001 |
Color Harmonies of #734A89
Complementary color
Monochromatic Colors of #734A89
Black with #734A89
Text Example
Text Example
White with #734A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A89; }
p { color: rgb(115,74,137); }
H1.HeaderClassName
{
color: #734A89;
}
.AnyTagClassName
{
color: #734A89;
}
</style>
background-color css
<style>
a { background-color: #734A89; }
a { background-color: rgb(115,74,137); }
div.DivClassName
{
background-color: #734A89;
}
.BgClassName
{
background-color: #734A89;
}
</style>
border-color css
<style>
span { border-color: #734A89; }
span { border-color: rgb(115,74,137); }
td.TdClassName
{
border-color: #734A89;
}
.TagClassName
{
border-color: #734A89;
}
</style>