Shades of Studio #7C49AC
Tints of Studio #7C49AC
RGB
CMYK
RGB Variations
Color information
#7C49AC (or 0x7C49AC) is known color: Studio. HEX triplet: 7C, 49 and AC. RGB value is (124,73,172). Sum of RGB (Red+Green+Blue) = 124+73+172=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C49AC is #83B653. Grayscale: #636363. Windows color (decimal): -8631892 or 11291004. OLE color: 11291004.
HSL color Cylindrical-coordinate representation of color #7C49AC: hue angle of 270.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C49AC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 73 | 172 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.33 |
| HSL | 270.91º | 0.4% | 0.48% | - |
| HSV(B) | 270.91º | 0.58% | 0.67% | - |
| XYZ | 18.14 | 12.03 | 40.4 | - |
| YUV | 99.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 172 | 0.28 | 0.58 | 0 | 0.33 | 270.91 | 0.4 | 0.48 |
| Hex | 7C | 49 | AC | 1C | 3A | 0 | 21 | 10F | 28 | 30 |
| Octal | 174 | 111 | 254 | 34 | 72 | 0 | 41 | 417 | 50 | 60 |
| Binary | 1111100 | 1001001 | 10101100 | 11100 | 111010 | 0 | 100001 | 100001111 | 101000 | 110000 |
Color Harmonies of #7C49AC
Complementary color
Monochromatic Colors of #7C49AC
Black with #7C49AC
Text Example
Text Example
White with #7C49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C49AC; }
p { color: rgb(124,73,172); }
H1.HeaderClassName
{
color: #7C49AC;
}
.AnyTagClassName
{
color: #7C49AC;
}
</style>
background-color css
<style>
a { background-color: #7C49AC; }
a { background-color: rgb(124,73,172); }
div.DivClassName
{
background-color: #7C49AC;
}
.BgClassName
{
background-color: #7C49AC;
}
</style>
border-color css
<style>
span { border-color: #7C49AC; }
span { border-color: rgb(124,73,172); }
td.TdClassName
{
border-color: #7C49AC;
}
.TagClassName
{
border-color: #7C49AC;
}
</style>