Shades of Affair #7B5293
Tints of Affair #7B5293
RGB
CMYK
RGB Variations
Color information
#7B5293 (or 0x7B5293) is known color: Affair. HEX triplet: 7B, 52 and 93. RGB value is (123,82,147). Sum of RGB (Red+Green+Blue) = 123+82+147=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B5293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5293 is #84AD6C. Grayscale: #656565. Windows color (decimal): -8695149 or 9654907. OLE color: 9654907.
HSL color Cylindrical-coordinate representation of color #7B5293: hue angle of 277.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5293 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 82 | 147 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.42 |
| HSL | 277.85º | 0.28% | 0.45% | - |
| HSV(B) | 277.85º | 0.44% | 0.58% | - |
| XYZ | 16.45 | 12.35 | 29.12 | - |
| YUV | 101.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 147 | 0.16 | 0.44 | 0 | 0.42 | 277.85 | 0.28 | 0.45 |
| Hex | 7B | 52 | 93 | 10 | 2C | 0 | 2A | 116 | 1C | 2D |
| Octal | 173 | 122 | 223 | 20 | 54 | 0 | 52 | 426 | 34 | 55 |
| Binary | 1111011 | 1010010 | 10010011 | 10000 | 101100 | 0 | 101010 | 100010110 | 11100 | 101101 |
Color Harmonies of #7B5293
Complementary color
Monochromatic Colors of #7B5293
Black with #7B5293
Text Example
Text Example
White with #7B5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5293; }
p { color: rgb(123,82,147); }
H1.HeaderClassName
{
color: #7B5293;
}
.AnyTagClassName
{
color: #7B5293;
}
</style>
background-color css
<style>
a { background-color: #7B5293; }
a { background-color: rgb(123,82,147); }
div.DivClassName
{
background-color: #7B5293;
}
.BgClassName
{
background-color: #7B5293;
}
</style>
border-color css
<style>
span { border-color: #7B5293; }
span { border-color: rgb(123,82,147); }
td.TdClassName
{
border-color: #7B5293;
}
.TagClassName
{
border-color: #7B5293;
}
</style>