Shades of Studio #744494
Tints of Studio #744494
RGB
CMYK
RGB Variations
Color information
#744494 (or 0x744494) is known color: Studio. HEX triplet: 74, 44 and 94. RGB value is (116,68,148). Sum of RGB (Red+Green+Blue) = 116+68+148=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #744494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744494 is #8BBB6B. Grayscale: #5B5B5B. Windows color (decimal): -9157484 or 9716852. OLE color: 9716852.
HSL color Cylindrical-coordinate representation of color #744494: hue angle of 276º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744494 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 68 | 148 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.42 |
| HSL | 276º | 0.37% | 0.42% | - |
| HSV(B) | 276º | 0.54% | 0.58% | - |
| XYZ | 14.61 | 9.99 | 29.17 | - |
| YUV | 91.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 148 | 0.22 | 0.54 | 0 | 0.42 | 276 | 0.37 | 0.42 |
| Hex | 74 | 44 | 94 | 16 | 36 | 0 | 2A | 114 | 25 | 2A |
| Octal | 164 | 104 | 224 | 26 | 66 | 0 | 52 | 424 | 45 | 52 |
| Binary | 1110100 | 1000100 | 10010100 | 10110 | 110110 | 0 | 101010 | 100010100 | 100101 | 101010 |
Color Harmonies of #744494
Complementary color
Monochromatic Colors of #744494
Black with #744494
Text Example
Text Example
White with #744494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744494; }
p { color: rgb(116,68,148); }
H1.HeaderClassName
{
color: #744494;
}
.AnyTagClassName
{
color: #744494;
}
</style>
background-color css
<style>
a { background-color: #744494; }
a { background-color: rgb(116,68,148); }
div.DivClassName
{
background-color: #744494;
}
.BgClassName
{
background-color: #744494;
}
</style>
border-color css
<style>
span { border-color: #744494; }
span { border-color: rgb(116,68,148); }
td.TdClassName
{
border-color: #744494;
}
.TagClassName
{
border-color: #744494;
}
</style>