Shades of Studio #744AB3
Tints of Studio #744AB3
RGB
CMYK
RGB Variations
Color information
#744AB3 (or 0x744AB3) is known color: Studio. HEX triplet: 74, 4A and B3. RGB value is (116,74,179). Sum of RGB (Red+Green+Blue) = 116+74+179=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #744AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744AB3 is #8BB54C. Grayscale: #626262. Windows color (decimal): -9155917 or 11750004. OLE color: 11750004.
HSL color Cylindrical-coordinate representation of color #744AB3: hue angle of 264º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744AB3 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 74 | 179 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.30 |
| HSL | 264º | 0.42% | 0.5% | - |
| HSV(B) | 264º | 0.59% | 0.7% | - |
| XYZ | 17.79 | 11.87 | 44 | - |
| YUV | 98.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 179 | 0.35 | 0.59 | 0 | 0.30 | 264 | 0.42 | 0.5 |
| Hex | 74 | 4A | B3 | 23 | 3B | 0 | 1E | 108 | 2A | 32 |
| Octal | 164 | 112 | 263 | 43 | 73 | 0 | 36 | 410 | 52 | 62 |
| Binary | 1110100 | 1001010 | 10110011 | 100011 | 111011 | 0 | 11110 | 100001000 | 101010 | 110010 |
Color Harmonies of #744AB3
Complementary color
Monochromatic Colors of #744AB3
Black with #744AB3
Text Example
Text Example
White with #744AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AB3; }
p { color: rgb(116,74,179); }
H1.HeaderClassName
{
color: #744AB3;
}
.AnyTagClassName
{
color: #744AB3;
}
</style>
background-color css
<style>
a { background-color: #744AB3; }
a { background-color: rgb(116,74,179); }
div.DivClassName
{
background-color: #744AB3;
}
.BgClassName
{
background-color: #744AB3;
}
</style>
border-color css
<style>
span { border-color: #744AB3; }
span { border-color: rgb(116,74,179); }
td.TdClassName
{
border-color: #744AB3;
}
.TagClassName
{
border-color: #744AB3;
}
</style>