Shades of Affair #7C468D
Tints of Affair #7C468D
RGB
CMYK
RGB Variations
Color information
#7C468D (or 0x7C468D) is known color: Affair. HEX triplet: 7C, 46 and 8D. RGB value is (124,70,141). Sum of RGB (Red+Green+Blue) = 124+70+141=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C468D is #83B972. Grayscale: #5E5E5E. Windows color (decimal): -8632691 or 9258620. OLE color: 9258620.
HSL color Cylindrical-coordinate representation of color #7C468D: hue angle of 285.63º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C468D is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 70 | 141 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.45 |
| HSL | 285.63º | 0.34% | 0.41% | - |
| HSV(B) | 285.63º | 0.5% | 0.55% | - |
| XYZ | 15.31 | 10.59 | 26.44 | - |
| YUV | 94.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 141 | 0.12 | 0.50 | 0 | 0.45 | 285.63 | 0.34 | 0.41 |
| Hex | 7C | 46 | 8D | C | 32 | 0 | 2D | 11E | 22 | 29 |
| Octal | 174 | 106 | 215 | 14 | 62 | 0 | 55 | 436 | 42 | 51 |
| Binary | 1111100 | 1000110 | 10001101 | 1100 | 110010 | 0 | 101101 | 100011110 | 100010 | 101001 |
Color Harmonies of #7C468D
Complementary color
Monochromatic Colors of #7C468D
Black with #7C468D
Text Example
Text Example
White with #7C468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C468D; }
p { color: rgb(124,70,141); }
H1.HeaderClassName
{
color: #7C468D;
}
.AnyTagClassName
{
color: #7C468D;
}
</style>
background-color css
<style>
a { background-color: #7C468D; }
a { background-color: rgb(124,70,141); }
div.DivClassName
{
background-color: #7C468D;
}
.BgClassName
{
background-color: #7C468D;
}
</style>
border-color css
<style>
span { border-color: #7C468D; }
span { border-color: rgb(124,70,141); }
td.TdClassName
{
border-color: #7C468D;
}
.TagClassName
{
border-color: #7C468D;
}
</style>