Shades of Affair #7C5392
Tints of Affair #7C5392
RGB
CMYK
RGB Variations
Color information
#7C5392 (or 0x7C5392) is known color: Affair. HEX triplet: 7C, 53 and 92. RGB value is (124,83,146). Sum of RGB (Red+Green+Blue) = 124+83+146=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C5392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5392 is #83AC6D. Grayscale: #666666. Windows color (decimal): -8629358 or 9589628. OLE color: 9589628.
HSL color Cylindrical-coordinate representation of color #7C5392: hue angle of 279.05º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C5392 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 83 | 146 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.43 |
| HSL | 279.05º | 0.28% | 0.45% | - |
| HSV(B) | 279.05º | 0.43% | 0.57% | - |
| XYZ | 16.59 | 12.55 | 28.74 | - |
| YUV | 102.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 146 | 0.15 | 0.43 | 0 | 0.43 | 279.05 | 0.28 | 0.45 |
| Hex | 7C | 53 | 92 | F | 2B | 0 | 2B | 117 | 1C | 2D |
| Octal | 174 | 123 | 222 | 17 | 53 | 0 | 53 | 427 | 34 | 55 |
| Binary | 1111100 | 1010011 | 10010010 | 1111 | 101011 | 0 | 101011 | 100010111 | 11100 | 101101 |
Color Harmonies of #7C5392
Complementary color
Monochromatic Colors of #7C5392
Black with #7C5392
Text Example
Text Example
White with #7C5392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5392; }
p { color: rgb(124,83,146); }
H1.HeaderClassName
{
color: #7C5392;
}
.AnyTagClassName
{
color: #7C5392;
}
</style>
background-color css
<style>
a { background-color: #7C5392; }
a { background-color: rgb(124,83,146); }
div.DivClassName
{
background-color: #7C5392;
}
.BgClassName
{
background-color: #7C5392;
}
</style>
border-color css
<style>
span { border-color: #7C5392; }
span { border-color: rgb(124,83,146); }
td.TdClassName
{
border-color: #7C5392;
}
.TagClassName
{
border-color: #7C5392;
}
</style>