Shades of Affair #724D88
Tints of Affair #724D88
RGB
CMYK
RGB Variations
Color information
#724D88 (or 0x724D88) is known color: Affair. HEX triplet: 72, 4D and 88. RGB value is (114,77,136). Sum of RGB (Red+Green+Blue) = 114+77+136=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #724D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724D88 is #8DB277. Grayscale: #5E5E5E. Windows color (decimal): -9286264 or 8932722. OLE color: 8932722.
HSL color Cylindrical-coordinate representation of color #724D88: hue angle of 277.63º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #724D88 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 77 | 136 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.47 |
| HSL | 277.63º | 0.28% | 0.42% | - |
| HSV(B) | 277.63º | 0.43% | 0.53% | - |
| XYZ | 14.04 | 10.66 | 24.61 | - |
| YUV | 94.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 136 | 0.16 | 0.43 | 0 | 0.47 | 277.63 | 0.28 | 0.42 |
| Hex | 72 | 4D | 88 | 10 | 2B | 0 | 2F | 116 | 1C | 2A |
| Octal | 162 | 115 | 210 | 20 | 53 | 0 | 57 | 426 | 34 | 52 |
| Binary | 1110010 | 1001101 | 10001000 | 10000 | 101011 | 0 | 101111 | 100010110 | 11100 | 101010 |
Color Harmonies of #724D88
Complementary color
Monochromatic Colors of #724D88
Black with #724D88
Text Example
Text Example
White with #724D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D88; }
p { color: rgb(114,77,136); }
H1.HeaderClassName
{
color: #724D88;
}
.AnyTagClassName
{
color: #724D88;
}
</style>
background-color css
<style>
a { background-color: #724D88; }
a { background-color: rgb(114,77,136); }
div.DivClassName
{
background-color: #724D88;
}
.BgClassName
{
background-color: #724D88;
}
</style>
border-color css
<style>
span { border-color: #724D88; }
span { border-color: rgb(114,77,136); }
td.TdClassName
{
border-color: #724D88;
}
.TagClassName
{
border-color: #724D88;
}
</style>