Shades of Affair #7B4F84
Tints of Affair #7B4F84
RGB
CMYK
RGB Variations
Color information
#7B4F84 (or 0x7B4F84) is known color: Affair. HEX triplet: 7B, 4F and 84. RGB value is (123,79,132). Sum of RGB (Red+Green+Blue) = 123+79+132=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B4F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4F84 is #84B07B. Grayscale: #626262. Windows color (decimal): -8695932 or 8671099. OLE color: 8671099.
HSL color Cylindrical-coordinate representation of color #7B4F84: hue angle of 289.81º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B4F84 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 79 | 132 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.48 |
| HSL | 289.81º | 0.25% | 0.41% | - |
| HSV(B) | 289.81º | 0.4% | 0.52% | - |
| XYZ | 15.13 | 11.47 | 23.25 | - |
| YUV | 98.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 132 | 0.07 | 0.40 | 0 | 0.48 | 289.81 | 0.25 | 0.41 |
| Hex | 7B | 4F | 84 | 7 | 28 | 0 | 30 | 122 | 19 | 29 |
| Octal | 173 | 117 | 204 | 7 | 50 | 0 | 60 | 442 | 31 | 51 |
| Binary | 1111011 | 1001111 | 10000100 | 111 | 101000 | 0 | 110000 | 100100010 | 11001 | 101001 |
Color Harmonies of #7B4F84
Complementary color
Monochromatic Colors of #7B4F84
Black with #7B4F84
Text Example
Text Example
White with #7B4F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4F84; }
p { color: rgb(123,79,132); }
H1.HeaderClassName
{
color: #7B4F84;
}
.AnyTagClassName
{
color: #7B4F84;
}
</style>
background-color css
<style>
a { background-color: #7B4F84; }
a { background-color: rgb(123,79,132); }
div.DivClassName
{
background-color: #7B4F84;
}
.BgClassName
{
background-color: #7B4F84;
}
</style>
border-color css
<style>
span { border-color: #7B4F84; }
span { border-color: rgb(123,79,132); }
td.TdClassName
{
border-color: #7B4F84;
}
.TagClassName
{
border-color: #7B4F84;
}
</style>