Shades of Studio #7B49AD
Tints of Studio #7B49AD
RGB
CMYK
RGB Variations
Color information
#7B49AD (or 0x7B49AD) is known color: Studio. HEX triplet: 7B, 49 and AD. RGB value is (123,73,173). Sum of RGB (Red+Green+Blue) = 123+73+173=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B49AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B49AD is #84B652. Grayscale: #636363. Windows color (decimal): -8697427 or 11356539. OLE color: 11356539.
HSL color Cylindrical-coordinate representation of color #7B49AD: hue angle of 270º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B49AD is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 73 | 173 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.32 |
| HSL | 270º | 0.41% | 0.48% | - |
| HSV(B) | 270º | 0.58% | 0.68% | - |
| XYZ | 18.09 | 11.99 | 40.9 | - |
| YUV | 99.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 173 | 0.29 | 0.58 | 0 | 0.32 | 270 | 0.41 | 0.48 |
| Hex | 7B | 49 | AD | 1D | 3A | 0 | 20 | 10E | 29 | 30 |
| Octal | 173 | 111 | 255 | 35 | 72 | 0 | 40 | 416 | 51 | 60 |
| Binary | 1111011 | 1001001 | 10101101 | 11101 | 111010 | 0 | 100000 | 100001110 | 101001 | 110000 |
Color Harmonies of #7B49AD
Complementary color
Monochromatic Colors of #7B49AD
Black with #7B49AD
Text Example
Text Example
White with #7B49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49AD; }
p { color: rgb(123,73,173); }
H1.HeaderClassName
{
color: #7B49AD;
}
.AnyTagClassName
{
color: #7B49AD;
}
</style>
background-color css
<style>
a { background-color: #7B49AD; }
a { background-color: rgb(123,73,173); }
div.DivClassName
{
background-color: #7B49AD;
}
.BgClassName
{
background-color: #7B49AD;
}
</style>
border-color css
<style>
span { border-color: #7B49AD; }
span { border-color: rgb(123,73,173); }
td.TdClassName
{
border-color: #7B49AD;
}
.TagClassName
{
border-color: #7B49AD;
}
</style>