Shades of Affair #75598B
Tints of Affair #75598B
RGB
CMYK
RGB Variations
Color information
#75598B (or 0x75598B) is known color: Affair. HEX triplet: 75, 59 and 8B. RGB value is (117,89,139). Sum of RGB (Red+Green+Blue) = 117+89+139=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #75598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75598B is #8AA674. Grayscale: #666666. Windows color (decimal): -9086581 or 9132405. OLE color: 9132405.
HSL color Cylindrical-coordinate representation of color #75598B: hue angle of 273.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75598B is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 89 | 139 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.45 |
| HSL | 273.6º | 0.22% | 0.45% | - |
| HSV(B) | 273.6º | 0.36% | 0.55% | - |
| XYZ | 15.57 | 12.79 | 26.07 | - |
| YUV | 103.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 139 | 0.16 | 0.36 | 0 | 0.45 | 273.6 | 0.22 | 0.45 |
| Hex | 75 | 59 | 8B | 10 | 24 | 0 | 2D | 112 | 16 | 2D |
| Octal | 165 | 131 | 213 | 20 | 44 | 0 | 55 | 422 | 26 | 55 |
| Binary | 1110101 | 1011001 | 10001011 | 10000 | 100100 | 0 | 101101 | 100010010 | 10110 | 101101 |
Color Harmonies of #75598B
Complementary color
Monochromatic Colors of #75598B
Black with #75598B
Text Example
Text Example
White with #75598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75598B; }
p { color: rgb(117,89,139); }
H1.HeaderClassName
{
color: #75598B;
}
.AnyTagClassName
{
color: #75598B;
}
</style>
background-color css
<style>
a { background-color: #75598B; }
a { background-color: rgb(117,89,139); }
div.DivClassName
{
background-color: #75598B;
}
.BgClassName
{
background-color: #75598B;
}
</style>
border-color css
<style>
span { border-color: #75598B; }
span { border-color: rgb(117,89,139); }
td.TdClassName
{
border-color: #75598B;
}
.TagClassName
{
border-color: #75598B;
}
</style>