Shades of Affair #724B8E
Tints of Affair #724B8E
RGB
CMYK
RGB Variations
Color information
#724B8E (or 0x724B8E) is known color: Affair. HEX triplet: 72, 4B and 8E. RGB value is (114,75,142). Sum of RGB (Red+Green+Blue) = 114+75+142=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #724B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B8E is #8DB471. Grayscale: #5E5E5E. Windows color (decimal): -9286770 or 9325426. OLE color: 9325426.
HSL color Cylindrical-coordinate representation of color #724B8E: hue angle of 274.93º 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 #724B8E is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 75 | 142 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.44 |
| HSL | 274.93º | 0.31% | 0.43% | - |
| HSV(B) | 274.93º | 0.47% | 0.56% | - |
| XYZ | 14.34 | 10.56 | 26.87 | - |
| YUV | 94.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 142 | 0.20 | 0.47 | 0 | 0.44 | 274.93 | 0.31 | 0.43 |
| Hex | 72 | 4B | 8E | 14 | 2F | 0 | 2C | 113 | 1F | 2B |
| Octal | 162 | 113 | 216 | 24 | 57 | 0 | 54 | 423 | 37 | 53 |
| Binary | 1110010 | 1001011 | 10001110 | 10100 | 101111 | 0 | 101100 | 100010011 | 11111 | 101011 |
Color Harmonies of #724B8E
Complementary color
Monochromatic Colors of #724B8E
Black with #724B8E
Text Example
Text Example
White with #724B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B8E; }
p { color: rgb(114,75,142); }
H1.HeaderClassName
{
color: #724B8E;
}
.AnyTagClassName
{
color: #724B8E;
}
</style>
background-color css
<style>
a { background-color: #724B8E; }
a { background-color: rgb(114,75,142); }
div.DivClassName
{
background-color: #724B8E;
}
.BgClassName
{
background-color: #724B8E;
}
</style>
border-color css
<style>
span { border-color: #724B8E; }
span { border-color: rgb(114,75,142); }
td.TdClassName
{
border-color: #724B8E;
}
.TagClassName
{
border-color: #724B8E;
}
</style>