Shades of Studio #7C49AA
Tints of Studio #7C49AA
RGB
CMYK
RGB Variations
Color information
#7C49AA (or 0x7C49AA) is known color: Studio. HEX triplet: 7C, 49 and AA. RGB value is (124,73,170). Sum of RGB (Red+Green+Blue) = 124+73+170=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C49AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C49AA is #83B655. Grayscale: #626262. Windows color (decimal): -8631894 or 11159932. OLE color: 11159932.
HSL color Cylindrical-coordinate representation of color #7C49AA: hue angle of 271.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C49AA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 73 | 170 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.33 |
| HSL | 271.55º | 0.4% | 0.48% | - |
| HSV(B) | 271.55º | 0.57% | 0.67% | - |
| XYZ | 17.95 | 11.95 | 39.39 | - |
| YUV | 99.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 170 | 0.27 | 0.57 | 0 | 0.33 | 271.55 | 0.4 | 0.48 |
| Hex | 7C | 49 | AA | 1B | 39 | 0 | 21 | 110 | 28 | 30 |
| Octal | 174 | 111 | 252 | 33 | 71 | 0 | 41 | 420 | 50 | 60 |
| Binary | 1111100 | 1001001 | 10101010 | 11011 | 111001 | 0 | 100001 | 100010000 | 101000 | 110000 |
Color Harmonies of #7C49AA
Complementary color
Monochromatic Colors of #7C49AA
Black with #7C49AA
Text Example
Text Example
White with #7C49AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C49AA; }
p { color: rgb(124,73,170); }
H1.HeaderClassName
{
color: #7C49AA;
}
.AnyTagClassName
{
color: #7C49AA;
}
</style>
background-color css
<style>
a { background-color: #7C49AA; }
a { background-color: rgb(124,73,170); }
div.DivClassName
{
background-color: #7C49AA;
}
.BgClassName
{
background-color: #7C49AA;
}
</style>
border-color css
<style>
span { border-color: #7C49AA; }
span { border-color: rgb(124,73,170); }
td.TdClassName
{
border-color: #7C49AA;
}
.TagClassName
{
border-color: #7C49AA;
}
</style>