Shades of Studio #744495
Tints of Studio #744495
RGB
CMYK
RGB Variations
Color information
#744495 (or 0x744495) is known color: Studio. HEX triplet: 74, 44 and 95. RGB value is (116,68,149). Sum of RGB (Red+Green+Blue) = 116+68+149=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #744495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744495 is #8BBB6A. Grayscale: #5B5B5B. Windows color (decimal): -9157483 or 9782388. OLE color: 9782388.
HSL color Cylindrical-coordinate representation of color #744495: hue angle of 275.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744495 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 68 | 149 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.42 |
| HSL | 275.56º | 0.37% | 0.43% | - |
| HSV(B) | 275.56º | 0.54% | 0.58% | - |
| XYZ | 14.69 | 10.02 | 29.59 | - |
| YUV | 91.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 149 | 0.22 | 0.54 | 0 | 0.42 | 275.56 | 0.37 | 0.43 |
| Hex | 74 | 44 | 95 | 16 | 36 | 0 | 2A | 114 | 25 | 2B |
| Octal | 164 | 104 | 225 | 26 | 66 | 0 | 52 | 424 | 45 | 53 |
| Binary | 1110100 | 1000100 | 10010101 | 10110 | 110110 | 0 | 101010 | 100010100 | 100101 | 101011 |
Color Harmonies of #744495
Complementary color
Monochromatic Colors of #744495
Black with #744495
Text Example
Text Example
White with #744495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744495; }
p { color: rgb(116,68,149); }
H1.HeaderClassName
{
color: #744495;
}
.AnyTagClassName
{
color: #744495;
}
</style>
background-color css
<style>
a { background-color: #744495; }
a { background-color: rgb(116,68,149); }
div.DivClassName
{
background-color: #744495;
}
.BgClassName
{
background-color: #744495;
}
</style>
border-color css
<style>
span { border-color: #744495; }
span { border-color: rgb(116,68,149); }
td.TdClassName
{
border-color: #744495;
}
.TagClassName
{
border-color: #744495;
}
</style>