Shades of Studio #744AB5
Tints of Studio #744AB5
RGB
CMYK
RGB Variations
Color information
#744AB5 (or 0x744AB5) is known color: Studio. HEX triplet: 74, 4A and B5. RGB value is (116,74,181). Sum of RGB (Red+Green+Blue) = 116+74+181=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #744AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744AB5 is #8BB54A. Grayscale: #626262. Windows color (decimal): -9155915 or 11881076. OLE color: 11881076.
HSL color Cylindrical-coordinate representation of color #744AB5: hue angle of 263.55º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744AB5 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 74 | 181 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.29 |
| HSL | 263.55º | 0.42% | 0.5% | - |
| HSV(B) | 263.55º | 0.59% | 0.71% | - |
| XYZ | 17.99 | 11.95 | 45.07 | - |
| YUV | 98.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 181 | 0.36 | 0.59 | 0 | 0.29 | 263.55 | 0.42 | 0.5 |
| Hex | 74 | 4A | B5 | 24 | 3B | 0 | 1D | 108 | 2A | 32 |
| Octal | 164 | 112 | 265 | 44 | 73 | 0 | 35 | 410 | 52 | 62 |
| Binary | 1110100 | 1001010 | 10110101 | 100100 | 111011 | 0 | 11101 | 100001000 | 101010 | 110010 |
Color Harmonies of #744AB5
Complementary color
Monochromatic Colors of #744AB5
Black with #744AB5
Text Example
Text Example
White with #744AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AB5; }
p { color: rgb(116,74,181); }
H1.HeaderClassName
{
color: #744AB5;
}
.AnyTagClassName
{
color: #744AB5;
}
</style>
background-color css
<style>
a { background-color: #744AB5; }
a { background-color: rgb(116,74,181); }
div.DivClassName
{
background-color: #744AB5;
}
.BgClassName
{
background-color: #744AB5;
}
</style>
border-color css
<style>
span { border-color: #744AB5; }
span { border-color: rgb(116,74,181); }
td.TdClassName
{
border-color: #744AB5;
}
.TagClassName
{
border-color: #744AB5;
}
</style>