Shades of Studio #744C9D
Tints of Studio #744C9D
RGB
CMYK
RGB Variations
Color information
#744C9D (or 0x744C9D) is known color: Studio. HEX triplet: 74, 4C and 9D. RGB value is (116,76,157). Sum of RGB (Red+Green+Blue) = 116+76+157=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #744C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744C9D is #8BB362. Grayscale: #606060. Windows color (decimal): -9155427 or 10308724. OLE color: 10308724.
HSL color Cylindrical-coordinate representation of color #744C9D: hue angle of 269.63º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744C9D is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 76 | 157 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.38 |
| HSL | 269.63º | 0.35% | 0.46% | - |
| HSV(B) | 269.63º | 0.52% | 0.62% | - |
| XYZ | 15.87 | 11.32 | 33.25 | - |
| YUV | 97.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 157 | 0.26 | 0.52 | 0 | 0.38 | 269.63 | 0.35 | 0.46 |
| Hex | 74 | 4C | 9D | 1A | 34 | 0 | 26 | 10E | 23 | 2E |
| Octal | 164 | 114 | 235 | 32 | 64 | 0 | 46 | 416 | 43 | 56 |
| Binary | 1110100 | 1001100 | 10011101 | 11010 | 110100 | 0 | 100110 | 100001110 | 100011 | 101110 |
Color Harmonies of #744C9D
Complementary color
Monochromatic Colors of #744C9D
Black with #744C9D
Text Example
Text Example
White with #744C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C9D; }
p { color: rgb(116,76,157); }
H1.HeaderClassName
{
color: #744C9D;
}
.AnyTagClassName
{
color: #744C9D;
}
</style>
background-color css
<style>
a { background-color: #744C9D; }
a { background-color: rgb(116,76,157); }
div.DivClassName
{
background-color: #744C9D;
}
.BgClassName
{
background-color: #744C9D;
}
</style>
border-color css
<style>
span { border-color: #744C9D; }
span { border-color: rgb(116,76,157); }
td.TdClassName
{
border-color: #744C9D;
}
.TagClassName
{
border-color: #744C9D;
}
</style>