Shades of Studio #744DB5
Tints of Studio #744DB5
RGB
CMYK
RGB Variations
Color information
#744DB5 (or 0x744DB5) is known color: Studio. HEX triplet: 74, 4D and B5. RGB value is (116,77,181). Sum of RGB (Red+Green+Blue) = 116+77+181=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #744DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DB5 is #8BB24A. Grayscale: #646464. Windows color (decimal): -9155147 or 11881844. OLE color: 11881844.
HSL color Cylindrical-coordinate representation of color #744DB5: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744DB5 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 77 | 181 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.29 |
| HSL | 262.5º | 0.41% | 0.51% | - |
| HSV(B) | 262.5º | 0.57% | 0.71% | - |
| XYZ | 18.2 | 12.36 | 45.14 | - |
| YUV | 100.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 181 | 0.36 | 0.57 | 0 | 0.29 | 262.5 | 0.41 | 0.51 |
| Hex | 74 | 4D | B5 | 24 | 39 | 0 | 1D | 106 | 29 | 33 |
| Octal | 164 | 115 | 265 | 44 | 71 | 0 | 35 | 406 | 51 | 63 |
| Binary | 1110100 | 1001101 | 10110101 | 100100 | 111001 | 0 | 11101 | 100000110 | 101001 | 110011 |
Color Harmonies of #744DB5
Complementary color
Monochromatic Colors of #744DB5
Black with #744DB5
Text Example
Text Example
White with #744DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DB5; }
p { color: rgb(116,77,181); }
H1.HeaderClassName
{
color: #744DB5;
}
.AnyTagClassName
{
color: #744DB5;
}
</style>
background-color css
<style>
a { background-color: #744DB5; }
a { background-color: rgb(116,77,181); }
div.DivClassName
{
background-color: #744DB5;
}
.BgClassName
{
background-color: #744DB5;
}
</style>
border-color css
<style>
span { border-color: #744DB5; }
span { border-color: rgb(116,77,181); }
td.TdClassName
{
border-color: #744DB5;
}
.TagClassName
{
border-color: #744DB5;
}
</style>