Shades of Affair #724A87
Tints of Affair #724A87
RGB
CMYK
RGB Variations
Color information
#724A87 (or 0x724A87) is known color: Affair. HEX triplet: 72, 4A and 87. RGB value is (114,74,135). Sum of RGB (Red+Green+Blue) = 114+74+135=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #724A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724A87 is #8DB578. Grayscale: #5C5C5C. Windows color (decimal): -9287033 or 8866418. OLE color: 8866418.
HSL color Cylindrical-coordinate representation of color #724A87: hue angle of 279.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #724A87 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 74 | 135 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.47 |
| HSL | 279.34º | 0.29% | 0.41% | - |
| HSV(B) | 279.34º | 0.45% | 0.53% | - |
| XYZ | 13.76 | 10.22 | 24.17 | - |
| YUV | 92.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 135 | 0.16 | 0.45 | 0 | 0.47 | 279.34 | 0.29 | 0.41 |
| Hex | 72 | 4A | 87 | 10 | 2D | 0 | 2F | 117 | 1D | 29 |
| Octal | 162 | 112 | 207 | 20 | 55 | 0 | 57 | 427 | 35 | 51 |
| Binary | 1110010 | 1001010 | 10000111 | 10000 | 101101 | 0 | 101111 | 100010111 | 11101 | 101001 |
Color Harmonies of #724A87
Complementary color
Monochromatic Colors of #724A87
Black with #724A87
Text Example
Text Example
White with #724A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A87; }
p { color: rgb(114,74,135); }
H1.HeaderClassName
{
color: #724A87;
}
.AnyTagClassName
{
color: #724A87;
}
</style>
background-color css
<style>
a { background-color: #724A87; }
a { background-color: rgb(114,74,135); }
div.DivClassName
{
background-color: #724A87;
}
.BgClassName
{
background-color: #724A87;
}
</style>
border-color css
<style>
span { border-color: #724A87; }
span { border-color: rgb(114,74,135); }
td.TdClassName
{
border-color: #724A87;
}
.TagClassName
{
border-color: #724A87;
}
</style>