Shades of Affair #724B8C
Tints of Affair #724B8C
RGB
CMYK
RGB Variations
Color information
#724B8C (or 0x724B8C) is known color: Affair. HEX triplet: 72, 4B and 8C. RGB value is (114,75,140). Sum of RGB (Red+Green+Blue) = 114+75+140=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #724B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B8C is #8DB473. Grayscale: #5D5D5D. Windows color (decimal): -9286772 or 9194354. OLE color: 9194354.
HSL color Cylindrical-coordinate representation of color #724B8C: hue angle of 276º 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 #724B8C is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 75 | 140 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.45 |
| HSL | 276º | 0.3% | 0.42% | - |
| HSV(B) | 276º | 0.46% | 0.55% | - |
| XYZ | 14.19 | 10.5 | 26.09 | - |
| YUV | 94.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 140 | 0.19 | 0.46 | 0 | 0.45 | 276 | 0.3 | 0.42 |
| Hex | 72 | 4B | 8C | 13 | 2E | 0 | 2D | 114 | 1E | 2A |
| Octal | 162 | 113 | 214 | 23 | 56 | 0 | 55 | 424 | 36 | 52 |
| Binary | 1110010 | 1001011 | 10001100 | 10011 | 101110 | 0 | 101101 | 100010100 | 11110 | 101010 |
Color Harmonies of #724B8C
Complementary color
Monochromatic Colors of #724B8C
Black with #724B8C
Text Example
Text Example
White with #724B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B8C; }
p { color: rgb(114,75,140); }
H1.HeaderClassName
{
color: #724B8C;
}
.AnyTagClassName
{
color: #724B8C;
}
</style>
background-color css
<style>
a { background-color: #724B8C; }
a { background-color: rgb(114,75,140); }
div.DivClassName
{
background-color: #724B8C;
}
.BgClassName
{
background-color: #724B8C;
}
</style>
border-color css
<style>
span { border-color: #724B8C; }
span { border-color: rgb(114,75,140); }
td.TdClassName
{
border-color: #724B8C;
}
.TagClassName
{
border-color: #724B8C;
}
</style>