Shades of Affair #724C90
Tints of Affair #724C90
RGB
CMYK
RGB Variations
Color information
#724C90 (or 0x724C90) is known color: Affair. HEX triplet: 72, 4C and 90. RGB value is (114,76,144). Sum of RGB (Red+Green+Blue) = 114+76+144=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #724C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724C90 is #8DB36F. Grayscale: #5E5E5E. Windows color (decimal): -9286512 or 9456754. OLE color: 9456754.
HSL color Cylindrical-coordinate representation of color #724C90: hue angle of 273.53º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #724C90 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 76 | 144 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.44 |
| HSL | 273.53º | 0.31% | 0.43% | - |
| HSV(B) | 273.53º | 0.47% | 0.56% | - |
| XYZ | 14.56 | 10.76 | 27.7 | - |
| YUV | 95.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 144 | 0.21 | 0.47 | 0 | 0.44 | 273.53 | 0.31 | 0.43 |
| Hex | 72 | 4C | 90 | 15 | 2F | 0 | 2C | 112 | 1F | 2B |
| Octal | 162 | 114 | 220 | 25 | 57 | 0 | 54 | 422 | 37 | 53 |
| Binary | 1110010 | 1001100 | 10010000 | 10101 | 101111 | 0 | 101100 | 100010010 | 11111 | 101011 |
Color Harmonies of #724C90
Complementary color
Monochromatic Colors of #724C90
Black with #724C90
Text Example
Text Example
White with #724C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C90; }
p { color: rgb(114,76,144); }
H1.HeaderClassName
{
color: #724C90;
}
.AnyTagClassName
{
color: #724C90;
}
</style>
background-color css
<style>
a { background-color: #724C90; }
a { background-color: rgb(114,76,144); }
div.DivClassName
{
background-color: #724C90;
}
.BgClassName
{
background-color: #724C90;
}
</style>
border-color css
<style>
span { border-color: #724C90; }
span { border-color: rgb(114,76,144); }
td.TdClassName
{
border-color: #724C90;
}
.TagClassName
{
border-color: #724C90;
}
</style>