Shades of Affair #7C4C88
Tints of Affair #7C4C88
RGB
CMYK
RGB Variations
Color information
#7C4C88 (or 0x7C4C88) is known color: Affair. HEX triplet: 7C, 4C and 88. RGB value is (124,76,136). Sum of RGB (Red+Green+Blue) = 124+76+136=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C4C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4C88 is #83B377. Grayscale: #616161. Windows color (decimal): -8631160 or 8932476. OLE color: 8932476.
HSL color Cylindrical-coordinate representation of color #7C4C88: hue angle of 288º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4C88 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 76 | 136 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.47 |
| HSL | 288º | 0.28% | 0.42% | - |
| HSV(B) | 288º | 0.44% | 0.53% | - |
| XYZ | 15.34 | 11.23 | 24.65 | - |
| YUV | 97.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 76 | 136 | 0.09 | 0.44 | 0 | 0.47 | 288 | 0.28 | 0.42 |
| Hex | 7C | 4C | 88 | 9 | 2C | 0 | 2F | 120 | 1C | 2A |
| Octal | 174 | 114 | 210 | 11 | 54 | 0 | 57 | 440 | 34 | 52 |
| Binary | 1111100 | 1001100 | 10001000 | 1001 | 101100 | 0 | 101111 | 100100000 | 11100 | 101010 |
Color Harmonies of #7C4C88
Complementary color
Monochromatic Colors of #7C4C88
Black with #7C4C88
Text Example
Text Example
White with #7C4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4C88; }
p { color: rgb(124,76,136); }
H1.HeaderClassName
{
color: #7C4C88;
}
.AnyTagClassName
{
color: #7C4C88;
}
</style>
background-color css
<style>
a { background-color: #7C4C88; }
a { background-color: rgb(124,76,136); }
div.DivClassName
{
background-color: #7C4C88;
}
.BgClassName
{
background-color: #7C4C88;
}
</style>
border-color css
<style>
span { border-color: #7C4C88; }
span { border-color: rgb(124,76,136); }
td.TdClassName
{
border-color: #7C4C88;
}
.TagClassName
{
border-color: #7C4C88;
}
</style>