Shades of Affair #7B528D
Tints of Affair #7B528D
RGB
CMYK
RGB Variations
Color information
#7B528D (or 0x7B528D) is known color: Affair. HEX triplet: 7B, 52 and 8D. RGB value is (123,82,141). Sum of RGB (Red+Green+Blue) = 123+82+141=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B528D is #84AD72. Grayscale: #646464. Windows color (decimal): -8695155 or 9261691. OLE color: 9261691.
HSL color Cylindrical-coordinate representation of color #7B528D: hue angle of 281.69º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B528D is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 82 | 141 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.45 |
| HSL | 281.69º | 0.26% | 0.44% | - |
| HSV(B) | 281.69º | 0.42% | 0.55% | - |
| XYZ | 15.99 | 12.17 | 26.71 | - |
| YUV | 100.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 141 | 0.13 | 0.42 | 0 | 0.45 | 281.69 | 0.26 | 0.44 |
| Hex | 7B | 52 | 8D | D | 2A | 0 | 2D | 11A | 1A | 2C |
| Octal | 173 | 122 | 215 | 15 | 52 | 0 | 55 | 432 | 32 | 54 |
| Binary | 1111011 | 1010010 | 10001101 | 1101 | 101010 | 0 | 101101 | 100011010 | 11010 | 101100 |
Color Harmonies of #7B528D
Complementary color
Monochromatic Colors of #7B528D
Black with #7B528D
Text Example
Text Example
White with #7B528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B528D; }
p { color: rgb(123,82,141); }
H1.HeaderClassName
{
color: #7B528D;
}
.AnyTagClassName
{
color: #7B528D;
}
</style>
background-color css
<style>
a { background-color: #7B528D; }
a { background-color: rgb(123,82,141); }
div.DivClassName
{
background-color: #7B528D;
}
.BgClassName
{
background-color: #7B528D;
}
</style>
border-color css
<style>
span { border-color: #7B528D; }
span { border-color: rgb(123,82,141); }
td.TdClassName
{
border-color: #7B528D;
}
.TagClassName
{
border-color: #7B528D;
}
</style>