Shades of Studio #7B3FAD
Tints of Studio #7B3FAD
RGB
CMYK
RGB Variations
Color information
#7B3FAD (or 0x7B3FAD) is known color: Studio. HEX triplet: 7B, 3F and AD. RGB value is (123,63,173). Sum of RGB (Red+Green+Blue) = 123+63+173=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3FAD is #84C052. Grayscale: #5D5D5D. Windows color (decimal): -8699987 or 11353979. OLE color: 11353979.
HSL color Cylindrical-coordinate representation of color #7B3FAD: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B3FAD is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 63 | 173 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.32 |
| HSL | 272.73º | 0.47% | 0.46% | - |
| HSV(B) | 272.73º | 0.64% | 0.68% | - |
| XYZ | 17.49 | 10.78 | 40.69 | - |
| YUV | 93.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 173 | 0.29 | 0.64 | 0 | 0.32 | 272.73 | 0.47 | 0.46 |
| Hex | 7B | 3F | AD | 1D | 40 | 0 | 20 | 111 | 2F | 2E |
| Octal | 173 | 77 | 255 | 35 | 100 | 0 | 40 | 421 | 57 | 56 |
| Binary | 1111011 | 111111 | 10101101 | 11101 | 1000000 | 0 | 100000 | 100010001 | 101111 | 101110 |
Color Harmonies of #7B3FAD
Complementary color
Monochromatic Colors of #7B3FAD
Black with #7B3FAD
Text Example
Text Example
White with #7B3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3FAD; }
p { color: rgb(123,63,173); }
H1.HeaderClassName
{
color: #7B3FAD;
}
.AnyTagClassName
{
color: #7B3FAD;
}
</style>
background-color css
<style>
a { background-color: #7B3FAD; }
a { background-color: rgb(123,63,173); }
div.DivClassName
{
background-color: #7B3FAD;
}
.BgClassName
{
background-color: #7B3FAD;
}
</style>
border-color css
<style>
span { border-color: #7B3FAD; }
span { border-color: rgb(123,63,173); }
td.TdClassName
{
border-color: #7B3FAD;
}
.TagClassName
{
border-color: #7B3FAD;
}
</style>