Shades of Affair #754D91
Tints of Affair #754D91
RGB
CMYK
RGB Variations
Color information
#754D91 (or 0x754D91) is known color: Affair. HEX triplet: 75, 4D and 91. RGB value is (117,77,145). Sum of RGB (Red+Green+Blue) = 117+77+145=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #754D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D91 is #8AB26E. Grayscale: #606060. Windows color (decimal): -9089647 or 9522549. OLE color: 9522549.
HSL color Cylindrical-coordinate representation of color #754D91: hue angle of 275.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754D91 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 77 | 145 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.43 |
| HSL | 275.29º | 0.31% | 0.44% | - |
| HSV(B) | 275.29º | 0.47% | 0.57% | - |
| XYZ | 15.1 | 11.13 | 28.14 | - |
| YUV | 96.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 145 | 0.19 | 0.47 | 0 | 0.43 | 275.29 | 0.31 | 0.44 |
| Hex | 75 | 4D | 91 | 13 | 2F | 0 | 2B | 113 | 1F | 2C |
| Octal | 165 | 115 | 221 | 23 | 57 | 0 | 53 | 423 | 37 | 54 |
| Binary | 1110101 | 1001101 | 10010001 | 10011 | 101111 | 0 | 101011 | 100010011 | 11111 | 101100 |
Color Harmonies of #754D91
Complementary color
Monochromatic Colors of #754D91
Black with #754D91
Text Example
Text Example
White with #754D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D91; }
p { color: rgb(117,77,145); }
H1.HeaderClassName
{
color: #754D91;
}
.AnyTagClassName
{
color: #754D91;
}
</style>
background-color css
<style>
a { background-color: #754D91; }
a { background-color: rgb(117,77,145); }
div.DivClassName
{
background-color: #754D91;
}
.BgClassName
{
background-color: #754D91;
}
</style>
border-color css
<style>
span { border-color: #754D91; }
span { border-color: rgb(117,77,145); }
td.TdClassName
{
border-color: #754D91;
}
.TagClassName
{
border-color: #754D91;
}
</style>