Shades of Studio #744E9F
Tints of Studio #744E9F
RGB
CMYK
RGB Variations
Color information
#744E9F (or 0x744E9F) is known color: Studio. HEX triplet: 74, 4E and 9F. RGB value is (116,78,159). Sum of RGB (Red+Green+Blue) = 116+78+159=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #744E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E9F is #8BB160. Grayscale: #626262. Windows color (decimal): -9154913 or 10440308. OLE color: 10440308.
HSL color Cylindrical-coordinate representation of color #744E9F: hue angle of 268.15º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744E9F is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 78 | 159 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.38 |
| HSL | 268.15º | 0.34% | 0.46% | - |
| HSV(B) | 268.15º | 0.51% | 0.62% | - |
| XYZ | 16.18 | 11.66 | 34.2 | - |
| YUV | 98.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 159 | 0.27 | 0.51 | 0 | 0.38 | 268.15 | 0.34 | 0.46 |
| Hex | 74 | 4E | 9F | 1B | 33 | 0 | 26 | 10C | 22 | 2E |
| Octal | 164 | 116 | 237 | 33 | 63 | 0 | 46 | 414 | 42 | 56 |
| Binary | 1110100 | 1001110 | 10011111 | 11011 | 110011 | 0 | 100110 | 100001100 | 100010 | 101110 |
Color Harmonies of #744E9F
Complementary color
Monochromatic Colors of #744E9F
Black with #744E9F
Text Example
Text Example
White with #744E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E9F; }
p { color: rgb(116,78,159); }
H1.HeaderClassName
{
color: #744E9F;
}
.AnyTagClassName
{
color: #744E9F;
}
</style>
background-color css
<style>
a { background-color: #744E9F; }
a { background-color: rgb(116,78,159); }
div.DivClassName
{
background-color: #744E9F;
}
.BgClassName
{
background-color: #744E9F;
}
</style>
border-color css
<style>
span { border-color: #744E9F; }
span { border-color: rgb(116,78,159); }
td.TdClassName
{
border-color: #744E9F;
}
.TagClassName
{
border-color: #744E9F;
}
</style>