Shades of Affair #754B91
Tints of Affair #754B91
RGB
CMYK
RGB Variations
Color information
#754B91 (or 0x754B91) is known color: Affair. HEX triplet: 75, 4B and 91. RGB value is (117,75,145). Sum of RGB (Red+Green+Blue) = 117+75+145=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #754B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B91 is #8AB46E. Grayscale: #5F5F5F. Windows color (decimal): -9090159 or 9522037. OLE color: 9522037.
HSL color Cylindrical-coordinate representation of color #754B91: hue angle of 276º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #754B91 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 75 | 145 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.43 |
| HSL | 276º | 0.32% | 0.43% | - |
| HSV(B) | 276º | 0.48% | 0.57% | - |
| XYZ | 14.96 | 10.86 | 28.1 | - |
| YUV | 95.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 145 | 0.19 | 0.48 | 0 | 0.43 | 276 | 0.32 | 0.43 |
| Hex | 75 | 4B | 91 | 13 | 30 | 0 | 2B | 114 | 20 | 2B |
| Octal | 165 | 113 | 221 | 23 | 60 | 0 | 53 | 424 | 40 | 53 |
| Binary | 1110101 | 1001011 | 10010001 | 10011 | 110000 | 0 | 101011 | 100010100 | 100000 | 101011 |
Color Harmonies of #754B91
Complementary color
Monochromatic Colors of #754B91
Black with #754B91
Text Example
Text Example
White with #754B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B91; }
p { color: rgb(117,75,145); }
H1.HeaderClassName
{
color: #754B91;
}
.AnyTagClassName
{
color: #754B91;
}
</style>
background-color css
<style>
a { background-color: #754B91; }
a { background-color: rgb(117,75,145); }
div.DivClassName
{
background-color: #754B91;
}
.BgClassName
{
background-color: #754B91;
}
</style>
border-color css
<style>
span { border-color: #754B91; }
span { border-color: rgb(117,75,145); }
td.TdClassName
{
border-color: #754B91;
}
.TagClassName
{
border-color: #754B91;
}
</style>