Shades of Studio #7B3CAB
Tints of Studio #7B3CAB
RGB
CMYK
RGB Variations
Color information
#7B3CAB (or 0x7B3CAB) is known color: Studio. HEX triplet: 7B, 3C and AB. RGB value is (123,60,171). Sum of RGB (Red+Green+Blue) = 123+60+171=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3CAB is #84C354. Grayscale: #5B5B5B. Windows color (decimal): -8700757 or 11222139. OLE color: 11222139.
HSL color Cylindrical-coordinate representation of color #7B3CAB: hue angle of 274.05º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B3CAB is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 60 | 171 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.33 |
| HSL | 274.05º | 0.48% | 0.45% | - |
| HSV(B) | 274.05º | 0.65% | 0.67% | - |
| XYZ | 17.13 | 10.38 | 39.63 | - |
| YUV | 91.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 171 | 0.28 | 0.65 | 0 | 0.33 | 274.05 | 0.48 | 0.45 |
| Hex | 7B | 3C | AB | 1C | 41 | 0 | 21 | 112 | 30 | 2D |
| Octal | 173 | 74 | 253 | 34 | 101 | 0 | 41 | 422 | 60 | 55 |
| Binary | 1111011 | 111100 | 10101011 | 11100 | 1000001 | 0 | 100001 | 100010010 | 110000 | 101101 |
Color Harmonies of #7B3CAB
Complementary color
Monochromatic Colors of #7B3CAB
Black with #7B3CAB
Text Example
Text Example
White with #7B3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3CAB; }
p { color: rgb(123,60,171); }
H1.HeaderClassName
{
color: #7B3CAB;
}
.AnyTagClassName
{
color: #7B3CAB;
}
</style>
background-color css
<style>
a { background-color: #7B3CAB; }
a { background-color: rgb(123,60,171); }
div.DivClassName
{
background-color: #7B3CAB;
}
.BgClassName
{
background-color: #7B3CAB;
}
</style>
border-color css
<style>
span { border-color: #7B3CAB; }
span { border-color: rgb(123,60,171); }
td.TdClassName
{
border-color: #7B3CAB;
}
.TagClassName
{
border-color: #7B3CAB;
}
</style>