Shades of Affair #75588C
Tints of Affair #75588C
RGB
CMYK
RGB Variations
Color information
#75588C (or 0x75588C) is known color: Affair. HEX triplet: 75, 58 and 8C. RGB value is (117,88,140). Sum of RGB (Red+Green+Blue) = 117+88+140=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #75588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75588C is #8AA773. Grayscale: #666666. Windows color (decimal): -9086836 or 9197685. OLE color: 9197685.
HSL color Cylindrical-coordinate representation of color #75588C: hue angle of 273.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75588C is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 88 | 140 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.45 |
| HSL | 273.46º | 0.23% | 0.45% | - |
| HSV(B) | 273.46º | 0.37% | 0.55% | - |
| XYZ | 15.56 | 12.65 | 26.43 | - |
| YUV | 102.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 140 | 0.16 | 0.37 | 0 | 0.45 | 273.46 | 0.23 | 0.45 |
| Hex | 75 | 58 | 8C | 10 | 25 | 0 | 2D | 111 | 17 | 2D |
| Octal | 165 | 130 | 214 | 20 | 45 | 0 | 55 | 421 | 27 | 55 |
| Binary | 1110101 | 1011000 | 10001100 | 10000 | 100101 | 0 | 101101 | 100010001 | 10111 | 101101 |
Color Harmonies of #75588C
Complementary color
Monochromatic Colors of #75588C
Black with #75588C
Text Example
Text Example
White with #75588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75588C; }
p { color: rgb(117,88,140); }
H1.HeaderClassName
{
color: #75588C;
}
.AnyTagClassName
{
color: #75588C;
}
</style>
background-color css
<style>
a { background-color: #75588C; }
a { background-color: rgb(117,88,140); }
div.DivClassName
{
background-color: #75588C;
}
.BgClassName
{
background-color: #75588C;
}
</style>
border-color css
<style>
span { border-color: #75588C; }
span { border-color: rgb(117,88,140); }
td.TdClassName
{
border-color: #75588C;
}
.TagClassName
{
border-color: #75588C;
}
</style>