Shades of Affair #7B548D
Tints of Affair #7B548D
RGB
CMYK
RGB Variations
Color information
#7B548D (or 0x7B548D) is known color: Affair. HEX triplet: 7B, 54 and 8D. RGB value is (123,84,141). Sum of RGB (Red+Green+Blue) = 123+84+141=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B548D is #84AB72. Grayscale: #656565. Windows color (decimal): -8694643 or 9262203. OLE color: 9262203.
HSL color Cylindrical-coordinate representation of color #7B548D: hue angle of 281.05º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B548D is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 84 | 141 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.45 |
| HSL | 281.05º | 0.25% | 0.44% | - |
| HSV(B) | 281.05º | 0.4% | 0.55% | - |
| XYZ | 16.15 | 12.47 | 26.76 | - |
| YUV | 102.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 141 | 0.13 | 0.40 | 0 | 0.45 | 281.05 | 0.25 | 0.44 |
| Hex | 7B | 54 | 8D | D | 28 | 0 | 2D | 119 | 19 | 2C |
| Octal | 173 | 124 | 215 | 15 | 50 | 0 | 55 | 431 | 31 | 54 |
| Binary | 1111011 | 1010100 | 10001101 | 1101 | 101000 | 0 | 101101 | 100011001 | 11001 | 101100 |
Color Harmonies of #7B548D
Complementary color
Monochromatic Colors of #7B548D
Black with #7B548D
Text Example
Text Example
White with #7B548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B548D; }
p { color: rgb(123,84,141); }
H1.HeaderClassName
{
color: #7B548D;
}
.AnyTagClassName
{
color: #7B548D;
}
</style>
background-color css
<style>
a { background-color: #7B548D; }
a { background-color: rgb(123,84,141); }
div.DivClassName
{
background-color: #7B548D;
}
.BgClassName
{
background-color: #7B548D;
}
</style>
border-color css
<style>
span { border-color: #7B548D; }
span { border-color: rgb(123,84,141); }
td.TdClassName
{
border-color: #7B548D;
}
.TagClassName
{
border-color: #7B548D;
}
</style>