Shades of Studio #7B55B6
Tints of Studio #7B55B6
RGB
CMYK
RGB Variations
Color information
#7B55B6 (or 0x7B55B6) is known color: Studio. HEX triplet: 7B, 55 and B6. RGB value is (123,85,182). Sum of RGB (Red+Green+Blue) = 123+85+182=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B55B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B55B6 is #84AA49. Grayscale: #6B6B6B. Windows color (decimal): -8694346 or 11949435. OLE color: 11949435.
HSL color Cylindrical-coordinate representation of color #7B55B6: hue angle of 263.51º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B55B6 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 85 | 182 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.29 |
| HSL | 263.51º | 0.4% | 0.52% | - |
| HSV(B) | 263.51º | 0.53% | 0.71% | - |
| XYZ | 19.86 | 14.09 | 45.93 | - |
| YUV | 107.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 182 | 0.32 | 0.53 | 0 | 0.29 | 263.51 | 0.4 | 0.52 |
| Hex | 7B | 55 | B6 | 20 | 35 | 0 | 1D | 108 | 28 | 34 |
| Octal | 173 | 125 | 266 | 40 | 65 | 0 | 35 | 410 | 50 | 64 |
| Binary | 1111011 | 1010101 | 10110110 | 100000 | 110101 | 0 | 11101 | 100001000 | 101000 | 110100 |
Color Harmonies of #7B55B6
Complementary color
Monochromatic Colors of #7B55B6
Black with #7B55B6
Text Example
Text Example
White with #7B55B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B55B6; }
p { color: rgb(123,85,182); }
H1.HeaderClassName
{
color: #7B55B6;
}
.AnyTagClassName
{
color: #7B55B6;
}
</style>
background-color css
<style>
a { background-color: #7B55B6; }
a { background-color: rgb(123,85,182); }
div.DivClassName
{
background-color: #7B55B6;
}
.BgClassName
{
background-color: #7B55B6;
}
</style>
border-color css
<style>
span { border-color: #7B55B6; }
span { border-color: rgb(123,85,182); }
td.TdClassName
{
border-color: #7B55B6;
}
.TagClassName
{
border-color: #7B55B6;
}
</style>