Shades of Affair #7B4B87
Tints of Affair #7B4B87
RGB
CMYK
RGB Variations
Color information
#7B4B87 (or 0x7B4B87) is known color: Affair. HEX triplet: 7B, 4B and 87. RGB value is (123,75,135). Sum of RGB (Red+Green+Blue) = 123+75+135=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B4B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4B87 is #84B478. Grayscale: #606060. Windows color (decimal): -8696953 or 8866683. OLE color: 8866683.
HSL color Cylindrical-coordinate representation of color #7B4B87: hue angle of 288º 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 #7B4B87 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 75 | 135 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.47 |
| HSL | 288º | 0.29% | 0.41% | - |
| HSV(B) | 288º | 0.44% | 0.53% | - |
| XYZ | 15.06 | 10.99 | 24.25 | - |
| YUV | 96.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 135 | 0.09 | 0.44 | 0 | 0.47 | 288 | 0.29 | 0.41 |
| Hex | 7B | 4B | 87 | 9 | 2C | 0 | 2F | 120 | 1D | 29 |
| Octal | 173 | 113 | 207 | 11 | 54 | 0 | 57 | 440 | 35 | 51 |
| Binary | 1111011 | 1001011 | 10000111 | 1001 | 101100 | 0 | 101111 | 100100000 | 11101 | 101001 |
Color Harmonies of #7B4B87
Complementary color
Monochromatic Colors of #7B4B87
Black with #7B4B87
Text Example
Text Example
White with #7B4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4B87; }
p { color: rgb(123,75,135); }
H1.HeaderClassName
{
color: #7B4B87;
}
.AnyTagClassName
{
color: #7B4B87;
}
</style>
background-color css
<style>
a { background-color: #7B4B87; }
a { background-color: rgb(123,75,135); }
div.DivClassName
{
background-color: #7B4B87;
}
.BgClassName
{
background-color: #7B4B87;
}
</style>
border-color css
<style>
span { border-color: #7B4B87; }
span { border-color: rgb(123,75,135); }
td.TdClassName
{
border-color: #7B4B87;
}
.TagClassName
{
border-color: #7B4B87;
}
</style>