Shades of Studio #7B49BB
Tints of Studio #7B49BB
RGB
CMYK
RGB Variations
Color information
#7B49BB (or 0x7B49BB) is known color: Studio. HEX triplet: 7B, 49 and BB. RGB value is (123,73,187). Sum of RGB (Red+Green+Blue) = 123+73+187=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B49BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B49BB is #84B644. Grayscale: #646464. Windows color (decimal): -8697413 or 12274043. OLE color: 12274043.
HSL color Cylindrical-coordinate representation of color #7B49BB: hue angle of 266.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B49BB is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 73 | 187 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.27 |
| HSL | 266.32º | 0.46% | 0.51% | - |
| HSV(B) | 266.32º | 0.61% | 0.73% | - |
| XYZ | 19.52 | 12.56 | 48.41 | - |
| YUV | 100.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 187 | 0.34 | 0.61 | 0 | 0.27 | 266.32 | 0.46 | 0.51 |
| Hex | 7B | 49 | BB | 22 | 3D | 0 | 1B | 10A | 2E | 33 |
| Octal | 173 | 111 | 273 | 42 | 75 | 0 | 33 | 412 | 56 | 63 |
| Binary | 1111011 | 1001001 | 10111011 | 100010 | 111101 | 0 | 11011 | 100001010 | 101110 | 110011 |
Color Harmonies of #7B49BB
Complementary color
Monochromatic Colors of #7B49BB
Black with #7B49BB
Text Example
Text Example
White with #7B49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49BB; }
p { color: rgb(123,73,187); }
H1.HeaderClassName
{
color: #7B49BB;
}
.AnyTagClassName
{
color: #7B49BB;
}
</style>
background-color css
<style>
a { background-color: #7B49BB; }
a { background-color: rgb(123,73,187); }
div.DivClassName
{
background-color: #7B49BB;
}
.BgClassName
{
background-color: #7B49BB;
}
</style>
border-color css
<style>
span { border-color: #7B49BB; }
span { border-color: rgb(123,73,187); }
td.TdClassName
{
border-color: #7B49BB;
}
.TagClassName
{
border-color: #7B49BB;
}
</style>