Shades of Studio #7A56AE
Tints of Studio #7A56AE
RGB
CMYK
RGB Variations
Color information
#7A56AE (or 0x7A56AE) is known color: Studio. HEX triplet: 7A, 56 and AE. RGB value is (122,86,174). Sum of RGB (Red+Green+Blue) = 122+86+174=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A56AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A56AE is #85A951. Grayscale: #6A6A6A. Windows color (decimal): -8759634 or 11425402. OLE color: 11425402.
HSL color Cylindrical-coordinate representation of color #7A56AE: hue angle of 264.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A56AE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 86 | 174 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.32 |
| HSL | 264.55º | 0.35% | 0.51% | - |
| HSV(B) | 264.55º | 0.51% | 0.68% | - |
| XYZ | 18.99 | 13.85 | 41.72 | - |
| YUV | 106.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 174 | 0.30 | 0.51 | 0 | 0.32 | 264.55 | 0.35 | 0.51 |
| Hex | 7A | 56 | AE | 1E | 33 | 0 | 20 | 109 | 23 | 33 |
| Octal | 172 | 126 | 256 | 36 | 63 | 0 | 40 | 411 | 43 | 63 |
| Binary | 1111010 | 1010110 | 10101110 | 11110 | 110011 | 0 | 100000 | 100001001 | 100011 | 110011 |
Color Harmonies of #7A56AE
Complementary color
Monochromatic Colors of #7A56AE
Black with #7A56AE
Text Example
Text Example
White with #7A56AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56AE; }
p { color: rgb(122,86,174); }
H1.HeaderClassName
{
color: #7A56AE;
}
.AnyTagClassName
{
color: #7A56AE;
}
</style>
background-color css
<style>
a { background-color: #7A56AE; }
a { background-color: rgb(122,86,174); }
div.DivClassName
{
background-color: #7A56AE;
}
.BgClassName
{
background-color: #7A56AE;
}
</style>
border-color css
<style>
span { border-color: #7A56AE; }
span { border-color: rgb(122,86,174); }
td.TdClassName
{
border-color: #7A56AE;
}
.TagClassName
{
border-color: #7A56AE;
}
</style>