Shades of Affair #735C88
Tints of Affair #735C88
RGB
CMYK
RGB Variations
Color information
#735C88 (or 0x735C88) is known color: Affair. HEX triplet: 73, 5C and 88. RGB value is (115,92,136). Sum of RGB (Red+Green+Blue) = 115+92+136=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #735C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C88 is #8CA377. Grayscale: #676767. Windows color (decimal): -9216888 or 8936563. OLE color: 8936563.
HSL color Cylindrical-coordinate representation of color #735C88: hue angle of 271.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735C88 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 92 | 136 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.47 |
| HSL | 271.36º | 0.19% | 0.45% | - |
| HSV(B) | 271.36º | 0.32% | 0.53% | - |
| XYZ | 15.34 | 13.08 | 25.01 | - |
| YUV | 103.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 136 | 0.15 | 0.32 | 0 | 0.47 | 271.36 | 0.19 | 0.45 |
| Hex | 73 | 5C | 88 | F | 20 | 0 | 2F | 10F | 13 | 2D |
| Octal | 163 | 134 | 210 | 17 | 40 | 0 | 57 | 417 | 23 | 55 |
| Binary | 1110011 | 1011100 | 10001000 | 1111 | 100000 | 0 | 101111 | 100001111 | 10011 | 101101 |
Color Harmonies of #735C88
Complementary color
Monochromatic Colors of #735C88
Black with #735C88
Text Example
Text Example
White with #735C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C88; }
p { color: rgb(115,92,136); }
H1.HeaderClassName
{
color: #735C88;
}
.AnyTagClassName
{
color: #735C88;
}
</style>
background-color css
<style>
a { background-color: #735C88; }
a { background-color: rgb(115,92,136); }
div.DivClassName
{
background-color: #735C88;
}
.BgClassName
{
background-color: #735C88;
}
</style>
border-color css
<style>
span { border-color: #735C88; }
span { border-color: rgb(115,92,136); }
td.TdClassName
{
border-color: #735C88;
}
.TagClassName
{
border-color: #735C88;
}
</style>