Shades of Studio #7A57A4
Tints of Studio #7A57A4
RGB
CMYK
RGB Variations
Color information
#7A57A4 (or 0x7A57A4) is known color: Studio. HEX triplet: 7A, 57 and A4. RGB value is (122,87,164). Sum of RGB (Red+Green+Blue) = 122+87+164=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A57A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A57A4 is #85A85B. Grayscale: #696969. Windows color (decimal): -8759388 or 10770298. OLE color: 10770298.
HSL color Cylindrical-coordinate representation of color #7A57A4: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A57A4 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 87 | 164 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.36 |
| HSL | 267.27º | 0.31% | 0.49% | - |
| HSV(B) | 267.27º | 0.47% | 0.64% | - |
| XYZ | 18.14 | 13.63 | 36.8 | - |
| YUV | 106.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 164 | 0.26 | 0.47 | 0 | 0.36 | 267.27 | 0.31 | 0.49 |
| Hex | 7A | 57 | A4 | 1A | 2F | 0 | 24 | 10B | 1F | 31 |
| Octal | 172 | 127 | 244 | 32 | 57 | 0 | 44 | 413 | 37 | 61 |
| Binary | 1111010 | 1010111 | 10100100 | 11010 | 101111 | 0 | 100100 | 100001011 | 11111 | 110001 |
Color Harmonies of #7A57A4
Complementary color
Monochromatic Colors of #7A57A4
Black with #7A57A4
Text Example
Text Example
White with #7A57A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A57A4; }
p { color: rgb(122,87,164); }
H1.HeaderClassName
{
color: #7A57A4;
}
.AnyTagClassName
{
color: #7A57A4;
}
</style>
background-color css
<style>
a { background-color: #7A57A4; }
a { background-color: rgb(122,87,164); }
div.DivClassName
{
background-color: #7A57A4;
}
.BgClassName
{
background-color: #7A57A4;
}
</style>
border-color css
<style>
span { border-color: #7A57A4; }
span { border-color: rgb(122,87,164); }
td.TdClassName
{
border-color: #7A57A4;
}
.TagClassName
{
border-color: #7A57A4;
}
</style>