Shades of Affair #724B90
Tints of Affair #724B90
RGB
CMYK
RGB Variations
Color information
#724B90 (or 0x724B90) is known color: Affair. HEX triplet: 72, 4B and 90. RGB value is (114,75,144). Sum of RGB (Red+Green+Blue) = 114+75+144=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #724B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B90 is #8DB46F. Grayscale: #5E5E5E. Windows color (decimal): -9286768 or 9456498. OLE color: 9456498.
HSL color Cylindrical-coordinate representation of color #724B90: hue angle of 273.91º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #724B90 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 75 | 144 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.44 |
| HSL | 273.91º | 0.32% | 0.43% | - |
| HSV(B) | 273.91º | 0.48% | 0.56% | - |
| XYZ | 14.49 | 10.62 | 27.67 | - |
| YUV | 94.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 144 | 0.21 | 0.48 | 0 | 0.44 | 273.91 | 0.32 | 0.43 |
| Hex | 72 | 4B | 90 | 15 | 30 | 0 | 2C | 112 | 20 | 2B |
| Octal | 162 | 113 | 220 | 25 | 60 | 0 | 54 | 422 | 40 | 53 |
| Binary | 1110010 | 1001011 | 10010000 | 10101 | 110000 | 0 | 101100 | 100010010 | 100000 | 101011 |
Color Harmonies of #724B90
Complementary color
Monochromatic Colors of #724B90
Black with #724B90
Text Example
Text Example
White with #724B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B90; }
p { color: rgb(114,75,144); }
H1.HeaderClassName
{
color: #724B90;
}
.AnyTagClassName
{
color: #724B90;
}
</style>
background-color css
<style>
a { background-color: #724B90; }
a { background-color: rgb(114,75,144); }
div.DivClassName
{
background-color: #724B90;
}
.BgClassName
{
background-color: #724B90;
}
</style>
border-color css
<style>
span { border-color: #724B90; }
span { border-color: rgb(114,75,144); }
td.TdClassName
{
border-color: #724B90;
}
.TagClassName
{
border-color: #724B90;
}
</style>