Shades of Affair #7B4B89
Tints of Affair #7B4B89
RGB
CMYK
RGB Variations
Color information
#7B4B89 (or 0x7B4B89) is known color: Affair. HEX triplet: 7B, 4B and 89. RGB value is (123,75,137). Sum of RGB (Red+Green+Blue) = 123+75+137=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B4B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4B89 is #84B476. Grayscale: #606060. Windows color (decimal): -8696951 or 8997755. OLE color: 8997755.
HSL color Cylindrical-coordinate representation of color #7B4B89: hue angle of 286.45º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B4B89 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 75 | 137 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.46 |
| HSL | 286.45º | 0.29% | 0.42% | - |
| HSV(B) | 286.45º | 0.45% | 0.54% | - |
| XYZ | 15.2 | 11.05 | 25 | - |
| YUV | 96.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 137 | 0.10 | 0.45 | 0 | 0.46 | 286.45 | 0.29 | 0.42 |
| Hex | 7B | 4B | 89 | A | 2D | 0 | 2E | 11E | 1D | 2A |
| Octal | 173 | 113 | 211 | 12 | 55 | 0 | 56 | 436 | 35 | 52 |
| Binary | 1111011 | 1001011 | 10001001 | 1010 | 101101 | 0 | 101110 | 100011110 | 11101 | 101010 |
Color Harmonies of #7B4B89
Complementary color
Monochromatic Colors of #7B4B89
Black with #7B4B89
Text Example
Text Example
White with #7B4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4B89; }
p { color: rgb(123,75,137); }
H1.HeaderClassName
{
color: #7B4B89;
}
.AnyTagClassName
{
color: #7B4B89;
}
</style>
background-color css
<style>
a { background-color: #7B4B89; }
a { background-color: rgb(123,75,137); }
div.DivClassName
{
background-color: #7B4B89;
}
.BgClassName
{
background-color: #7B4B89;
}
</style>
border-color css
<style>
span { border-color: #7B4B89; }
span { border-color: rgb(123,75,137); }
td.TdClassName
{
border-color: #7B4B89;
}
.TagClassName
{
border-color: #7B4B89;
}
</style>