Shades of Affair #724A8E
Tints of Affair #724A8E
RGB
CMYK
RGB Variations
Color information
#724A8E (or 0x724A8E) is known color: Affair. HEX triplet: 72, 4A and 8E. RGB value is (114,74,142). Sum of RGB (Red+Green+Blue) = 114+74+142=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #724A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724A8E is #8DB571. Grayscale: #5D5D5D. Windows color (decimal): -9287026 or 9325170. OLE color: 9325170.
HSL color Cylindrical-coordinate representation of color #724A8E: hue angle of 275.29º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #724A8E is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 74 | 142 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.44 |
| HSL | 275.29º | 0.31% | 0.42% | - |
| HSV(B) | 275.29º | 0.48% | 0.56% | - |
| XYZ | 14.27 | 10.43 | 26.85 | - |
| YUV | 93.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 142 | 0.20 | 0.48 | 0 | 0.44 | 275.29 | 0.31 | 0.42 |
| Hex | 72 | 4A | 8E | 14 | 30 | 0 | 2C | 113 | 1F | 2A |
| Octal | 162 | 112 | 216 | 24 | 60 | 0 | 54 | 423 | 37 | 52 |
| Binary | 1110010 | 1001010 | 10001110 | 10100 | 110000 | 0 | 101100 | 100010011 | 11111 | 101010 |
Color Harmonies of #724A8E
Complementary color
Monochromatic Colors of #724A8E
Black with #724A8E
Text Example
Text Example
White with #724A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A8E; }
p { color: rgb(114,74,142); }
H1.HeaderClassName
{
color: #724A8E;
}
.AnyTagClassName
{
color: #724A8E;
}
</style>
background-color css
<style>
a { background-color: #724A8E; }
a { background-color: rgb(114,74,142); }
div.DivClassName
{
background-color: #724A8E;
}
.BgClassName
{
background-color: #724A8E;
}
</style>
border-color css
<style>
span { border-color: #724A8E; }
span { border-color: rgb(114,74,142); }
td.TdClassName
{
border-color: #724A8E;
}
.TagClassName
{
border-color: #724A8E;
}
</style>