Shades of Affair #724B87
Tints of Affair #724B87
RGB
CMYK
RGB Variations
Color information
#724B87 (or 0x724B87) is known color: Affair. HEX triplet: 72, 4B and 87. RGB value is (114,75,135). Sum of RGB (Red+Green+Blue) = 114+75+135=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #724B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B87 is #8DB478. Grayscale: #5D5D5D. Windows color (decimal): -9286777 or 8866674. OLE color: 8866674.
HSL color Cylindrical-coordinate representation of color #724B87: hue angle of 279º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724B87 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 75 | 135 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.47 |
| HSL | 279º | 0.29% | 0.41% | - |
| HSV(B) | 279º | 0.44% | 0.53% | - |
| XYZ | 13.83 | 10.36 | 24.19 | - |
| YUV | 93.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 135 | 0.16 | 0.44 | 0 | 0.47 | 279 | 0.29 | 0.41 |
| Hex | 72 | 4B | 87 | 10 | 2C | 0 | 2F | 117 | 1D | 29 |
| Octal | 162 | 113 | 207 | 20 | 54 | 0 | 57 | 427 | 35 | 51 |
| Binary | 1110010 | 1001011 | 10000111 | 10000 | 101100 | 0 | 101111 | 100010111 | 11101 | 101001 |
Color Harmonies of #724B87
Complementary color
Monochromatic Colors of #724B87
Black with #724B87
Text Example
Text Example
White with #724B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B87; }
p { color: rgb(114,75,135); }
H1.HeaderClassName
{
color: #724B87;
}
.AnyTagClassName
{
color: #724B87;
}
</style>
background-color css
<style>
a { background-color: #724B87; }
a { background-color: rgb(114,75,135); }
div.DivClassName
{
background-color: #724B87;
}
.BgClassName
{
background-color: #724B87;
}
</style>
border-color css
<style>
span { border-color: #724B87; }
span { border-color: rgb(114,75,135); }
td.TdClassName
{
border-color: #724B87;
}
.TagClassName
{
border-color: #724B87;
}
</style>