Shades of Studio #7E49AC
Tints of Studio #7E49AC
RGB
CMYK
RGB Variations
Color information
#7E49AC (or 0x7E49AC) is known color: Studio. HEX triplet: 7E, 49 and AC. RGB value is (126,73,172). Sum of RGB (Red+Green+Blue) = 126+73+172=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E49AC is #81B653. Grayscale: #636363. Windows color (decimal): -8500820 or 11291006. OLE color: 11291006.
HSL color Cylindrical-coordinate representation of color #7E49AC: hue angle of 272.12º 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 #7E49AC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 73 | 172 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.33 |
| HSL | 272.12º | 0.4% | 0.48% | - |
| HSV(B) | 272.12º | 0.58% | 0.67% | - |
| XYZ | 18.43 | 12.18 | 40.41 | - |
| YUV | 100.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 73 | 172 | 0.27 | 0.58 | 0 | 0.33 | 272.12 | 0.4 | 0.48 |
| Hex | 7E | 49 | AC | 1B | 3A | 0 | 21 | 110 | 28 | 30 |
| Octal | 176 | 111 | 254 | 33 | 72 | 0 | 41 | 420 | 50 | 60 |
| Binary | 1111110 | 1001001 | 10101100 | 11011 | 111010 | 0 | 100001 | 100010000 | 101000 | 110000 |
Color Harmonies of #7E49AC
Complementary color
Monochromatic Colors of #7E49AC
Black with #7E49AC
Text Example
Text Example
White with #7E49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E49AC; }
p { color: rgb(126,73,172); }
H1.HeaderClassName
{
color: #7E49AC;
}
.AnyTagClassName
{
color: #7E49AC;
}
</style>
background-color css
<style>
a { background-color: #7E49AC; }
a { background-color: rgb(126,73,172); }
div.DivClassName
{
background-color: #7E49AC;
}
.BgClassName
{
background-color: #7E49AC;
}
</style>
border-color css
<style>
span { border-color: #7E49AC; }
span { border-color: rgb(126,73,172); }
td.TdClassName
{
border-color: #7E49AC;
}
.TagClassName
{
border-color: #7E49AC;
}
</style>