Shades of Affair #735D83
Tints of Affair #735D83
RGB
CMYK
RGB Variations
Color information
#735D83 (or 0x735D83) is known color: Affair. HEX triplet: 73, 5D and 83. RGB value is (115,93,131). Sum of RGB (Red+Green+Blue) = 115+93+131=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #735D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D83 is #8CA27C. Grayscale: #676767. Windows color (decimal): -9216637 or 8609139. OLE color: 8609139.
HSL color Cylindrical-coordinate representation of color #735D83: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735D83 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 93 | 131 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.49 |
| HSL | 274.74º | 0.17% | 0.44% | - |
| HSV(B) | 274.74º | 0.29% | 0.51% | - |
| XYZ | 15.08 | 13.11 | 23.21 | - |
| YUV | 103.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 131 | 0.12 | 0.29 | 0 | 0.49 | 274.74 | 0.17 | 0.44 |
| Hex | 73 | 5D | 83 | C | 1D | 0 | 31 | 113 | 11 | 2C |
| Octal | 163 | 135 | 203 | 14 | 35 | 0 | 61 | 423 | 21 | 54 |
| Binary | 1110011 | 1011101 | 10000011 | 1100 | 11101 | 0 | 110001 | 100010011 | 10001 | 101100 |
Color Harmonies of #735D83
Complementary color
Monochromatic Colors of #735D83
Black with #735D83
Text Example
Text Example
White with #735D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D83; }
p { color: rgb(115,93,131); }
H1.HeaderClassName
{
color: #735D83;
}
.AnyTagClassName
{
color: #735D83;
}
</style>
background-color css
<style>
a { background-color: #735D83; }
a { background-color: rgb(115,93,131); }
div.DivClassName
{
background-color: #735D83;
}
.BgClassName
{
background-color: #735D83;
}
</style>
border-color css
<style>
span { border-color: #735D83; }
span { border-color: rgb(115,93,131); }
td.TdClassName
{
border-color: #735D83;
}
.TagClassName
{
border-color: #735D83;
}
</style>