Shades of Studio #7B47B2
Tints of Studio #7B47B2
RGB
CMYK
RGB Variations
Color information
#7B47B2 (or 0x7B47B2) is known color: Studio. HEX triplet: 7B, 47 and B2. RGB value is (123,71,178). Sum of RGB (Red+Green+Blue) = 123+71+178=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #7B47B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B47B2 is #84B84D. Grayscale: #626262. Windows color (decimal): -8697934 or 11683707. OLE color: 11683707.
HSL color Cylindrical-coordinate representation of color #7B47B2: hue angle of 269.16º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B47B2 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 71 | 178 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.30 |
| HSL | 269.16º | 0.43% | 0.49% | - |
| HSV(B) | 269.16º | 0.6% | 0.7% | - |
| XYZ | 18.46 | 11.93 | 43.45 | - |
| YUV | 98.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 178 | 0.31 | 0.60 | 0 | 0.30 | 269.16 | 0.43 | 0.49 |
| Hex | 7B | 47 | B2 | 1F | 3C | 0 | 1E | 10D | 2B | 31 |
| Octal | 173 | 107 | 262 | 37 | 74 | 0 | 36 | 415 | 53 | 61 |
| Binary | 1111011 | 1000111 | 10110010 | 11111 | 111100 | 0 | 11110 | 100001101 | 101011 | 110001 |
Color Harmonies of #7B47B2
Complementary color
Monochromatic Colors of #7B47B2
Black with #7B47B2
Text Example
Text Example
White with #7B47B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B47B2; }
p { color: rgb(123,71,178); }
H1.HeaderClassName
{
color: #7B47B2;
}
.AnyTagClassName
{
color: #7B47B2;
}
</style>
background-color css
<style>
a { background-color: #7B47B2; }
a { background-color: rgb(123,71,178); }
div.DivClassName
{
background-color: #7B47B2;
}
.BgClassName
{
background-color: #7B47B2;
}
</style>
border-color css
<style>
span { border-color: #7B47B2; }
span { border-color: rgb(123,71,178); }
td.TdClassName
{
border-color: #7B47B2;
}
.TagClassName
{
border-color: #7B47B2;
}
</style>