Shades of Affair #724B85
Tints of Affair #724B85
RGB
CMYK
RGB Variations
Color information
#724B85 (or 0x724B85) is known color: Affair. HEX triplet: 72, 4B and 85. RGB value is (114,75,133). Sum of RGB (Red+Green+Blue) = 114+75+133=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #724B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B85 is #8DB47A. Grayscale: #5D5D5D. Windows color (decimal): -9286779 or 8735602. OLE color: 8735602.
HSL color Cylindrical-coordinate representation of color #724B85: hue angle of 280.34º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724B85 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 75 | 133 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.48 |
| HSL | 280.34º | 0.28% | 0.41% | - |
| HSV(B) | 280.34º | 0.44% | 0.52% | - |
| XYZ | 13.69 | 10.3 | 23.46 | - |
| YUV | 93.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 133 | 0.14 | 0.44 | 0 | 0.48 | 280.34 | 0.28 | 0.41 |
| Hex | 72 | 4B | 85 | E | 2C | 0 | 30 | 118 | 1C | 29 |
| Octal | 162 | 113 | 205 | 16 | 54 | 0 | 60 | 430 | 34 | 51 |
| Binary | 1110010 | 1001011 | 10000101 | 1110 | 101100 | 0 | 110000 | 100011000 | 11100 | 101001 |
Color Harmonies of #724B85
Complementary color
Monochromatic Colors of #724B85
Black with #724B85
Text Example
Text Example
White with #724B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B85; }
p { color: rgb(114,75,133); }
H1.HeaderClassName
{
color: #724B85;
}
.AnyTagClassName
{
color: #724B85;
}
</style>
background-color css
<style>
a { background-color: #724B85; }
a { background-color: rgb(114,75,133); }
div.DivClassName
{
background-color: #724B85;
}
.BgClassName
{
background-color: #724B85;
}
</style>
border-color css
<style>
span { border-color: #724B85; }
span { border-color: rgb(114,75,133); }
td.TdClassName
{
border-color: #724B85;
}
.TagClassName
{
border-color: #724B85;
}
</style>