Shades of Affair #754D89
Tints of Affair #754D89
RGB
CMYK
RGB Variations
Color information
#754D89 (or 0x754D89) is known color: Affair. HEX triplet: 75, 4D and 89. RGB value is (117,77,137). Sum of RGB (Red+Green+Blue) = 117+77+137=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #754D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D89 is #8AB276. Grayscale: #5F5F5F. Windows color (decimal): -9089655 or 8998261. OLE color: 8998261.
HSL color Cylindrical-coordinate representation of color #754D89: hue angle of 280º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754D89 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 77 | 137 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.46 |
| HSL | 280º | 0.28% | 0.42% | - |
| HSV(B) | 280º | 0.44% | 0.54% | - |
| XYZ | 14.51 | 10.9 | 25.01 | - |
| YUV | 95.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 137 | 0.15 | 0.44 | 0 | 0.46 | 280 | 0.28 | 0.42 |
| Hex | 75 | 4D | 89 | F | 2C | 0 | 2E | 118 | 1C | 2A |
| Octal | 165 | 115 | 211 | 17 | 54 | 0 | 56 | 430 | 34 | 52 |
| Binary | 1110101 | 1001101 | 10001001 | 1111 | 101100 | 0 | 101110 | 100011000 | 11100 | 101010 |
Color Harmonies of #754D89
Complementary color
Monochromatic Colors of #754D89
Black with #754D89
Text Example
Text Example
White with #754D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D89; }
p { color: rgb(117,77,137); }
H1.HeaderClassName
{
color: #754D89;
}
.AnyTagClassName
{
color: #754D89;
}
</style>
background-color css
<style>
a { background-color: #754D89; }
a { background-color: rgb(117,77,137); }
div.DivClassName
{
background-color: #754D89;
}
.BgClassName
{
background-color: #754D89;
}
</style>
border-color css
<style>
span { border-color: #754D89; }
span { border-color: rgb(117,77,137); }
td.TdClassName
{
border-color: #754D89;
}
.TagClassName
{
border-color: #754D89;
}
</style>