Shades of Affair #7B4F8E
Tints of Affair #7B4F8E
RGB
CMYK
RGB Variations
Color information
#7B4F8E (or 0x7B4F8E) is known color: Affair. HEX triplet: 7B, 4F and 8E. RGB value is (123,79,142). Sum of RGB (Red+Green+Blue) = 123+79+142=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B4F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4F8E is #84B071. Grayscale: #636363. Windows color (decimal): -8695922 or 9326459. OLE color: 9326459.
HSL color Cylindrical-coordinate representation of color #7B4F8E: hue angle of 281.9º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B4F8E is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 79 | 142 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.44 |
| HSL | 281.9º | 0.29% | 0.43% | - |
| HSV(B) | 281.9º | 0.44% | 0.56% | - |
| XYZ | 15.85 | 11.76 | 27.03 | - |
| YUV | 99.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 142 | 0.13 | 0.44 | 0 | 0.44 | 281.9 | 0.29 | 0.43 |
| Hex | 7B | 4F | 8E | D | 2C | 0 | 2C | 11A | 1D | 2B |
| Octal | 173 | 117 | 216 | 15 | 54 | 0 | 54 | 432 | 35 | 53 |
| Binary | 1111011 | 1001111 | 10001110 | 1101 | 101100 | 0 | 101100 | 100011010 | 11101 | 101011 |
Color Harmonies of #7B4F8E
Complementary color
Monochromatic Colors of #7B4F8E
Black with #7B4F8E
Text Example
Text Example
White with #7B4F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4F8E; }
p { color: rgb(123,79,142); }
H1.HeaderClassName
{
color: #7B4F8E;
}
.AnyTagClassName
{
color: #7B4F8E;
}
</style>
background-color css
<style>
a { background-color: #7B4F8E; }
a { background-color: rgb(123,79,142); }
div.DivClassName
{
background-color: #7B4F8E;
}
.BgClassName
{
background-color: #7B4F8E;
}
</style>
border-color css
<style>
span { border-color: #7B4F8E; }
span { border-color: rgb(123,79,142); }
td.TdClassName
{
border-color: #7B4F8E;
}
.TagClassName
{
border-color: #7B4F8E;
}
</style>