Shades of Affair #7C5D92
Tints of Affair #7C5D92
RGB
CMYK
RGB Variations
Color information
#7C5D92 (or 0x7C5D92) is known color: Affair. HEX triplet: 7C, 5D and 92. RGB value is (124,93,146). Sum of RGB (Red+Green+Blue) = 124+93+146=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C5D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5D92 is #83A26D. Grayscale: #6C6C6C. Windows color (decimal): -8626798 or 9592188. OLE color: 9592188.
HSL color Cylindrical-coordinate representation of color #7C5D92: hue angle of 275.09º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C5D92 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 93 | 146 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.43 |
| HSL | 275.09º | 0.22% | 0.47% | - |
| HSV(B) | 275.09º | 0.36% | 0.57% | - |
| XYZ | 17.41 | 14.19 | 29.02 | - |
| YUV | 108.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 146 | 0.15 | 0.36 | 0 | 0.43 | 275.09 | 0.22 | 0.47 |
| Hex | 7C | 5D | 92 | F | 24 | 0 | 2B | 113 | 16 | 2F |
| Octal | 174 | 135 | 222 | 17 | 44 | 0 | 53 | 423 | 26 | 57 |
| Binary | 1111100 | 1011101 | 10010010 | 1111 | 100100 | 0 | 101011 | 100010011 | 10110 | 101111 |
Color Harmonies of #7C5D92
Complementary color
Monochromatic Colors of #7C5D92
Black with #7C5D92
Text Example
Text Example
White with #7C5D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5D92; }
p { color: rgb(124,93,146); }
H1.HeaderClassName
{
color: #7C5D92;
}
.AnyTagClassName
{
color: #7C5D92;
}
</style>
background-color css
<style>
a { background-color: #7C5D92; }
a { background-color: rgb(124,93,146); }
div.DivClassName
{
background-color: #7C5D92;
}
.BgClassName
{
background-color: #7C5D92;
}
</style>
border-color css
<style>
span { border-color: #7C5D92; }
span { border-color: rgb(124,93,146); }
td.TdClassName
{
border-color: #7C5D92;
}
.TagClassName
{
border-color: #7C5D92;
}
</style>