Shades of Affair #7C5885
Tints of Affair #7C5885
RGB
CMYK
RGB Variations
Color information
#7C5885 (or 0x7C5885) is known color: Affair. HEX triplet: 7C, 58 and 85. RGB value is (124,88,133). Sum of RGB (Red+Green+Blue) = 124+88+133=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C5885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5885 is #83A77A. Grayscale: #676767. Windows color (decimal): -8628091 or 8738940. OLE color: 8738940.
HSL color Cylindrical-coordinate representation of color #7C5885: hue angle of 288º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5885 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 88 | 133 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.48 |
| HSL | 288º | 0.2% | 0.43% | - |
| HSV(B) | 288º | 0.34% | 0.52% | - |
| XYZ | 16.04 | 12.96 | 23.85 | - |
| YUV | 103.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 133 | 0.07 | 0.34 | 0 | 0.48 | 288 | 0.2 | 0.43 |
| Hex | 7C | 58 | 85 | 7 | 22 | 0 | 30 | 120 | 14 | 2B |
| Octal | 174 | 130 | 205 | 7 | 42 | 0 | 60 | 440 | 24 | 53 |
| Binary | 1111100 | 1011000 | 10000101 | 111 | 100010 | 0 | 110000 | 100100000 | 10100 | 101011 |
Color Harmonies of #7C5885
Complementary color
Monochromatic Colors of #7C5885
Black with #7C5885
Text Example
Text Example
White with #7C5885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5885; }
p { color: rgb(124,88,133); }
H1.HeaderClassName
{
color: #7C5885;
}
.AnyTagClassName
{
color: #7C5885;
}
</style>
background-color css
<style>
a { background-color: #7C5885; }
a { background-color: rgb(124,88,133); }
div.DivClassName
{
background-color: #7C5885;
}
.BgClassName
{
background-color: #7C5885;
}
</style>
border-color css
<style>
span { border-color: #7C5885; }
span { border-color: rgb(124,88,133); }
td.TdClassName
{
border-color: #7C5885;
}
.TagClassName
{
border-color: #7C5885;
}
</style>