Shades of Studio #7A56B0
Tints of Studio #7A56B0
RGB
CMYK
RGB Variations
Color information
#7A56B0 (or 0x7A56B0) is known color: Studio. HEX triplet: 7A, 56 and B0. RGB value is (122,86,176). Sum of RGB (Red+Green+Blue) = 122+86+176=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A56B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A56B0 is #85A94F. Grayscale: #6A6A6A. Windows color (decimal): -8759632 or 11556474. OLE color: 11556474.
HSL color Cylindrical-coordinate representation of color #7A56B0: hue angle of 264º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A56B0 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 86 | 176 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.31 |
| HSL | 264º | 0.36% | 0.51% | - |
| HSV(B) | 264º | 0.51% | 0.69% | - |
| XYZ | 19.19 | 13.93 | 42.75 | - |
| YUV | 107.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 176 | 0.31 | 0.51 | 0 | 0.31 | 264 | 0.36 | 0.51 |
| Hex | 7A | 56 | B0 | 1F | 33 | 0 | 1F | 108 | 24 | 33 |
| Octal | 172 | 126 | 260 | 37 | 63 | 0 | 37 | 410 | 44 | 63 |
| Binary | 1111010 | 1010110 | 10110000 | 11111 | 110011 | 0 | 11111 | 100001000 | 100100 | 110011 |
Color Harmonies of #7A56B0
Complementary color
Monochromatic Colors of #7A56B0
Black with #7A56B0
Text Example
Text Example
White with #7A56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56B0; }
p { color: rgb(122,86,176); }
H1.HeaderClassName
{
color: #7A56B0;
}
.AnyTagClassName
{
color: #7A56B0;
}
</style>
background-color css
<style>
a { background-color: #7A56B0; }
a { background-color: rgb(122,86,176); }
div.DivClassName
{
background-color: #7A56B0;
}
.BgClassName
{
background-color: #7A56B0;
}
</style>
border-color css
<style>
span { border-color: #7A56B0; }
span { border-color: rgb(122,86,176); }
td.TdClassName
{
border-color: #7A56B0;
}
.TagClassName
{
border-color: #7A56B0;
}
</style>