Shades of Affair #7C4B95
Tints of Affair #7C4B95
RGB
CMYK
RGB Variations
Color information
#7C4B95 (or 0x7C4B95) is known color: Affair. HEX triplet: 7C, 4B and 95. RGB value is (124,75,149). Sum of RGB (Red+Green+Blue) = 124+75+149=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C4B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4B95 is #83B46A. Grayscale: #616161. Windows color (decimal): -8631403 or 9784188. OLE color: 9784188.
HSL color Cylindrical-coordinate representation of color #7C4B95: hue angle of 279.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C4B95 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 75 | 149 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.42 |
| HSL | 279.73º | 0.33% | 0.44% | - |
| HSV(B) | 279.73º | 0.5% | 0.58% | - |
| XYZ | 16.25 | 11.49 | 29.79 | - |
| YUV | 98.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 149 | 0.17 | 0.50 | 0 | 0.42 | 279.73 | 0.33 | 0.44 |
| Hex | 7C | 4B | 95 | 11 | 32 | 0 | 2A | 118 | 21 | 2C |
| Octal | 174 | 113 | 225 | 21 | 62 | 0 | 52 | 430 | 41 | 54 |
| Binary | 1111100 | 1001011 | 10010101 | 10001 | 110010 | 0 | 101010 | 100011000 | 100001 | 101100 |
Color Harmonies of #7C4B95
Complementary color
Monochromatic Colors of #7C4B95
Black with #7C4B95
Text Example
Text Example
White with #7C4B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B95; }
p { color: rgb(124,75,149); }
H1.HeaderClassName
{
color: #7C4B95;
}
.AnyTagClassName
{
color: #7C4B95;
}
</style>
background-color css
<style>
a { background-color: #7C4B95; }
a { background-color: rgb(124,75,149); }
div.DivClassName
{
background-color: #7C4B95;
}
.BgClassName
{
background-color: #7C4B95;
}
</style>
border-color css
<style>
span { border-color: #7C4B95; }
span { border-color: rgb(124,75,149); }
td.TdClassName
{
border-color: #7C4B95;
}
.TagClassName
{
border-color: #7C4B95;
}
</style>