Shades of Studio #744499
Tints of Studio #744499
RGB
CMYK
RGB Variations
Color information
#744499 (or 0x744499) is known color: Studio. HEX triplet: 74, 44 and 99. RGB value is (116,68,153). Sum of RGB (Red+Green+Blue) = 116+68+153=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #744499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744499 is #8BBB66. Grayscale: #5B5B5B. Windows color (decimal): -9157479 or 10044532. OLE color: 10044532.
HSL color Cylindrical-coordinate representation of color #744499: hue angle of 273.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744499 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 68 | 153 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.4 |
| HSL | 273.88º | 0.38% | 0.43% | - |
| HSV(B) | 273.88º | 0.56% | 0.6% | - |
| XYZ | 15.02 | 10.15 | 31.3 | - |
| YUV | 92.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 153 | 0.24 | 0.56 | 0 | 0.4 | 273.88 | 0.38 | 0.43 |
| Hex | 74 | 44 | 99 | 18 | 38 | 0 | 28 | 112 | 26 | 2B |
| Octal | 164 | 104 | 231 | 30 | 70 | 0 | 50 | 422 | 46 | 53 |
| Binary | 1110100 | 1000100 | 10011001 | 11000 | 111000 | 0 | 101000 | 100010010 | 100110 | 101011 |
Color Harmonies of #744499
Complementary color
Monochromatic Colors of #744499
Black with #744499
Text Example
Text Example
White with #744499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744499; }
p { color: rgb(116,68,153); }
H1.HeaderClassName
{
color: #744499;
}
.AnyTagClassName
{
color: #744499;
}
</style>
background-color css
<style>
a { background-color: #744499; }
a { background-color: rgb(116,68,153); }
div.DivClassName
{
background-color: #744499;
}
.BgClassName
{
background-color: #744499;
}
</style>
border-color css
<style>
span { border-color: #744499; }
span { border-color: rgb(116,68,153); }
td.TdClassName
{
border-color: #744499;
}
.TagClassName
{
border-color: #744499;
}
</style>