Shades of Studio #744CAB
Tints of Studio #744CAB
RGB
CMYK
RGB Variations
Color information
#744CAB (or 0x744CAB) is known color: Studio. HEX triplet: 74, 4C and AB. RGB value is (116,76,171). Sum of RGB (Red+Green+Blue) = 116+76+171=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #744CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744CAB is #8BB354. Grayscale: #626262. Windows color (decimal): -9155413 or 11226228. OLE color: 11226228.
HSL color Cylindrical-coordinate representation of color #744CAB: hue angle of 265.26º degrees, saturation: 0.38, 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 #744CAB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 76 | 171 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.33 |
| HSL | 265.26º | 0.38% | 0.48% | - |
| HSV(B) | 265.26º | 0.56% | 0.67% | - |
| XYZ | 17.14 | 11.82 | 39.91 | - |
| YUV | 98.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 171 | 0.32 | 0.56 | 0 | 0.33 | 265.26 | 0.38 | 0.48 |
| Hex | 74 | 4C | AB | 20 | 38 | 0 | 21 | 109 | 26 | 30 |
| Octal | 164 | 114 | 253 | 40 | 70 | 0 | 41 | 411 | 46 | 60 |
| Binary | 1110100 | 1001100 | 10101011 | 100000 | 111000 | 0 | 100001 | 100001001 | 100110 | 110000 |
Color Harmonies of #744CAB
Complementary color
Monochromatic Colors of #744CAB
Black with #744CAB
Text Example
Text Example
White with #744CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CAB; }
p { color: rgb(116,76,171); }
H1.HeaderClassName
{
color: #744CAB;
}
.AnyTagClassName
{
color: #744CAB;
}
</style>
background-color css
<style>
a { background-color: #744CAB; }
a { background-color: rgb(116,76,171); }
div.DivClassName
{
background-color: #744CAB;
}
.BgClassName
{
background-color: #744CAB;
}
</style>
border-color css
<style>
span { border-color: #744CAB; }
span { border-color: rgb(116,76,171); }
td.TdClassName
{
border-color: #744CAB;
}
.TagClassName
{
border-color: #744CAB;
}
</style>