Shades of Studio #7B4DAD
Tints of Studio #7B4DAD
RGB
CMYK
RGB Variations
Color information
#7B4DAD (or 0x7B4DAD) is known color: Studio. HEX triplet: 7B, 4D and AD. RGB value is (123,77,173). Sum of RGB (Red+Green+Blue) = 123+77+173=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4DAD is #84B252. Grayscale: #656565. Windows color (decimal): -8696403 or 11357563. OLE color: 11357563.
HSL color Cylindrical-coordinate representation of color #7B4DAD: hue angle of 268.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B4DAD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 77 | 173 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.32 |
| HSL | 268.75º | 0.38% | 0.49% | - |
| HSV(B) | 268.75º | 0.55% | 0.68% | - |
| XYZ | 18.37 | 12.54 | 40.99 | - |
| YUV | 101.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 173 | 0.29 | 0.55 | 0 | 0.32 | 268.75 | 0.38 | 0.49 |
| Hex | 7B | 4D | AD | 1D | 37 | 0 | 20 | 10D | 26 | 31 |
| Octal | 173 | 115 | 255 | 35 | 67 | 0 | 40 | 415 | 46 | 61 |
| Binary | 1111011 | 1001101 | 10101101 | 11101 | 110111 | 0 | 100000 | 100001101 | 100110 | 110001 |
Color Harmonies of #7B4DAD
Complementary color
Monochromatic Colors of #7B4DAD
Black with #7B4DAD
Text Example
Text Example
White with #7B4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DAD; }
p { color: rgb(123,77,173); }
H1.HeaderClassName
{
color: #7B4DAD;
}
.AnyTagClassName
{
color: #7B4DAD;
}
</style>
background-color css
<style>
a { background-color: #7B4DAD; }
a { background-color: rgb(123,77,173); }
div.DivClassName
{
background-color: #7B4DAD;
}
.BgClassName
{
background-color: #7B4DAD;
}
</style>
border-color css
<style>
span { border-color: #7B4DAD; }
span { border-color: rgb(123,77,173); }
td.TdClassName
{
border-color: #7B4DAD;
}
.TagClassName
{
border-color: #7B4DAD;
}
</style>