Shades of Affair #7C528F
Tints of Affair #7C528F
RGB
CMYK
RGB Variations
Color information
#7C528F (or 0x7C528F) is known color: Affair. HEX triplet: 7C, 52 and 8F. RGB value is (124,82,143). Sum of RGB (Red+Green+Blue) = 124+82+143=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C528F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C528F is #83AD70. Grayscale: #656565. Windows color (decimal): -8629617 or 9392764. OLE color: 9392764.
HSL color Cylindrical-coordinate representation of color #7C528F: hue angle of 281.31º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C528F is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 82 | 143 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.44 |
| HSL | 281.31º | 0.27% | 0.44% | - |
| HSV(B) | 281.31º | 0.43% | 0.56% | - |
| XYZ | 16.29 | 12.3 | 27.5 | - |
| YUV | 101.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 143 | 0.13 | 0.43 | 0 | 0.44 | 281.31 | 0.27 | 0.44 |
| Hex | 7C | 52 | 8F | D | 2B | 0 | 2C | 119 | 1B | 2C |
| Octal | 174 | 122 | 217 | 15 | 53 | 0 | 54 | 431 | 33 | 54 |
| Binary | 1111100 | 1010010 | 10001111 | 1101 | 101011 | 0 | 101100 | 100011001 | 11011 | 101100 |
Color Harmonies of #7C528F
Complementary color
Monochromatic Colors of #7C528F
Black with #7C528F
Text Example
Text Example
White with #7C528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C528F; }
p { color: rgb(124,82,143); }
H1.HeaderClassName
{
color: #7C528F;
}
.AnyTagClassName
{
color: #7C528F;
}
</style>
background-color css
<style>
a { background-color: #7C528F; }
a { background-color: rgb(124,82,143); }
div.DivClassName
{
background-color: #7C528F;
}
.BgClassName
{
background-color: #7C528F;
}
</style>
border-color css
<style>
span { border-color: #7C528F; }
span { border-color: rgb(124,82,143); }
td.TdClassName
{
border-color: #7C528F;
}
.TagClassName
{
border-color: #7C528F;
}
</style>