Shades of Studio #7B3CAC
Tints of Studio #7B3CAC
RGB
CMYK
RGB Variations
Color information
#7B3CAC (or 0x7B3CAC) is known color: Studio. HEX triplet: 7B, 3C and AC. RGB value is (123,60,172). Sum of RGB (Red+Green+Blue) = 123+60+172=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B3CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3CAC is #84C353. Grayscale: #5B5B5B. Windows color (decimal): -8700756 or 11287675. OLE color: 11287675.
HSL color Cylindrical-coordinate representation of color #7B3CAC: hue angle of 273.75º 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 #7B3CAC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 60 | 172 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.33 |
| HSL | 273.75º | 0.48% | 0.45% | - |
| HSV(B) | 273.75º | 0.65% | 0.67% | - |
| XYZ | 17.23 | 10.42 | 40.13 | - |
| YUV | 91.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 172 | 0.28 | 0.65 | 0 | 0.33 | 273.75 | 0.48 | 0.45 |
| Hex | 7B | 3C | AC | 1C | 41 | 0 | 21 | 112 | 30 | 2D |
| Octal | 173 | 74 | 254 | 34 | 101 | 0 | 41 | 422 | 60 | 55 |
| Binary | 1111011 | 111100 | 10101100 | 11100 | 1000001 | 0 | 100001 | 100010010 | 110000 | 101101 |
Color Harmonies of #7B3CAC
Complementary color
Monochromatic Colors of #7B3CAC
Black with #7B3CAC
Text Example
Text Example
White with #7B3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3CAC; }
p { color: rgb(123,60,172); }
H1.HeaderClassName
{
color: #7B3CAC;
}
.AnyTagClassName
{
color: #7B3CAC;
}
</style>
background-color css
<style>
a { background-color: #7B3CAC; }
a { background-color: rgb(123,60,172); }
div.DivClassName
{
background-color: #7B3CAC;
}
.BgClassName
{
background-color: #7B3CAC;
}
</style>
border-color css
<style>
span { border-color: #7B3CAC; }
span { border-color: rgb(123,60,172); }
td.TdClassName
{
border-color: #7B3CAC;
}
.TagClassName
{
border-color: #7B3CAC;
}
</style>