Shades of Studio #7A49AB
Tints of Studio #7A49AB
RGB
CMYK
RGB Variations
Color information
#7A49AB (or 0x7A49AB) is known color: Studio. HEX triplet: 7A, 49 and AB. RGB value is (122,73,171). Sum of RGB (Red+Green+Blue) = 122+73+171=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A49AB is #85B654. Grayscale: #626262. Windows color (decimal): -8762965 or 11225466. OLE color: 11225466.
HSL color Cylindrical-coordinate representation of color #7A49AB: hue angle of 270º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A49AB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 73 | 171 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.33 |
| HSL | 270º | 0.4% | 0.48% | - |
| HSV(B) | 270º | 0.57% | 0.67% | - |
| XYZ | 17.76 | 11.84 | 39.88 | - |
| YUV | 98.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 171 | 0.29 | 0.57 | 0 | 0.33 | 270 | 0.4 | 0.48 |
| Hex | 7A | 49 | AB | 1D | 39 | 0 | 21 | 10E | 28 | 30 |
| Octal | 172 | 111 | 253 | 35 | 71 | 0 | 41 | 416 | 50 | 60 |
| Binary | 1111010 | 1001001 | 10101011 | 11101 | 111001 | 0 | 100001 | 100001110 | 101000 | 110000 |
Color Harmonies of #7A49AB
Complementary color
Monochromatic Colors of #7A49AB
Black with #7A49AB
Text Example
Text Example
White with #7A49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A49AB; }
p { color: rgb(122,73,171); }
H1.HeaderClassName
{
color: #7A49AB;
}
.AnyTagClassName
{
color: #7A49AB;
}
</style>
background-color css
<style>
a { background-color: #7A49AB; }
a { background-color: rgb(122,73,171); }
div.DivClassName
{
background-color: #7A49AB;
}
.BgClassName
{
background-color: #7A49AB;
}
</style>
border-color css
<style>
span { border-color: #7A49AB; }
span { border-color: rgb(122,73,171); }
td.TdClassName
{
border-color: #7A49AB;
}
.TagClassName
{
border-color: #7A49AB;
}
</style>