Shades of Affair #724E86
Tints of Affair #724E86
RGB
CMYK
RGB Variations
Color information
#724E86 (or 0x724E86) is known color: Affair. HEX triplet: 72, 4E and 86. RGB value is (114,78,134). Sum of RGB (Red+Green+Blue) = 114+78+134=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #724E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E86 is #8DB179. Grayscale: #5E5E5E. Windows color (decimal): -9286010 or 8801906. OLE color: 8801906.
HSL color Cylindrical-coordinate representation of color #724E86: hue angle of 278.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724E86 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 78 | 134 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.47 |
| HSL | 278.57º | 0.26% | 0.42% | - |
| HSV(B) | 278.57º | 0.42% | 0.53% | - |
| XYZ | 13.97 | 10.75 | 23.89 | - |
| YUV | 95.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 134 | 0.15 | 0.42 | 0 | 0.47 | 278.57 | 0.26 | 0.42 |
| Hex | 72 | 4E | 86 | F | 2A | 0 | 2F | 117 | 1A | 2A |
| Octal | 162 | 116 | 206 | 17 | 52 | 0 | 57 | 427 | 32 | 52 |
| Binary | 1110010 | 1001110 | 10000110 | 1111 | 101010 | 0 | 101111 | 100010111 | 11010 | 101010 |
Color Harmonies of #724E86
Complementary color
Monochromatic Colors of #724E86
Black with #724E86
Text Example
Text Example
White with #724E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E86; }
p { color: rgb(114,78,134); }
H1.HeaderClassName
{
color: #724E86;
}
.AnyTagClassName
{
color: #724E86;
}
</style>
background-color css
<style>
a { background-color: #724E86; }
a { background-color: rgb(114,78,134); }
div.DivClassName
{
background-color: #724E86;
}
.BgClassName
{
background-color: #724E86;
}
</style>
border-color css
<style>
span { border-color: #724E86; }
span { border-color: rgb(114,78,134); }
td.TdClassName
{
border-color: #724E86;
}
.TagClassName
{
border-color: #724E86;
}
</style>