Shades of Studio #744CB5
Tints of Studio #744CB5
RGB
CMYK
RGB Variations
Color information
#744CB5 (or 0x744CB5) is known color: Studio. HEX triplet: 74, 4C and B5. RGB value is (116,76,181). Sum of RGB (Red+Green+Blue) = 116+76+181=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #744CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CB5 is #8BB34A. Grayscale: #636363. Windows color (decimal): -9155403 or 11881588. OLE color: 11881588.
HSL color Cylindrical-coordinate representation of color #744CB5: hue angle of 262.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744CB5 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 76 | 181 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.29 |
| HSL | 262.86º | 0.42% | 0.5% | - |
| HSV(B) | 262.86º | 0.58% | 0.71% | - |
| XYZ | 18.13 | 12.22 | 45.12 | - |
| YUV | 99.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 181 | 0.36 | 0.58 | 0 | 0.29 | 262.86 | 0.42 | 0.5 |
| Hex | 74 | 4C | B5 | 24 | 3A | 0 | 1D | 107 | 2A | 32 |
| Octal | 164 | 114 | 265 | 44 | 72 | 0 | 35 | 407 | 52 | 62 |
| Binary | 1110100 | 1001100 | 10110101 | 100100 | 111010 | 0 | 11101 | 100000111 | 101010 | 110010 |
Color Harmonies of #744CB5
Complementary color
Monochromatic Colors of #744CB5
Black with #744CB5
Text Example
Text Example
White with #744CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CB5; }
p { color: rgb(116,76,181); }
H1.HeaderClassName
{
color: #744CB5;
}
.AnyTagClassName
{
color: #744CB5;
}
</style>
background-color css
<style>
a { background-color: #744CB5; }
a { background-color: rgb(116,76,181); }
div.DivClassName
{
background-color: #744CB5;
}
.BgClassName
{
background-color: #744CB5;
}
</style>
border-color css
<style>
span { border-color: #744CB5; }
span { border-color: rgb(116,76,181); }
td.TdClassName
{
border-color: #744CB5;
}
.TagClassName
{
border-color: #744CB5;
}
</style>