Shades of Affair #75598F
Tints of Affair #75598F
RGB
CMYK
RGB Variations
Color information
#75598F (or 0x75598F) is known color: Affair. HEX triplet: 75, 59 and 8F. RGB value is (117,89,143). Sum of RGB (Red+Green+Blue) = 117+89+143=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #75598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75598F is #8AA670. Grayscale: #676767. Windows color (decimal): -9086577 or 9394549. OLE color: 9394549.
HSL color Cylindrical-coordinate representation of color #75598F: hue angle of 271.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75598F is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 89 | 143 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.44 |
| HSL | 271.11º | 0.23% | 0.45% | - |
| HSV(B) | 271.11º | 0.38% | 0.56% | - |
| XYZ | 15.87 | 12.91 | 27.64 | - |
| YUV | 103.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 143 | 0.18 | 0.38 | 0 | 0.44 | 271.11 | 0.23 | 0.45 |
| Hex | 75 | 59 | 8F | 12 | 26 | 0 | 2C | 10F | 17 | 2D |
| Octal | 165 | 131 | 217 | 22 | 46 | 0 | 54 | 417 | 27 | 55 |
| Binary | 1110101 | 1011001 | 10001111 | 10010 | 100110 | 0 | 101100 | 100001111 | 10111 | 101101 |
Color Harmonies of #75598F
Complementary color
Monochromatic Colors of #75598F
Black with #75598F
Text Example
Text Example
White with #75598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75598F; }
p { color: rgb(117,89,143); }
H1.HeaderClassName
{
color: #75598F;
}
.AnyTagClassName
{
color: #75598F;
}
</style>
background-color css
<style>
a { background-color: #75598F; }
a { background-color: rgb(117,89,143); }
div.DivClassName
{
background-color: #75598F;
}
.BgClassName
{
background-color: #75598F;
}
</style>
border-color css
<style>
span { border-color: #75598F; }
span { border-color: rgb(117,89,143); }
td.TdClassName
{
border-color: #75598F;
}
.TagClassName
{
border-color: #75598F;
}
</style>