Shades of Studio #744DA0
Tints of Studio #744DA0
RGB
CMYK
RGB Variations
Color information
#744DA0 (or 0x744DA0) is known color: Studio. HEX triplet: 74, 4D and A0. RGB value is (116,77,160). Sum of RGB (Red+Green+Blue) = 116+77+160=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #744DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744DA0 is #8BB25F. Grayscale: #616161. Windows color (decimal): -9155168 or 10505588. OLE color: 10505588.
HSL color Cylindrical-coordinate representation of color #744DA0: hue angle of 268.19º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744DA0 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 77 | 160 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.37 |
| HSL | 268.19º | 0.35% | 0.46% | - |
| HSV(B) | 268.19º | 0.52% | 0.63% | - |
| XYZ | 16.2 | 11.56 | 34.63 | - |
| YUV | 98.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 160 | 0.28 | 0.52 | 0 | 0.37 | 268.19 | 0.35 | 0.46 |
| Hex | 74 | 4D | A0 | 1C | 34 | 0 | 25 | 10C | 23 | 2E |
| Octal | 164 | 115 | 240 | 34 | 64 | 0 | 45 | 414 | 43 | 56 |
| Binary | 1110100 | 1001101 | 10100000 | 11100 | 110100 | 0 | 100101 | 100001100 | 100011 | 101110 |
Color Harmonies of #744DA0
Complementary color
Monochromatic Colors of #744DA0
Black with #744DA0
Text Example
Text Example
White with #744DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DA0; }
p { color: rgb(116,77,160); }
H1.HeaderClassName
{
color: #744DA0;
}
.AnyTagClassName
{
color: #744DA0;
}
</style>
background-color css
<style>
a { background-color: #744DA0; }
a { background-color: rgb(116,77,160); }
div.DivClassName
{
background-color: #744DA0;
}
.BgClassName
{
background-color: #744DA0;
}
</style>
border-color css
<style>
span { border-color: #744DA0; }
span { border-color: rgb(116,77,160); }
td.TdClassName
{
border-color: #744DA0;
}
.TagClassName
{
border-color: #744DA0;
}
</style>