Shades of Affair #724F89
Tints of Affair #724F89
RGB
CMYK
RGB Variations
Color information
#724F89 (or 0x724F89) is known color: Affair. HEX triplet: 72, 4F and 89. RGB value is (114,79,137). Sum of RGB (Red+Green+Blue) = 114+79+137=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #724F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F89 is #8DB076. Grayscale: #5F5F5F. Windows color (decimal): -9285751 or 8998770. OLE color: 8998770.
HSL color Cylindrical-coordinate representation of color #724F89: hue angle of 276.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724F89 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 79 | 137 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.46 |
| HSL | 276.21º | 0.27% | 0.42% | - |
| HSV(B) | 276.21º | 0.42% | 0.54% | - |
| XYZ | 14.25 | 10.98 | 25.03 | - |
| YUV | 96.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 137 | 0.17 | 0.42 | 0 | 0.46 | 276.21 | 0.27 | 0.42 |
| Hex | 72 | 4F | 89 | 11 | 2A | 0 | 2E | 114 | 1B | 2A |
| Octal | 162 | 117 | 211 | 21 | 52 | 0 | 56 | 424 | 33 | 52 |
| Binary | 1110010 | 1001111 | 10001001 | 10001 | 101010 | 0 | 101110 | 100010100 | 11011 | 101010 |
Color Harmonies of #724F89
Complementary color
Monochromatic Colors of #724F89
Black with #724F89
Text Example
Text Example
White with #724F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F89; }
p { color: rgb(114,79,137); }
H1.HeaderClassName
{
color: #724F89;
}
.AnyTagClassName
{
color: #724F89;
}
</style>
background-color css
<style>
a { background-color: #724F89; }
a { background-color: rgb(114,79,137); }
div.DivClassName
{
background-color: #724F89;
}
.BgClassName
{
background-color: #724F89;
}
</style>
border-color css
<style>
span { border-color: #724F89; }
span { border-color: rgb(114,79,137); }
td.TdClassName
{
border-color: #724F89;
}
.TagClassName
{
border-color: #724F89;
}
</style>