Shades of Affair #75578B
Tints of Affair #75578B
RGB
CMYK
RGB Variations
Color information
#75578B (or 0x75578B) is known color: Affair. HEX triplet: 75, 57 and 8B. RGB value is (117,87,139). Sum of RGB (Red+Green+Blue) = 117+87+139=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #75578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75578B is #8AA874. Grayscale: #656565. Windows color (decimal): -9087093 or 9131893. OLE color: 9131893.
HSL color Cylindrical-coordinate representation of color #75578B: hue angle of 274.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75578B is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 87 | 139 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.45 |
| HSL | 274.62º | 0.23% | 0.44% | - |
| HSV(B) | 274.62º | 0.37% | 0.55% | - |
| XYZ | 15.4 | 12.46 | 26.02 | - |
| YUV | 101.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 139 | 0.16 | 0.37 | 0 | 0.45 | 274.62 | 0.23 | 0.44 |
| Hex | 75 | 57 | 8B | 10 | 25 | 0 | 2D | 113 | 17 | 2C |
| Octal | 165 | 127 | 213 | 20 | 45 | 0 | 55 | 423 | 27 | 54 |
| Binary | 1110101 | 1010111 | 10001011 | 10000 | 100101 | 0 | 101101 | 100010011 | 10111 | 101100 |
Color Harmonies of #75578B
Complementary color
Monochromatic Colors of #75578B
Black with #75578B
Text Example
Text Example
White with #75578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75578B; }
p { color: rgb(117,87,139); }
H1.HeaderClassName
{
color: #75578B;
}
.AnyTagClassName
{
color: #75578B;
}
</style>
background-color css
<style>
a { background-color: #75578B; }
a { background-color: rgb(117,87,139); }
div.DivClassName
{
background-color: #75578B;
}
.BgClassName
{
background-color: #75578B;
}
</style>
border-color css
<style>
span { border-color: #75578B; }
span { border-color: rgb(117,87,139); }
td.TdClassName
{
border-color: #75578B;
}
.TagClassName
{
border-color: #75578B;
}
</style>