Shades of Affair #724B8B
Tints of Affair #724B8B
RGB
CMYK
RGB Variations
Color information
#724B8B (or 0x724B8B) is known color: Affair. HEX triplet: 72, 4B and 8B. RGB value is (114,75,139). Sum of RGB (Red+Green+Blue) = 114+75+139=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #724B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B8B is #8DB474. Grayscale: #5D5D5D. Windows color (decimal): -9286773 or 9128818. OLE color: 9128818.
HSL color Cylindrical-coordinate representation of color #724B8B: hue angle of 276.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #724B8B is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 75 | 139 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.45 |
| HSL | 276.56º | 0.3% | 0.42% | - |
| HSV(B) | 276.56º | 0.46% | 0.55% | - |
| XYZ | 14.12 | 10.47 | 25.7 | - |
| YUV | 93.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 139 | 0.18 | 0.46 | 0 | 0.45 | 276.56 | 0.3 | 0.42 |
| Hex | 72 | 4B | 8B | 12 | 2E | 0 | 2D | 115 | 1E | 2A |
| Octal | 162 | 113 | 213 | 22 | 56 | 0 | 55 | 425 | 36 | 52 |
| Binary | 1110010 | 1001011 | 10001011 | 10010 | 101110 | 0 | 101101 | 100010101 | 11110 | 101010 |
Color Harmonies of #724B8B
Complementary color
Monochromatic Colors of #724B8B
Black with #724B8B
Text Example
Text Example
White with #724B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B8B; }
p { color: rgb(114,75,139); }
H1.HeaderClassName
{
color: #724B8B;
}
.AnyTagClassName
{
color: #724B8B;
}
</style>
background-color css
<style>
a { background-color: #724B8B; }
a { background-color: rgb(114,75,139); }
div.DivClassName
{
background-color: #724B8B;
}
.BgClassName
{
background-color: #724B8B;
}
</style>
border-color css
<style>
span { border-color: #724B8B; }
span { border-color: rgb(114,75,139); }
td.TdClassName
{
border-color: #724B8B;
}
.TagClassName
{
border-color: #724B8B;
}
</style>