Shades of Studio #7A499E
Tints of Studio #7A499E
RGB
CMYK
RGB Variations
Color information
#7A499E (or 0x7A499E) is known color: Studio. HEX triplet: 7A, 49 and 9E. RGB value is (122,73,158). Sum of RGB (Red+Green+Blue) = 122+73+158=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A499E is #85B661. Grayscale: #616161. Windows color (decimal): -8762978 or 10373498. OLE color: 10373498.
HSL color Cylindrical-coordinate representation of color #7A499E: hue angle of 274.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A499E is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 73 | 158 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.38 |
| HSL | 274.59º | 0.37% | 0.45% | - |
| HSV(B) | 274.59º | 0.54% | 0.62% | - |
| XYZ | 16.58 | 11.37 | 33.67 | - |
| YUV | 97.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 158 | 0.23 | 0.54 | 0 | 0.38 | 274.59 | 0.37 | 0.45 |
| Hex | 7A | 49 | 9E | 17 | 36 | 0 | 26 | 113 | 25 | 2D |
| Octal | 172 | 111 | 236 | 27 | 66 | 0 | 46 | 423 | 45 | 55 |
| Binary | 1111010 | 1001001 | 10011110 | 10111 | 110110 | 0 | 100110 | 100010011 | 100101 | 101101 |
Color Harmonies of #7A499E
Complementary color
Monochromatic Colors of #7A499E
Black with #7A499E
Text Example
Text Example
White with #7A499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A499E; }
p { color: rgb(122,73,158); }
H1.HeaderClassName
{
color: #7A499E;
}
.AnyTagClassName
{
color: #7A499E;
}
</style>
background-color css
<style>
a { background-color: #7A499E; }
a { background-color: rgb(122,73,158); }
div.DivClassName
{
background-color: #7A499E;
}
.BgClassName
{
background-color: #7A499E;
}
</style>
border-color css
<style>
span { border-color: #7A499E; }
span { border-color: rgb(122,73,158); }
td.TdClassName
{
border-color: #7A499E;
}
.TagClassName
{
border-color: #7A499E;
}
</style>