Shades of Studio #744BAB
Tints of Studio #744BAB
RGB
CMYK
RGB Variations
Color information
#744BAB (or 0x744BAB) is known color: Studio. HEX triplet: 74, 4B and AB. RGB value is (116,75,171). Sum of RGB (Red+Green+Blue) = 116+75+171=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #744BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744BAB is #8BB454. Grayscale: #616161. Windows color (decimal): -9155669 or 11225972. OLE color: 11225972.
HSL color Cylindrical-coordinate representation of color #744BAB: hue angle of 265.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744BAB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 75 | 171 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.33 |
| HSL | 265.63º | 0.39% | 0.48% | - |
| HSV(B) | 265.63º | 0.56% | 0.67% | - |
| XYZ | 17.07 | 11.69 | 39.88 | - |
| YUV | 98.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 171 | 0.32 | 0.56 | 0 | 0.33 | 265.63 | 0.39 | 0.48 |
| Hex | 74 | 4B | AB | 20 | 38 | 0 | 21 | 10A | 27 | 30 |
| Octal | 164 | 113 | 253 | 40 | 70 | 0 | 41 | 412 | 47 | 60 |
| Binary | 1110100 | 1001011 | 10101011 | 100000 | 111000 | 0 | 100001 | 100001010 | 100111 | 110000 |
Color Harmonies of #744BAB
Complementary color
Monochromatic Colors of #744BAB
Black with #744BAB
Text Example
Text Example
White with #744BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BAB; }
p { color: rgb(116,75,171); }
H1.HeaderClassName
{
color: #744BAB;
}
.AnyTagClassName
{
color: #744BAB;
}
</style>
background-color css
<style>
a { background-color: #744BAB; }
a { background-color: rgb(116,75,171); }
div.DivClassName
{
background-color: #744BAB;
}
.BgClassName
{
background-color: #744BAB;
}
</style>
border-color css
<style>
span { border-color: #744BAB; }
span { border-color: rgb(116,75,171); }
td.TdClassName
{
border-color: #744BAB;
}
.TagClassName
{
border-color: #744BAB;
}
</style>