Shades of Affair #735D81
Tints of Affair #735D81
RGB
CMYK
RGB Variations
Color information
#735D81 (or 0x735D81) is known color: Affair. HEX triplet: 73, 5D and 81. RGB value is (115,93,129). Sum of RGB (Red+Green+Blue) = 115+93+129=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #735D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D81 is #8CA27E. Grayscale: #676767. Windows color (decimal): -9216639 or 8478067. OLE color: 8478067.
HSL color Cylindrical-coordinate representation of color #735D81: hue angle of 276.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735D81 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 93 | 129 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.49 |
| HSL | 276.67º | 0.16% | 0.44% | - |
| HSV(B) | 276.67º | 0.28% | 0.51% | - |
| XYZ | 14.95 | 13.06 | 22.5 | - |
| YUV | 103.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 129 | 0.11 | 0.28 | 0 | 0.49 | 276.67 | 0.16 | 0.44 |
| Hex | 73 | 5D | 81 | B | 1C | 0 | 31 | 115 | 10 | 2C |
| Octal | 163 | 135 | 201 | 13 | 34 | 0 | 61 | 425 | 20 | 54 |
| Binary | 1110011 | 1011101 | 10000001 | 1011 | 11100 | 0 | 110001 | 100010101 | 10000 | 101100 |
Color Harmonies of #735D81
Complementary color
Monochromatic Colors of #735D81
Black with #735D81
Text Example
Text Example
White with #735D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D81; }
p { color: rgb(115,93,129); }
H1.HeaderClassName
{
color: #735D81;
}
.AnyTagClassName
{
color: #735D81;
}
</style>
background-color css
<style>
a { background-color: #735D81; }
a { background-color: rgb(115,93,129); }
div.DivClassName
{
background-color: #735D81;
}
.BgClassName
{
background-color: #735D81;
}
</style>
border-color css
<style>
span { border-color: #735D81; }
span { border-color: rgb(115,93,129); }
td.TdClassName
{
border-color: #735D81;
}
.TagClassName
{
border-color: #735D81;
}
</style>