Shades of Affair #724E81
Tints of Affair #724E81
RGB
CMYK
RGB Variations
Color information
#724E81 (or 0x724E81) is known color: Affair. HEX triplet: 72, 4E and 81. RGB value is (114,78,129). Sum of RGB (Red+Green+Blue) = 114+78+129=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #724E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E81 is #8DB17E. Grayscale: #5E5E5E. Windows color (decimal): -9286015 or 8474226. OLE color: 8474226.
HSL color Cylindrical-coordinate representation of color #724E81: hue angle of 282.35º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724E81 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 78 | 129 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.49 |
| HSL | 282.35º | 0.25% | 0.41% | - |
| HSV(B) | 282.35º | 0.4% | 0.51% | - |
| XYZ | 13.63 | 10.61 | 22.1 | - |
| YUV | 94.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 129 | 0.12 | 0.40 | 0 | 0.49 | 282.35 | 0.25 | 0.41 |
| Hex | 72 | 4E | 81 | C | 28 | 0 | 31 | 11A | 19 | 29 |
| Octal | 162 | 116 | 201 | 14 | 50 | 0 | 61 | 432 | 31 | 51 |
| Binary | 1110010 | 1001110 | 10000001 | 1100 | 101000 | 0 | 110001 | 100011010 | 11001 | 101001 |
Color Harmonies of #724E81
Complementary color
Monochromatic Colors of #724E81
Black with #724E81
Text Example
Text Example
White with #724E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E81; }
p { color: rgb(114,78,129); }
H1.HeaderClassName
{
color: #724E81;
}
.AnyTagClassName
{
color: #724E81;
}
</style>
background-color css
<style>
a { background-color: #724E81; }
a { background-color: rgb(114,78,129); }
div.DivClassName
{
background-color: #724E81;
}
.BgClassName
{
background-color: #724E81;
}
</style>
border-color css
<style>
span { border-color: #724E81; }
span { border-color: rgb(114,78,129); }
td.TdClassName
{
border-color: #724E81;
}
.TagClassName
{
border-color: #724E81;
}
</style>