Shades of Affair #7A4B87
Tints of Affair #7A4B87
RGB
CMYK
RGB Variations
Color information
#7A4B87 (or 0x7A4B87) is known color: Affair. HEX triplet: 7A, 4B and 87. RGB value is (122,75,135). Sum of RGB (Red+Green+Blue) = 122+75+135=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A4B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4B87 is #85B478. Grayscale: #5F5F5F. Windows color (decimal): -8762489 or 8866682. OLE color: 8866682.
HSL color Cylindrical-coordinate representation of color #7A4B87: hue angle of 287º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A4B87 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 75 | 135 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.47 |
| HSL | 287º | 0.29% | 0.41% | - |
| HSV(B) | 287º | 0.44% | 0.53% | - |
| XYZ | 14.92 | 10.92 | 24.24 | - |
| YUV | 95.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 75 | 135 | 0.10 | 0.44 | 0 | 0.47 | 287 | 0.29 | 0.41 |
| Hex | 7A | 4B | 87 | A | 2C | 0 | 2F | 11F | 1D | 29 |
| Octal | 172 | 113 | 207 | 12 | 54 | 0 | 57 | 437 | 35 | 51 |
| Binary | 1111010 | 1001011 | 10000111 | 1010 | 101100 | 0 | 101111 | 100011111 | 11101 | 101001 |
Color Harmonies of #7A4B87
Complementary color
Monochromatic Colors of #7A4B87
Black with #7A4B87
Text Example
Text Example
White with #7A4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4B87; }
p { color: rgb(122,75,135); }
H1.HeaderClassName
{
color: #7A4B87;
}
.AnyTagClassName
{
color: #7A4B87;
}
</style>
background-color css
<style>
a { background-color: #7A4B87; }
a { background-color: rgb(122,75,135); }
div.DivClassName
{
background-color: #7A4B87;
}
.BgClassName
{
background-color: #7A4B87;
}
</style>
border-color css
<style>
span { border-color: #7A4B87; }
span { border-color: rgb(122,75,135); }
td.TdClassName
{
border-color: #7A4B87;
}
.TagClassName
{
border-color: #7A4B87;
}
</style>