Shades of Studio #744AAC
Tints of Studio #744AAC
RGB
CMYK
RGB Variations
Color information
#744AAC (or 0x744AAC) is known color: Studio. HEX triplet: 74, 4A and AC. RGB value is (116,74,172). Sum of RGB (Red+Green+Blue) = 116+74+172=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #744AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744AAC is #8BB553. Grayscale: #616161. Windows color (decimal): -9155924 or 11291252. OLE color: 11291252.
HSL color Cylindrical-coordinate representation of color #744AAC: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744AAC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 74 | 172 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.33 |
| HSL | 265.71º | 0.4% | 0.48% | - |
| HSV(B) | 265.71º | 0.57% | 0.67% | - |
| XYZ | 17.1 | 11.59 | 40.37 | - |
| YUV | 97.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 172 | 0.33 | 0.57 | 0 | 0.33 | 265.71 | 0.4 | 0.48 |
| Hex | 74 | 4A | AC | 21 | 39 | 0 | 21 | 10A | 28 | 30 |
| Octal | 164 | 112 | 254 | 41 | 71 | 0 | 41 | 412 | 50 | 60 |
| Binary | 1110100 | 1001010 | 10101100 | 100001 | 111001 | 0 | 100001 | 100001010 | 101000 | 110000 |
Color Harmonies of #744AAC
Complementary color
Monochromatic Colors of #744AAC
Black with #744AAC
Text Example
Text Example
White with #744AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AAC; }
p { color: rgb(116,74,172); }
H1.HeaderClassName
{
color: #744AAC;
}
.AnyTagClassName
{
color: #744AAC;
}
</style>
background-color css
<style>
a { background-color: #744AAC; }
a { background-color: rgb(116,74,172); }
div.DivClassName
{
background-color: #744AAC;
}
.BgClassName
{
background-color: #744AAC;
}
</style>
border-color css
<style>
span { border-color: #744AAC; }
span { border-color: rgb(116,74,172); }
td.TdClassName
{
border-color: #744AAC;
}
.TagClassName
{
border-color: #744AAC;
}
</style>