Shades of Affair #7A468B
Tints of Affair #7A468B
RGB
CMYK
RGB Variations
Color information
#7A468B (or 0x7A468B) is known color: Affair. HEX triplet: 7A, 46 and 8B. RGB value is (122,70,139). Sum of RGB (Red+Green+Blue) = 122+70+139=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A468B is #85B974. Grayscale: #5D5D5D. Windows color (decimal): -8763765 or 9127546. OLE color: 9127546.
HSL color Cylindrical-coordinate representation of color #7A468B: hue angle of 285.22º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A468B is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 70 | 139 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.45 |
| HSL | 285.22º | 0.33% | 0.41% | - |
| HSV(B) | 285.22º | 0.5% | 0.55% | - |
| XYZ | 14.88 | 10.38 | 25.65 | - |
| YUV | 93.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 139 | 0.12 | 0.50 | 0 | 0.45 | 285.22 | 0.33 | 0.41 |
| Hex | 7A | 46 | 8B | C | 32 | 0 | 2D | 11D | 21 | 29 |
| Octal | 172 | 106 | 213 | 14 | 62 | 0 | 55 | 435 | 41 | 51 |
| Binary | 1111010 | 1000110 | 10001011 | 1100 | 110010 | 0 | 101101 | 100011101 | 100001 | 101001 |
Color Harmonies of #7A468B
Complementary color
Monochromatic Colors of #7A468B
Black with #7A468B
Text Example
Text Example
White with #7A468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A468B; }
p { color: rgb(122,70,139); }
H1.HeaderClassName
{
color: #7A468B;
}
.AnyTagClassName
{
color: #7A468B;
}
</style>
background-color css
<style>
a { background-color: #7A468B; }
a { background-color: rgb(122,70,139); }
div.DivClassName
{
background-color: #7A468B;
}
.BgClassName
{
background-color: #7A468B;
}
</style>
border-color css
<style>
span { border-color: #7A468B; }
span { border-color: rgb(122,70,139); }
td.TdClassName
{
border-color: #7A468B;
}
.TagClassName
{
border-color: #7A468B;
}
</style>