Shades of Affair #7A578B
Tints of Affair #7A578B
RGB
CMYK
RGB Variations
Color information
#7A578B (or 0x7A578B) is known color: Affair. HEX triplet: 7A, 57 and 8B. RGB value is (122,87,139). Sum of RGB (Red+Green+Blue) = 122+87+139=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A578B is #85A874. Grayscale: #676767. Windows color (decimal): -8759413 or 9131898. OLE color: 9131898.
HSL color Cylindrical-coordinate representation of color #7A578B: hue angle of 280.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A578B is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 87 | 139 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.45 |
| HSL | 280.38º | 0.23% | 0.44% | - |
| HSV(B) | 280.38º | 0.37% | 0.55% | - |
| XYZ | 16.09 | 12.82 | 26.05 | - |
| YUV | 103.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 139 | 0.12 | 0.37 | 0 | 0.45 | 280.38 | 0.23 | 0.44 |
| Hex | 7A | 57 | 8B | C | 25 | 0 | 2D | 118 | 17 | 2C |
| Octal | 172 | 127 | 213 | 14 | 45 | 0 | 55 | 430 | 27 | 54 |
| Binary | 1111010 | 1010111 | 10001011 | 1100 | 100101 | 0 | 101101 | 100011000 | 10111 | 101100 |
Color Harmonies of #7A578B
Complementary color
Monochromatic Colors of #7A578B
Black with #7A578B
Text Example
Text Example
White with #7A578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A578B; }
p { color: rgb(122,87,139); }
H1.HeaderClassName
{
color: #7A578B;
}
.AnyTagClassName
{
color: #7A578B;
}
</style>
background-color css
<style>
a { background-color: #7A578B; }
a { background-color: rgb(122,87,139); }
div.DivClassName
{
background-color: #7A578B;
}
.BgClassName
{
background-color: #7A578B;
}
</style>
border-color css
<style>
span { border-color: #7A578B; }
span { border-color: rgb(122,87,139); }
td.TdClassName
{
border-color: #7A578B;
}
.TagClassName
{
border-color: #7A578B;
}
</style>