Shades of Affair #7C508F
Tints of Affair #7C508F
RGB
CMYK
RGB Variations
Color information
#7C508F (or 0x7C508F) is known color: Affair. HEX triplet: 7C, 50 and 8F. RGB value is (124,80,143). Sum of RGB (Red+Green+Blue) = 124+80+143=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C508F is #83AF70. Grayscale: #646464. Windows color (decimal): -8630129 or 9392252. OLE color: 9392252.
HSL color Cylindrical-coordinate representation of color #7C508F: hue angle of 281.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C508F is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 80 | 143 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.44 |
| HSL | 281.9º | 0.28% | 0.44% | - |
| HSV(B) | 281.9º | 0.44% | 0.56% | - |
| XYZ | 16.14 | 12.01 | 27.45 | - |
| YUV | 100.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 143 | 0.13 | 0.44 | 0 | 0.44 | 281.9 | 0.28 | 0.44 |
| Hex | 7C | 50 | 8F | D | 2C | 0 | 2C | 11A | 1C | 2C |
| Octal | 174 | 120 | 217 | 15 | 54 | 0 | 54 | 432 | 34 | 54 |
| Binary | 1111100 | 1010000 | 10001111 | 1101 | 101100 | 0 | 101100 | 100011010 | 11100 | 101100 |
Color Harmonies of #7C508F
Complementary color
Monochromatic Colors of #7C508F
Black with #7C508F
Text Example
Text Example
White with #7C508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C508F; }
p { color: rgb(124,80,143); }
H1.HeaderClassName
{
color: #7C508F;
}
.AnyTagClassName
{
color: #7C508F;
}
</style>
background-color css
<style>
a { background-color: #7C508F; }
a { background-color: rgb(124,80,143); }
div.DivClassName
{
background-color: #7C508F;
}
.BgClassName
{
background-color: #7C508F;
}
</style>
border-color css
<style>
span { border-color: #7C508F; }
span { border-color: rgb(124,80,143); }
td.TdClassName
{
border-color: #7C508F;
}
.TagClassName
{
border-color: #7C508F;
}
</style>