Shades of Studio #7B4AAE
Tints of Studio #7B4AAE
RGB
CMYK
RGB Variations
Color information
#7B4AAE (or 0x7B4AAE) is known color: Studio. HEX triplet: 7B, 4A and AE. RGB value is (123,74,174). Sum of RGB (Red+Green+Blue) = 123+74+174=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4AAE is #84B551. Grayscale: #636363. Windows color (decimal): -8697170 or 11422331. OLE color: 11422331.
HSL color Cylindrical-coordinate representation of color #7B4AAE: hue angle of 269.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4AAE is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 74 | 174 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.32 |
| HSL | 269.4º | 0.4% | 0.49% | - |
| HSV(B) | 269.4º | 0.57% | 0.68% | - |
| XYZ | 18.26 | 12.16 | 41.43 | - |
| YUV | 100.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 74 | 174 | 0.29 | 0.57 | 0 | 0.32 | 269.4 | 0.4 | 0.49 |
| Hex | 7B | 4A | AE | 1D | 39 | 0 | 20 | 10D | 28 | 31 |
| Octal | 173 | 112 | 256 | 35 | 71 | 0 | 40 | 415 | 50 | 61 |
| Binary | 1111011 | 1001010 | 10101110 | 11101 | 111001 | 0 | 100000 | 100001101 | 101000 | 110001 |
Color Harmonies of #7B4AAE
Complementary color
Monochromatic Colors of #7B4AAE
Black with #7B4AAE
Text Example
Text Example
White with #7B4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4AAE; }
p { color: rgb(123,74,174); }
H1.HeaderClassName
{
color: #7B4AAE;
}
.AnyTagClassName
{
color: #7B4AAE;
}
</style>
background-color css
<style>
a { background-color: #7B4AAE; }
a { background-color: rgb(123,74,174); }
div.DivClassName
{
background-color: #7B4AAE;
}
.BgClassName
{
background-color: #7B4AAE;
}
</style>
border-color css
<style>
span { border-color: #7B4AAE; }
span { border-color: rgb(123,74,174); }
td.TdClassName
{
border-color: #7B4AAE;
}
.TagClassName
{
border-color: #7B4AAE;
}
</style>