Shades of Affair #754F8B
Tints of Affair #754F8B
RGB
CMYK
RGB Variations
Color information
#754F8B (or 0x754F8B) is known color: Affair. HEX triplet: 75, 4F and 8B. RGB value is (117,79,139). Sum of RGB (Red+Green+Blue) = 117+79+139=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #754F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F8B is #8AB074. Grayscale: #616161. Windows color (decimal): -9089141 or 9129845. OLE color: 9129845.
HSL color Cylindrical-coordinate representation of color #754F8B: hue angle of 278º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754F8B is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 79 | 139 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.45 |
| HSL | 278º | 0.28% | 0.43% | - |
| HSV(B) | 278º | 0.43% | 0.55% | - |
| XYZ | 14.79 | 11.24 | 25.82 | - |
| YUV | 97.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 139 | 0.16 | 0.43 | 0 | 0.45 | 278 | 0.28 | 0.43 |
| Hex | 75 | 4F | 8B | 10 | 2B | 0 | 2D | 116 | 1C | 2B |
| Octal | 165 | 117 | 213 | 20 | 53 | 0 | 55 | 426 | 34 | 53 |
| Binary | 1110101 | 1001111 | 10001011 | 10000 | 101011 | 0 | 101101 | 100010110 | 11100 | 101011 |
Color Harmonies of #754F8B
Complementary color
Monochromatic Colors of #754F8B
Black with #754F8B
Text Example
Text Example
White with #754F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F8B; }
p { color: rgb(117,79,139); }
H1.HeaderClassName
{
color: #754F8B;
}
.AnyTagClassName
{
color: #754F8B;
}
</style>
background-color css
<style>
a { background-color: #754F8B; }
a { background-color: rgb(117,79,139); }
div.DivClassName
{
background-color: #754F8B;
}
.BgClassName
{
background-color: #754F8B;
}
</style>
border-color css
<style>
span { border-color: #754F8B; }
span { border-color: rgb(117,79,139); }
td.TdClassName
{
border-color: #754F8B;
}
.TagClassName
{
border-color: #754F8B;
}
</style>