Shades of Studio #7B4AAB
Tints of Studio #7B4AAB
RGB
CMYK
RGB Variations
Color information
#7B4AAB (or 0x7B4AAB) is known color: Studio. HEX triplet: 7B, 4A and AB. RGB value is (123,74,171). Sum of RGB (Red+Green+Blue) = 123+74+171=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B4AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4AAB is #84B554. Grayscale: #636363. Windows color (decimal): -8697173 or 11225723. OLE color: 11225723.
HSL color Cylindrical-coordinate representation of color #7B4AAB: hue angle of 270.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4AAB is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 74 | 171 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.33 |
| HSL | 270.31º | 0.4% | 0.48% | - |
| HSV(B) | 270.31º | 0.57% | 0.67% | - |
| XYZ | 17.97 | 12.05 | 39.91 | - |
| YUV | 99.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 74 | 171 | 0.28 | 0.57 | 0 | 0.33 | 270.31 | 0.4 | 0.48 |
| Hex | 7B | 4A | AB | 1C | 39 | 0 | 21 | 10E | 28 | 30 |
| Octal | 173 | 112 | 253 | 34 | 71 | 0 | 41 | 416 | 50 | 60 |
| Binary | 1111011 | 1001010 | 10101011 | 11100 | 111001 | 0 | 100001 | 100001110 | 101000 | 110000 |
Color Harmonies of #7B4AAB
Complementary color
Monochromatic Colors of #7B4AAB
Black with #7B4AAB
Text Example
Text Example
White with #7B4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4AAB; }
p { color: rgb(123,74,171); }
H1.HeaderClassName
{
color: #7B4AAB;
}
.AnyTagClassName
{
color: #7B4AAB;
}
</style>
background-color css
<style>
a { background-color: #7B4AAB; }
a { background-color: rgb(123,74,171); }
div.DivClassName
{
background-color: #7B4AAB;
}
.BgClassName
{
background-color: #7B4AAB;
}
</style>
border-color css
<style>
span { border-color: #7B4AAB; }
span { border-color: rgb(123,74,171); }
td.TdClassName
{
border-color: #7B4AAB;
}
.TagClassName
{
border-color: #7B4AAB;
}
</style>