Shades of Affair #7C478B
Tints of Affair #7C478B
RGB
CMYK
RGB Variations
Color information
#7C478B (or 0x7C478B) is known color: Affair. HEX triplet: 7C, 47 and 8B. RGB value is (124,71,139). Sum of RGB (Red+Green+Blue) = 124+71+139=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C478B is #83B874. Grayscale: #5E5E5E. Windows color (decimal): -8632437 or 9127804. OLE color: 9127804.
HSL color Cylindrical-coordinate representation of color #7C478B: hue angle of 286.76º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C478B is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 71 | 139 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.45 |
| HSL | 286.76º | 0.32% | 0.41% | - |
| HSV(B) | 286.76º | 0.49% | 0.55% | - |
| XYZ | 15.23 | 10.66 | 25.68 | - |
| YUV | 94.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 139 | 0.11 | 0.49 | 0 | 0.45 | 286.76 | 0.32 | 0.41 |
| Hex | 7C | 47 | 8B | B | 31 | 0 | 2D | 11F | 20 | 29 |
| Octal | 174 | 107 | 213 | 13 | 61 | 0 | 55 | 437 | 40 | 51 |
| Binary | 1111100 | 1000111 | 10001011 | 1011 | 110001 | 0 | 101101 | 100011111 | 100000 | 101001 |
Color Harmonies of #7C478B
Complementary color
Monochromatic Colors of #7C478B
Black with #7C478B
Text Example
Text Example
White with #7C478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C478B; }
p { color: rgb(124,71,139); }
H1.HeaderClassName
{
color: #7C478B;
}
.AnyTagClassName
{
color: #7C478B;
}
</style>
background-color css
<style>
a { background-color: #7C478B; }
a { background-color: rgb(124,71,139); }
div.DivClassName
{
background-color: #7C478B;
}
.BgClassName
{
background-color: #7C478B;
}
</style>
border-color css
<style>
span { border-color: #7C478B; }
span { border-color: rgb(124,71,139); }
td.TdClassName
{
border-color: #7C478B;
}
.TagClassName
{
border-color: #7C478B;
}
</style>