Shades of Studio #744A93
Tints of Studio #744A93
RGB
CMYK
RGB Variations
Color information
#744A93 (or 0x744A93) is known color: Studio. HEX triplet: 74, 4A and 93. RGB value is (116,74,147). Sum of RGB (Red+Green+Blue) = 116+74+147=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #744A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A93 is #8BB56C. Grayscale: #5E5E5E. Windows color (decimal): -9155949 or 9652852. OLE color: 9652852.
HSL color Cylindrical-coordinate representation of color #744A93: hue angle of 274.52º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744A93 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 74 | 147 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.42 |
| HSL | 274.52º | 0.33% | 0.43% | - |
| HSV(B) | 274.52º | 0.5% | 0.58% | - |
| XYZ | 14.92 | 10.72 | 28.89 | - |
| YUV | 94.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 147 | 0.21 | 0.50 | 0 | 0.42 | 274.52 | 0.33 | 0.43 |
| Hex | 74 | 4A | 93 | 15 | 32 | 0 | 2A | 113 | 21 | 2B |
| Octal | 164 | 112 | 223 | 25 | 62 | 0 | 52 | 423 | 41 | 53 |
| Binary | 1110100 | 1001010 | 10010011 | 10101 | 110010 | 0 | 101010 | 100010011 | 100001 | 101011 |
Color Harmonies of #744A93
Complementary color
Monochromatic Colors of #744A93
Black with #744A93
Text Example
Text Example
White with #744A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A93; }
p { color: rgb(116,74,147); }
H1.HeaderClassName
{
color: #744A93;
}
.AnyTagClassName
{
color: #744A93;
}
</style>
background-color css
<style>
a { background-color: #744A93; }
a { background-color: rgb(116,74,147); }
div.DivClassName
{
background-color: #744A93;
}
.BgClassName
{
background-color: #744A93;
}
</style>
border-color css
<style>
span { border-color: #744A93; }
span { border-color: rgb(116,74,147); }
td.TdClassName
{
border-color: #744A93;
}
.TagClassName
{
border-color: #744A93;
}
</style>