Shades of Studio #7A5AAE
Tints of Studio #7A5AAE
RGB
CMYK
RGB Variations
Color information
#7A5AAE (or 0x7A5AAE) is known color: Studio. HEX triplet: 7A, 5A and AE. RGB value is (122,90,174). Sum of RGB (Red+Green+Blue) = 122+90+174=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5AAE is #85A551. Grayscale: #6C6C6C. Windows color (decimal): -8758610 or 11426426. OLE color: 11426426.
HSL color Cylindrical-coordinate representation of color #7A5AAE: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5AAE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 90 | 174 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.32 |
| HSL | 262.86º | 0.34% | 0.52% | - |
| HSV(B) | 262.86º | 0.48% | 0.68% | - |
| XYZ | 19.32 | 14.51 | 41.83 | - |
| YUV | 109.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 174 | 0.30 | 0.48 | 0 | 0.32 | 262.86 | 0.34 | 0.52 |
| Hex | 7A | 5A | AE | 1E | 30 | 0 | 20 | 107 | 22 | 34 |
| Octal | 172 | 132 | 256 | 36 | 60 | 0 | 40 | 407 | 42 | 64 |
| Binary | 1111010 | 1011010 | 10101110 | 11110 | 110000 | 0 | 100000 | 100000111 | 100010 | 110100 |
Color Harmonies of #7A5AAE
Complementary color
Monochromatic Colors of #7A5AAE
Black with #7A5AAE
Text Example
Text Example
White with #7A5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5AAE; }
p { color: rgb(122,90,174); }
H1.HeaderClassName
{
color: #7A5AAE;
}
.AnyTagClassName
{
color: #7A5AAE;
}
</style>
background-color css
<style>
a { background-color: #7A5AAE; }
a { background-color: rgb(122,90,174); }
div.DivClassName
{
background-color: #7A5AAE;
}
.BgClassName
{
background-color: #7A5AAE;
}
</style>
border-color css
<style>
span { border-color: #7A5AAE; }
span { border-color: rgb(122,90,174); }
td.TdClassName
{
border-color: #7A5AAE;
}
.TagClassName
{
border-color: #7A5AAE;
}
</style>