Shades of Affair #7C538F
Tints of Affair #7C538F
RGB
CMYK
RGB Variations
Color information
#7C538F (or 0x7C538F) is known color: Affair. HEX triplet: 7C, 53 and 8F. RGB value is (124,83,143). Sum of RGB (Red+Green+Blue) = 124+83+143=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C538F is #83AC70. Grayscale: #656565. Windows color (decimal): -8629361 or 9393020. OLE color: 9393020.
HSL color Cylindrical-coordinate representation of color #7C538F: hue angle of 281º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C538F is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 83 | 143 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.44 |
| HSL | 281º | 0.27% | 0.44% | - |
| HSV(B) | 281º | 0.42% | 0.56% | - |
| XYZ | 16.36 | 12.45 | 27.53 | - |
| YUV | 102.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 143 | 0.13 | 0.42 | 0 | 0.44 | 281 | 0.27 | 0.44 |
| Hex | 7C | 53 | 8F | D | 2A | 0 | 2C | 119 | 1B | 2C |
| Octal | 174 | 123 | 217 | 15 | 52 | 0 | 54 | 431 | 33 | 54 |
| Binary | 1111100 | 1010011 | 10001111 | 1101 | 101010 | 0 | 101100 | 100011001 | 11011 | 101100 |
Color Harmonies of #7C538F
Complementary color
Monochromatic Colors of #7C538F
Black with #7C538F
Text Example
Text Example
White with #7C538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C538F; }
p { color: rgb(124,83,143); }
H1.HeaderClassName
{
color: #7C538F;
}
.AnyTagClassName
{
color: #7C538F;
}
</style>
background-color css
<style>
a { background-color: #7C538F; }
a { background-color: rgb(124,83,143); }
div.DivClassName
{
background-color: #7C538F;
}
.BgClassName
{
background-color: #7C538F;
}
</style>
border-color css
<style>
span { border-color: #7C538F; }
span { border-color: rgb(124,83,143); }
td.TdClassName
{
border-color: #7C538F;
}
.TagClassName
{
border-color: #7C538F;
}
</style>