Shades of Affair #7B5182
Tints of Affair #7B5182
RGB
CMYK
RGB Variations
Color information
#7B5182 (or 0x7B5182) is known color: Affair. HEX triplet: 7B, 51 and 82. RGB value is (123,81,130). Sum of RGB (Red+Green+Blue) = 123+81+130=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B5182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5182 is #84AE7D. Grayscale: #626262. Windows color (decimal): -8695422 or 8540539. OLE color: 8540539.
HSL color Cylindrical-coordinate representation of color #7B5182: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5182 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 81 | 130 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.49 |
| HSL | 291.43º | 0.23% | 0.41% | - |
| HSV(B) | 291.43º | 0.38% | 0.51% | - |
| XYZ | 15.14 | 11.71 | 22.58 | - |
| YUV | 99.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 130 | 0.05 | 0.38 | 0 | 0.49 | 291.43 | 0.23 | 0.41 |
| Hex | 7B | 51 | 82 | 5 | 26 | 0 | 31 | 123 | 17 | 29 |
| Octal | 173 | 121 | 202 | 5 | 46 | 0 | 61 | 443 | 27 | 51 |
| Binary | 1111011 | 1010001 | 10000010 | 101 | 100110 | 0 | 110001 | 100100011 | 10111 | 101001 |
Color Harmonies of #7B5182
Complementary color
Monochromatic Colors of #7B5182
Black with #7B5182
Text Example
Text Example
White with #7B5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5182; }
p { color: rgb(123,81,130); }
H1.HeaderClassName
{
color: #7B5182;
}
.AnyTagClassName
{
color: #7B5182;
}
</style>
background-color css
<style>
a { background-color: #7B5182; }
a { background-color: rgb(123,81,130); }
div.DivClassName
{
background-color: #7B5182;
}
.BgClassName
{
background-color: #7B5182;
}
</style>
border-color css
<style>
span { border-color: #7B5182; }
span { border-color: rgb(123,81,130); }
td.TdClassName
{
border-color: #7B5182;
}
.TagClassName
{
border-color: #7B5182;
}
</style>