Shades of Studio #7A57AA
Tints of Studio #7A57AA
RGB
CMYK
RGB Variations
Color information
#7A57AA (or 0x7A57AA) is known color: Studio. HEX triplet: 7A, 57 and AA. RGB value is (122,87,170). Sum of RGB (Red+Green+Blue) = 122+87+170=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A57AA is #85A855. Grayscale: #6A6A6A. Windows color (decimal): -8759382 or 11163514. OLE color: 11163514.
HSL color Cylindrical-coordinate representation of color #7A57AA: hue angle of 265.3º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A57AA is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 87 | 170 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.33 |
| HSL | 265.3º | 0.33% | 0.5% | - |
| HSV(B) | 265.3º | 0.49% | 0.67% | - |
| XYZ | 18.69 | 13.86 | 39.72 | - |
| YUV | 106.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 170 | 0.28 | 0.49 | 0 | 0.33 | 265.3 | 0.33 | 0.5 |
| Hex | 7A | 57 | AA | 1C | 31 | 0 | 21 | 109 | 21 | 32 |
| Octal | 172 | 127 | 252 | 34 | 61 | 0 | 41 | 411 | 41 | 62 |
| Binary | 1111010 | 1010111 | 10101010 | 11100 | 110001 | 0 | 100001 | 100001001 | 100001 | 110010 |
Color Harmonies of #7A57AA
Complementary color
Monochromatic Colors of #7A57AA
Black with #7A57AA
Text Example
Text Example
White with #7A57AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A57AA; }
p { color: rgb(122,87,170); }
H1.HeaderClassName
{
color: #7A57AA;
}
.AnyTagClassName
{
color: #7A57AA;
}
</style>
background-color css
<style>
a { background-color: #7A57AA; }
a { background-color: rgb(122,87,170); }
div.DivClassName
{
background-color: #7A57AA;
}
.BgClassName
{
background-color: #7A57AA;
}
</style>
border-color css
<style>
span { border-color: #7A57AA; }
span { border-color: rgb(122,87,170); }
td.TdClassName
{
border-color: #7A57AA;
}
.TagClassName
{
border-color: #7A57AA;
}
</style>