Shades of Affair #7C5485
Tints of Affair #7C5485
RGB
CMYK
RGB Variations
Color information
#7C5485 (or 0x7C5485) is known color: Affair. HEX triplet: 7C, 54 and 85. RGB value is (124,84,133). Sum of RGB (Red+Green+Blue) = 124+84+133=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5485 is #83AB7A. Grayscale: #656565. Windows color (decimal): -8629115 or 8737916. OLE color: 8737916.
HSL color Cylindrical-coordinate representation of color #7C5485: hue angle of 288.98º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C5485 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 84 | 133 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.48 |
| HSL | 288.98º | 0.23% | 0.43% | - |
| HSV(B) | 288.98º | 0.37% | 0.52% | - |
| XYZ | 15.72 | 12.32 | 23.74 | - |
| YUV | 101.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 133 | 0.07 | 0.37 | 0 | 0.48 | 288.98 | 0.23 | 0.43 |
| Hex | 7C | 54 | 85 | 7 | 25 | 0 | 30 | 121 | 17 | 2B |
| Octal | 174 | 124 | 205 | 7 | 45 | 0 | 60 | 441 | 27 | 53 |
| Binary | 1111100 | 1010100 | 10000101 | 111 | 100101 | 0 | 110000 | 100100001 | 10111 | 101011 |
Color Harmonies of #7C5485
Complementary color
Monochromatic Colors of #7C5485
Black with #7C5485
Text Example
Text Example
White with #7C5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5485; }
p { color: rgb(124,84,133); }
H1.HeaderClassName
{
color: #7C5485;
}
.AnyTagClassName
{
color: #7C5485;
}
</style>
background-color css
<style>
a { background-color: #7C5485; }
a { background-color: rgb(124,84,133); }
div.DivClassName
{
background-color: #7C5485;
}
.BgClassName
{
background-color: #7C5485;
}
</style>
border-color css
<style>
span { border-color: #7C5485; }
span { border-color: rgb(124,84,133); }
td.TdClassName
{
border-color: #7C5485;
}
.TagClassName
{
border-color: #7C5485;
}
</style>