Shades of Affair #75518B
Tints of Affair #75518B
RGB
CMYK
RGB Variations
Color information
#75518B (or 0x75518B) is known color: Affair. HEX triplet: 75, 51 and 8B. RGB value is (117,81,139). Sum of RGB (Red+Green+Blue) = 117+81+139=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #75518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75518B is #8AAE74. Grayscale: #626262. Windows color (decimal): -9088629 or 9130357. OLE color: 9130357.
HSL color Cylindrical-coordinate representation of color #75518B: hue angle of 277.24º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75518B is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 81 | 139 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.45 |
| HSL | 277.24º | 0.26% | 0.43% | - |
| HSV(B) | 277.24º | 0.42% | 0.55% | - |
| XYZ | 14.94 | 11.53 | 25.86 | - |
| YUV | 98.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 139 | 0.16 | 0.42 | 0 | 0.45 | 277.24 | 0.26 | 0.43 |
| Hex | 75 | 51 | 8B | 10 | 2A | 0 | 2D | 115 | 1A | 2B |
| Octal | 165 | 121 | 213 | 20 | 52 | 0 | 55 | 425 | 32 | 53 |
| Binary | 1110101 | 1010001 | 10001011 | 10000 | 101010 | 0 | 101101 | 100010101 | 11010 | 101011 |
Color Harmonies of #75518B
Complementary color
Monochromatic Colors of #75518B
Black with #75518B
Text Example
Text Example
White with #75518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75518B; }
p { color: rgb(117,81,139); }
H1.HeaderClassName
{
color: #75518B;
}
.AnyTagClassName
{
color: #75518B;
}
</style>
background-color css
<style>
a { background-color: #75518B; }
a { background-color: rgb(117,81,139); }
div.DivClassName
{
background-color: #75518B;
}
.BgClassName
{
background-color: #75518B;
}
</style>
border-color css
<style>
span { border-color: #75518B; }
span { border-color: rgb(117,81,139); }
td.TdClassName
{
border-color: #75518B;
}
.TagClassName
{
border-color: #75518B;
}
</style>