Shades of Affair #7A568B
Tints of Affair #7A568B
RGB
CMYK
RGB Variations
Color information
#7A568B (or 0x7A568B) is known color: Affair. HEX triplet: 7A, 56 and 8B. RGB value is (122,86,139). Sum of RGB (Red+Green+Blue) = 122+86+139=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A568B is #85A974. Grayscale: #666666. Windows color (decimal): -8759669 or 9131642. OLE color: 9131642.
HSL color Cylindrical-coordinate representation of color #7A568B: hue angle of 280.75º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A568B is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 86 | 139 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.45 |
| HSL | 280.75º | 0.24% | 0.44% | - |
| HSV(B) | 280.75º | 0.38% | 0.55% | - |
| XYZ | 16.01 | 12.66 | 26.03 | - |
| YUV | 102.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 139 | 0.12 | 0.38 | 0 | 0.45 | 280.75 | 0.24 | 0.44 |
| Hex | 7A | 56 | 8B | C | 26 | 0 | 2D | 119 | 18 | 2C |
| Octal | 172 | 126 | 213 | 14 | 46 | 0 | 55 | 431 | 30 | 54 |
| Binary | 1111010 | 1010110 | 10001011 | 1100 | 100110 | 0 | 101101 | 100011001 | 11000 | 101100 |
Color Harmonies of #7A568B
Complementary color
Monochromatic Colors of #7A568B
Black with #7A568B
Text Example
Text Example
White with #7A568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A568B; }
p { color: rgb(122,86,139); }
H1.HeaderClassName
{
color: #7A568B;
}
.AnyTagClassName
{
color: #7A568B;
}
</style>
background-color css
<style>
a { background-color: #7A568B; }
a { background-color: rgb(122,86,139); }
div.DivClassName
{
background-color: #7A568B;
}
.BgClassName
{
background-color: #7A568B;
}
</style>
border-color css
<style>
span { border-color: #7A568B; }
span { border-color: rgb(122,86,139); }
td.TdClassName
{
border-color: #7A568B;
}
.TagClassName
{
border-color: #7A568B;
}
</style>