Shades of Studio #744EAB
Tints of Studio #744EAB
RGB
CMYK
RGB Variations
Color information
#744EAB (or 0x744EAB) is known color: Studio. HEX triplet: 74, 4E and AB. RGB value is (116,78,171). Sum of RGB (Red+Green+Blue) = 116+78+171=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #744EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744EAB is #8BB154. Grayscale: #636363. Windows color (decimal): -9154901 or 11226740. OLE color: 11226740.
HSL color Cylindrical-coordinate representation of color #744EAB: hue angle of 264.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744EAB is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 78 | 171 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.33 |
| HSL | 264.52º | 0.37% | 0.49% | - |
| HSV(B) | 264.52º | 0.54% | 0.67% | - |
| XYZ | 17.28 | 12.1 | 39.95 | - |
| YUV | 99.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 171 | 0.32 | 0.54 | 0 | 0.33 | 264.52 | 0.37 | 0.49 |
| Hex | 74 | 4E | AB | 20 | 36 | 0 | 21 | 109 | 25 | 31 |
| Octal | 164 | 116 | 253 | 40 | 66 | 0 | 41 | 411 | 45 | 61 |
| Binary | 1110100 | 1001110 | 10101011 | 100000 | 110110 | 0 | 100001 | 100001001 | 100101 | 110001 |
Color Harmonies of #744EAB
Complementary color
Monochromatic Colors of #744EAB
Black with #744EAB
Text Example
Text Example
White with #744EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EAB; }
p { color: rgb(116,78,171); }
H1.HeaderClassName
{
color: #744EAB;
}
.AnyTagClassName
{
color: #744EAB;
}
</style>
background-color css
<style>
a { background-color: #744EAB; }
a { background-color: rgb(116,78,171); }
div.DivClassName
{
background-color: #744EAB;
}
.BgClassName
{
background-color: #744EAB;
}
</style>
border-color css
<style>
span { border-color: #744EAB; }
span { border-color: rgb(116,78,171); }
td.TdClassName
{
border-color: #744EAB;
}
.TagClassName
{
border-color: #744EAB;
}
</style>