Shades of Affair #7C5A91
Tints of Affair #7C5A91
RGB
CMYK
RGB Variations
Color information
#7C5A91 (or 0x7C5A91) is known color: Affair. HEX triplet: 7C, 5A and 91. RGB value is (124,90,145). Sum of RGB (Red+Green+Blue) = 124+90+145=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C5A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5A91 is #83A56E. Grayscale: #6A6A6A. Windows color (decimal): -8627567 or 9525884. OLE color: 9525884.
HSL color Cylindrical-coordinate representation of color #7C5A91: hue angle of 277.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C5A91 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 90 | 145 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.43 |
| HSL | 277.09º | 0.23% | 0.46% | - |
| HSV(B) | 277.09º | 0.38% | 0.57% | - |
| XYZ | 17.08 | 13.64 | 28.52 | - |
| YUV | 106.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 145 | 0.14 | 0.38 | 0 | 0.43 | 277.09 | 0.23 | 0.46 |
| Hex | 7C | 5A | 91 | E | 26 | 0 | 2B | 115 | 17 | 2E |
| Octal | 174 | 132 | 221 | 16 | 46 | 0 | 53 | 425 | 27 | 56 |
| Binary | 1111100 | 1011010 | 10010001 | 1110 | 100110 | 0 | 101011 | 100010101 | 10111 | 101110 |
Color Harmonies of #7C5A91
Complementary color
Monochromatic Colors of #7C5A91
Black with #7C5A91
Text Example
Text Example
White with #7C5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A91; }
p { color: rgb(124,90,145); }
H1.HeaderClassName
{
color: #7C5A91;
}
.AnyTagClassName
{
color: #7C5A91;
}
</style>
background-color css
<style>
a { background-color: #7C5A91; }
a { background-color: rgb(124,90,145); }
div.DivClassName
{
background-color: #7C5A91;
}
.BgClassName
{
background-color: #7C5A91;
}
</style>
border-color css
<style>
span { border-color: #7C5A91; }
span { border-color: rgb(124,90,145); }
td.TdClassName
{
border-color: #7C5A91;
}
.TagClassName
{
border-color: #7C5A91;
}
</style>