Shades of Studio #7B49BE
Tints of Studio #7B49BE
RGB
CMYK
RGB Variations
Color information
#7B49BE (or 0x7B49BE) is known color: Studio. HEX triplet: 7B, 49 and BE. RGB value is (123,73,190). Sum of RGB (Red+Green+Blue) = 123+73+190=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B49BE is #84B641. Grayscale: #646464. Windows color (decimal): -8697410 or 12470651. OLE color: 12470651.
HSL color Cylindrical-coordinate representation of color #7B49BE: hue angle of 265.64º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B49BE is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 73 | 190 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.25 |
| HSL | 265.64º | 0.47% | 0.52% | - |
| HSV(B) | 265.64º | 0.62% | 0.75% | - |
| XYZ | 19.85 | 12.69 | 50.12 | - |
| YUV | 101.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 190 | 0.35 | 0.62 | 0 | 0.25 | 265.64 | 0.47 | 0.52 |
| Hex | 7B | 49 | BE | 23 | 3E | 0 | 19 | 10A | 2F | 34 |
| Octal | 173 | 111 | 276 | 43 | 76 | 0 | 31 | 412 | 57 | 64 |
| Binary | 1111011 | 1001001 | 10111110 | 100011 | 111110 | 0 | 11001 | 100001010 | 101111 | 110100 |
Color Harmonies of #7B49BE
Complementary color
Monochromatic Colors of #7B49BE
Black with #7B49BE
Text Example
Text Example
White with #7B49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49BE; }
p { color: rgb(123,73,190); }
H1.HeaderClassName
{
color: #7B49BE;
}
.AnyTagClassName
{
color: #7B49BE;
}
</style>
background-color css
<style>
a { background-color: #7B49BE; }
a { background-color: rgb(123,73,190); }
div.DivClassName
{
background-color: #7B49BE;
}
.BgClassName
{
background-color: #7B49BE;
}
</style>
border-color css
<style>
span { border-color: #7B49BE; }
span { border-color: rgb(123,73,190); }
td.TdClassName
{
border-color: #7B49BE;
}
.TagClassName
{
border-color: #7B49BE;
}
</style>