Shades of Studio #7B5BAD
Tints of Studio #7B5BAD
RGB
CMYK
RGB Variations
Color information
#7B5BAD (or 0x7B5BAD) is known color: Studio. HEX triplet: 7B, 5B and AD. RGB value is (123,91,173). Sum of RGB (Red+Green+Blue) = 123+91+173=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B5BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5BAD is #84A452. Grayscale: #6D6D6D. Windows color (decimal): -8692819 or 11361147. OLE color: 11361147.
HSL color Cylindrical-coordinate representation of color #7B5BAD: hue angle of 263.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5BAD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 91 | 173 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.32 |
| HSL | 263.41º | 0.33% | 0.52% | - |
| HSV(B) | 263.41º | 0.47% | 0.68% | - |
| XYZ | 19.45 | 14.71 | 41.35 | - |
| YUV | 109.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 173 | 0.29 | 0.47 | 0 | 0.32 | 263.41 | 0.33 | 0.52 |
| Hex | 7B | 5B | AD | 1D | 2F | 0 | 20 | 107 | 21 | 34 |
| Octal | 173 | 133 | 255 | 35 | 57 | 0 | 40 | 407 | 41 | 64 |
| Binary | 1111011 | 1011011 | 10101101 | 11101 | 101111 | 0 | 100000 | 100000111 | 100001 | 110100 |
Color Harmonies of #7B5BAD
Complementary color
Monochromatic Colors of #7B5BAD
Black with #7B5BAD
Text Example
Text Example
White with #7B5BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BAD; }
p { color: rgb(123,91,173); }
H1.HeaderClassName
{
color: #7B5BAD;
}
.AnyTagClassName
{
color: #7B5BAD;
}
</style>
background-color css
<style>
a { background-color: #7B5BAD; }
a { background-color: rgb(123,91,173); }
div.DivClassName
{
background-color: #7B5BAD;
}
.BgClassName
{
background-color: #7B5BAD;
}
</style>
border-color css
<style>
span { border-color: #7B5BAD; }
span { border-color: rgb(123,91,173); }
td.TdClassName
{
border-color: #7B5BAD;
}
.TagClassName
{
border-color: #7B5BAD;
}
</style>