Shades of Studio #744DAD
Tints of Studio #744DAD
RGB
CMYK
RGB Variations
Color information
#744DAD (or 0x744DAD) is known color: Studio. HEX triplet: 74, 4D and AD. RGB value is (116,77,173). Sum of RGB (Red+Green+Blue) = 116+77+173=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #744DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744DAD is #8BB252. Grayscale: #636363. Windows color (decimal): -9155155 or 11357556. OLE color: 11357556.
HSL color Cylindrical-coordinate representation of color #744DAD: hue angle of 264.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #744DAD is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 77 | 173 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.32 |
| HSL | 264.38º | 0.38% | 0.49% | - |
| HSV(B) | 264.38º | 0.55% | 0.68% | - |
| XYZ | 17.4 | 12.04 | 40.94 | - |
| YUV | 99.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 173 | 0.33 | 0.55 | 0 | 0.32 | 264.38 | 0.38 | 0.49 |
| Hex | 74 | 4D | AD | 21 | 37 | 0 | 20 | 108 | 26 | 31 |
| Octal | 164 | 115 | 255 | 41 | 67 | 0 | 40 | 410 | 46 | 61 |
| Binary | 1110100 | 1001101 | 10101101 | 100001 | 110111 | 0 | 100000 | 100001000 | 100110 | 110001 |
Color Harmonies of #744DAD
Complementary color
Monochromatic Colors of #744DAD
Black with #744DAD
Text Example
Text Example
White with #744DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DAD; }
p { color: rgb(116,77,173); }
H1.HeaderClassName
{
color: #744DAD;
}
.AnyTagClassName
{
color: #744DAD;
}
</style>
background-color css
<style>
a { background-color: #744DAD; }
a { background-color: rgb(116,77,173); }
div.DivClassName
{
background-color: #744DAD;
}
.BgClassName
{
background-color: #744DAD;
}
</style>
border-color css
<style>
span { border-color: #744DAD; }
span { border-color: rgb(116,77,173); }
td.TdClassName
{
border-color: #744DAD;
}
.TagClassName
{
border-color: #744DAD;
}
</style>