Shades of Affair #754D90
Tints of Affair #754D90
RGB
CMYK
RGB Variations
Color information
#754D90 (or 0x754D90) is known color: Affair. HEX triplet: 75, 4D and 90. RGB value is (117,77,144). Sum of RGB (Red+Green+Blue) = 117+77+144=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #754D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D90 is #8AB26F. Grayscale: #606060. Windows color (decimal): -9089648 or 9457013. OLE color: 9457013.
HSL color Cylindrical-coordinate representation of color #754D90: hue angle of 275.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754D90 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 77 | 144 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.44 |
| HSL | 275.82º | 0.3% | 0.43% | - |
| HSV(B) | 275.82º | 0.47% | 0.56% | - |
| XYZ | 15.02 | 11.1 | 27.74 | - |
| YUV | 96.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 144 | 0.19 | 0.47 | 0 | 0.44 | 275.82 | 0.3 | 0.43 |
| Hex | 75 | 4D | 90 | 13 | 2F | 0 | 2C | 114 | 1E | 2B |
| Octal | 165 | 115 | 220 | 23 | 57 | 0 | 54 | 424 | 36 | 53 |
| Binary | 1110101 | 1001101 | 10010000 | 10011 | 101111 | 0 | 101100 | 100010100 | 11110 | 101011 |
Color Harmonies of #754D90
Complementary color
Monochromatic Colors of #754D90
Black with #754D90
Text Example
Text Example
White with #754D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D90; }
p { color: rgb(117,77,144); }
H1.HeaderClassName
{
color: #754D90;
}
.AnyTagClassName
{
color: #754D90;
}
</style>
background-color css
<style>
a { background-color: #754D90; }
a { background-color: rgb(117,77,144); }
div.DivClassName
{
background-color: #754D90;
}
.BgClassName
{
background-color: #754D90;
}
</style>
border-color css
<style>
span { border-color: #754D90; }
span { border-color: rgb(117,77,144); }
td.TdClassName
{
border-color: #754D90;
}
.TagClassName
{
border-color: #754D90;
}
</style>