Shades of Affair #7A4B82
Tints of Affair #7A4B82
RGB
CMYK
RGB Variations
Color information
#7A4B82 (or 0x7A4B82) is known color: Affair. HEX triplet: 7A, 4B and 82. RGB value is (122,75,130). Sum of RGB (Red+Green+Blue) = 122+75+130=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A4B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4B82 is #85B47D. Grayscale: #5F5F5F. Windows color (decimal): -8762494 or 8539002. OLE color: 8539002.
HSL color Cylindrical-coordinate representation of color #7A4B82: hue angle of 291.27º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4B82 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 75 | 130 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.49 |
| HSL | 291.27º | 0.27% | 0.4% | - |
| HSV(B) | 291.27º | 0.42% | 0.51% | - |
| XYZ | 14.57 | 10.78 | 22.43 | - |
| YUV | 95.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 75 | 130 | 0.06 | 0.42 | 0 | 0.49 | 291.27 | 0.27 | 0.4 |
| Hex | 7A | 4B | 82 | 6 | 2A | 0 | 31 | 123 | 1B | 28 |
| Octal | 172 | 113 | 202 | 6 | 52 | 0 | 61 | 443 | 33 | 50 |
| Binary | 1111010 | 1001011 | 10000010 | 110 | 101010 | 0 | 110001 | 100100011 | 11011 | 101000 |
Color Harmonies of #7A4B82
Complementary color
Monochromatic Colors of #7A4B82
Black with #7A4B82
Text Example
Text Example
White with #7A4B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4B82; }
p { color: rgb(122,75,130); }
H1.HeaderClassName
{
color: #7A4B82;
}
.AnyTagClassName
{
color: #7A4B82;
}
</style>
background-color css
<style>
a { background-color: #7A4B82; }
a { background-color: rgb(122,75,130); }
div.DivClassName
{
background-color: #7A4B82;
}
.BgClassName
{
background-color: #7A4B82;
}
</style>
border-color css
<style>
span { border-color: #7A4B82; }
span { border-color: rgb(122,75,130); }
td.TdClassName
{
border-color: #7A4B82;
}
.TagClassName
{
border-color: #7A4B82;
}
</style>