Shades of Studio #7749A0
Tints of Studio #7749A0
RGB
CMYK
RGB Variations
Color information
#7749A0 (or 0x7749A0) is known color: Studio. HEX triplet: 77, 49 and A0. RGB value is (119,73,160). Sum of RGB (Red+Green+Blue) = 119+73+160=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #7749A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7749A0 is #88B65F. Grayscale: #606060. Windows color (decimal): -8959584 or 10504567. OLE color: 10504567.
HSL color Cylindrical-coordinate representation of color #7749A0: hue angle of 271.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7749A0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 73 | 160 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.37 |
| HSL | 271.72º | 0.37% | 0.46% | - |
| HSV(B) | 271.72º | 0.54% | 0.63% | - |
| XYZ | 16.34 | 11.23 | 34.56 | - |
| YUV | 96.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 160 | 0.26 | 0.54 | 0 | 0.37 | 271.72 | 0.37 | 0.46 |
| Hex | 77 | 49 | A0 | 1A | 36 | 0 | 25 | 110 | 25 | 2E |
| Octal | 167 | 111 | 240 | 32 | 66 | 0 | 45 | 420 | 45 | 56 |
| Binary | 1110111 | 1001001 | 10100000 | 11010 | 110110 | 0 | 100101 | 100010000 | 100101 | 101110 |
Color Harmonies of #7749A0
Complementary color
Monochromatic Colors of #7749A0
Black with #7749A0
Text Example
Text Example
White with #7749A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7749A0; }
p { color: rgb(119,73,160); }
H1.HeaderClassName
{
color: #7749A0;
}
.AnyTagClassName
{
color: #7749A0;
}
</style>
background-color css
<style>
a { background-color: #7749A0; }
a { background-color: rgb(119,73,160); }
div.DivClassName
{
background-color: #7749A0;
}
.BgClassName
{
background-color: #7749A0;
}
</style>
border-color css
<style>
span { border-color: #7749A0; }
span { border-color: rgb(119,73,160); }
td.TdClassName
{
border-color: #7749A0;
}
.TagClassName
{
border-color: #7749A0;
}
</style>