Shades of Affair #73588B
Tints of Affair #73588B
RGB
CMYK
RGB Variations
Color information
#73588B (or 0x73588B) is known color: Affair. HEX triplet: 73, 58 and 8B. RGB value is (115,88,139). Sum of RGB (Red+Green+Blue) = 115+88+139=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #73588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73588B is #8CA774. Grayscale: #656565. Windows color (decimal): -9217909 or 9132147. OLE color: 9132147.
HSL color Cylindrical-coordinate representation of color #73588B: hue angle of 271.76º degrees, saturation: 0.22, 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 #73588B is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 88 | 139 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.45 |
| HSL | 271.76º | 0.22% | 0.45% | - |
| HSV(B) | 271.76º | 0.37% | 0.55% | - |
| XYZ | 15.22 | 12.49 | 26.03 | - |
| YUV | 101.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 139 | 0.17 | 0.37 | 0 | 0.45 | 271.76 | 0.22 | 0.45 |
| Hex | 73 | 58 | 8B | 11 | 25 | 0 | 2D | 110 | 16 | 2D |
| Octal | 163 | 130 | 213 | 21 | 45 | 0 | 55 | 420 | 26 | 55 |
| Binary | 1110011 | 1011000 | 10001011 | 10001 | 100101 | 0 | 101101 | 100010000 | 10110 | 101101 |
Color Harmonies of #73588B
Complementary color
Monochromatic Colors of #73588B
Black with #73588B
Text Example
Text Example
White with #73588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73588B; }
p { color: rgb(115,88,139); }
H1.HeaderClassName
{
color: #73588B;
}
.AnyTagClassName
{
color: #73588B;
}
</style>
background-color css
<style>
a { background-color: #73588B; }
a { background-color: rgb(115,88,139); }
div.DivClassName
{
background-color: #73588B;
}
.BgClassName
{
background-color: #73588B;
}
</style>
border-color css
<style>
span { border-color: #73588B; }
span { border-color: rgb(115,88,139); }
td.TdClassName
{
border-color: #73588B;
}
.TagClassName
{
border-color: #73588B;
}
</style>