Shades of Affair #754D8B
Tints of Affair #754D8B
RGB
CMYK
RGB Variations
Color information
#754D8B (or 0x754D8B) is known color: Affair. HEX triplet: 75, 4D and 8B. RGB value is (117,77,139). Sum of RGB (Red+Green+Blue) = 117+77+139=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #754D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D8B is #8AB274. Grayscale: #5F5F5F. Windows color (decimal): -9089653 or 9129333. OLE color: 9129333.
HSL color Cylindrical-coordinate representation of color #754D8B: hue angle of 278.71º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754D8B is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 77 | 139 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.45 |
| HSL | 278.71º | 0.29% | 0.42% | - |
| HSV(B) | 278.71º | 0.45% | 0.55% | - |
| XYZ | 14.65 | 10.95 | 25.77 | - |
| YUV | 96.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 139 | 0.16 | 0.45 | 0 | 0.45 | 278.71 | 0.29 | 0.42 |
| Hex | 75 | 4D | 8B | 10 | 2D | 0 | 2D | 117 | 1D | 2A |
| Octal | 165 | 115 | 213 | 20 | 55 | 0 | 55 | 427 | 35 | 52 |
| Binary | 1110101 | 1001101 | 10001011 | 10000 | 101101 | 0 | 101101 | 100010111 | 11101 | 101010 |
Color Harmonies of #754D8B
Complementary color
Monochromatic Colors of #754D8B
Black with #754D8B
Text Example
Text Example
White with #754D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D8B; }
p { color: rgb(117,77,139); }
H1.HeaderClassName
{
color: #754D8B;
}
.AnyTagClassName
{
color: #754D8B;
}
</style>
background-color css
<style>
a { background-color: #754D8B; }
a { background-color: rgb(117,77,139); }
div.DivClassName
{
background-color: #754D8B;
}
.BgClassName
{
background-color: #754D8B;
}
</style>
border-color css
<style>
span { border-color: #754D8B; }
span { border-color: rgb(117,77,139); }
td.TdClassName
{
border-color: #754D8B;
}
.TagClassName
{
border-color: #754D8B;
}
</style>