Shades of Studio #7A5AAA
Tints of Studio #7A5AAA
RGB
CMYK
RGB Variations
Color information
#7A5AAA (or 0x7A5AAA) is known color: Studio. HEX triplet: 7A, 5A and AA. RGB value is (122,90,170). Sum of RGB (Red+Green+Blue) = 122+90+170=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5AAA is #85A555. Grayscale: #6C6C6C. Windows color (decimal): -8758614 or 11164282. OLE color: 11164282.
HSL color Cylindrical-coordinate representation of color #7A5AAA: hue angle of 264º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5AAA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 90 | 170 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.33 |
| HSL | 264º | 0.32% | 0.51% | - |
| HSV(B) | 264º | 0.47% | 0.67% | - |
| XYZ | 18.94 | 14.35 | 39.8 | - |
| YUV | 108.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 170 | 0.28 | 0.47 | 0 | 0.33 | 264 | 0.32 | 0.51 |
| Hex | 7A | 5A | AA | 1C | 2F | 0 | 21 | 108 | 20 | 33 |
| Octal | 172 | 132 | 252 | 34 | 57 | 0 | 41 | 410 | 40 | 63 |
| Binary | 1111010 | 1011010 | 10101010 | 11100 | 101111 | 0 | 100001 | 100001000 | 100000 | 110011 |
Color Harmonies of #7A5AAA
Complementary color
Monochromatic Colors of #7A5AAA
Black with #7A5AAA
Text Example
Text Example
White with #7A5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5AAA; }
p { color: rgb(122,90,170); }
H1.HeaderClassName
{
color: #7A5AAA;
}
.AnyTagClassName
{
color: #7A5AAA;
}
</style>
background-color css
<style>
a { background-color: #7A5AAA; }
a { background-color: rgb(122,90,170); }
div.DivClassName
{
background-color: #7A5AAA;
}
.BgClassName
{
background-color: #7A5AAA;
}
</style>
border-color css
<style>
span { border-color: #7A5AAA; }
span { border-color: rgb(122,90,170); }
td.TdClassName
{
border-color: #7A5AAA;
}
.TagClassName
{
border-color: #7A5AAA;
}
</style>