Shades of Affair #735C85
Tints of Affair #735C85
RGB
CMYK
RGB Variations
Color information
#735C85 (or 0x735C85) is known color: Affair. HEX triplet: 73, 5C and 85. RGB value is (115,92,133). Sum of RGB (Red+Green+Blue) = 115+92+133=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #735C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C85 is #8CA37A. Grayscale: #676767. Windows color (decimal): -9216891 or 8739955. OLE color: 8739955.
HSL color Cylindrical-coordinate representation of color #735C85: hue angle of 273.66º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #735C85 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 92 | 133 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.48 |
| HSL | 273.66º | 0.18% | 0.44% | - |
| HSV(B) | 273.66º | 0.31% | 0.52% | - |
| XYZ | 15.13 | 12.99 | 23.9 | - |
| YUV | 103.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 133 | 0.14 | 0.31 | 0 | 0.48 | 273.66 | 0.18 | 0.44 |
| Hex | 73 | 5C | 85 | E | 1F | 0 | 30 | 112 | 12 | 2C |
| Octal | 163 | 134 | 205 | 16 | 37 | 0 | 60 | 422 | 22 | 54 |
| Binary | 1110011 | 1011100 | 10000101 | 1110 | 11111 | 0 | 110000 | 100010010 | 10010 | 101100 |
Color Harmonies of #735C85
Complementary color
Monochromatic Colors of #735C85
Black with #735C85
Text Example
Text Example
White with #735C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C85; }
p { color: rgb(115,92,133); }
H1.HeaderClassName
{
color: #735C85;
}
.AnyTagClassName
{
color: #735C85;
}
</style>
background-color css
<style>
a { background-color: #735C85; }
a { background-color: rgb(115,92,133); }
div.DivClassName
{
background-color: #735C85;
}
.BgClassName
{
background-color: #735C85;
}
</style>
border-color css
<style>
span { border-color: #735C85; }
span { border-color: rgb(115,92,133); }
td.TdClassName
{
border-color: #735C85;
}
.TagClassName
{
border-color: #735C85;
}
</style>