Shades of Studio #7A549A
Tints of Studio #7A549A
RGB
CMYK
RGB Variations
Color information
#7A549A (or 0x7A549A) is known color: Studio. HEX triplet: 7A, 54 and 9A. RGB value is (122,84,154). Sum of RGB (Red+Green+Blue) = 122+84+154=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A549A is #85AB65. Grayscale: #676767. Windows color (decimal): -8760166 or 10114170. OLE color: 10114170.
HSL color Cylindrical-coordinate representation of color #7A549A: hue angle of 272.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A549A is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 84 | 154 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.40 |
| HSL | 272.57º | 0.29% | 0.47% | - |
| HSV(B) | 272.57º | 0.45% | 0.6% | - |
| XYZ | 17.03 | 12.81 | 32.15 | - |
| YUV | 103.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 154 | 0.21 | 0.45 | 0 | 0.40 | 272.57 | 0.29 | 0.47 |
| Hex | 7A | 54 | 9A | 15 | 2D | 0 | 28 | 111 | 1D | 2F |
| Octal | 172 | 124 | 232 | 25 | 55 | 0 | 50 | 421 | 35 | 57 |
| Binary | 1111010 | 1010100 | 10011010 | 10101 | 101101 | 0 | 101000 | 100010001 | 11101 | 101111 |
Color Harmonies of #7A549A
Complementary color
Monochromatic Colors of #7A549A
Black with #7A549A
Text Example
Text Example
White with #7A549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A549A; }
p { color: rgb(122,84,154); }
H1.HeaderClassName
{
color: #7A549A;
}
.AnyTagClassName
{
color: #7A549A;
}
</style>
background-color css
<style>
a { background-color: #7A549A; }
a { background-color: rgb(122,84,154); }
div.DivClassName
{
background-color: #7A549A;
}
.BgClassName
{
background-color: #7A549A;
}
</style>
border-color css
<style>
span { border-color: #7A549A; }
span { border-color: rgb(122,84,154); }
td.TdClassName
{
border-color: #7A549A;
}
.TagClassName
{
border-color: #7A549A;
}
</style>