Shades of Studio #744FAD
Tints of Studio #744FAD
RGB
CMYK
RGB Variations
Color information
#744FAD (or 0x744FAD) is known color: Studio. HEX triplet: 74, 4F and AD. RGB value is (116,79,173). Sum of RGB (Red+Green+Blue) = 116+79+173=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #744FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744FAD is #8BB052. Grayscale: #646464. Windows color (decimal): -9154643 or 11358068. OLE color: 11358068.
HSL color Cylindrical-coordinate representation of color #744FAD: hue angle of 263.62º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744FAD is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 79 | 173 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.32 |
| HSL | 263.62º | 0.37% | 0.49% | - |
| HSV(B) | 263.62º | 0.54% | 0.68% | - |
| XYZ | 17.54 | 12.32 | 40.99 | - |
| YUV | 100.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 173 | 0.33 | 0.54 | 0 | 0.32 | 263.62 | 0.37 | 0.49 |
| Hex | 74 | 4F | AD | 21 | 36 | 0 | 20 | 108 | 25 | 31 |
| Octal | 164 | 117 | 255 | 41 | 66 | 0 | 40 | 410 | 45 | 61 |
| Binary | 1110100 | 1001111 | 10101101 | 100001 | 110110 | 0 | 100000 | 100001000 | 100101 | 110001 |
Color Harmonies of #744FAD
Complementary color
Monochromatic Colors of #744FAD
Black with #744FAD
Text Example
Text Example
White with #744FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FAD; }
p { color: rgb(116,79,173); }
H1.HeaderClassName
{
color: #744FAD;
}
.AnyTagClassName
{
color: #744FAD;
}
</style>
background-color css
<style>
a { background-color: #744FAD; }
a { background-color: rgb(116,79,173); }
div.DivClassName
{
background-color: #744FAD;
}
.BgClassName
{
background-color: #744FAD;
}
</style>
border-color css
<style>
span { border-color: #744FAD; }
span { border-color: rgb(116,79,173); }
td.TdClassName
{
border-color: #744FAD;
}
.TagClassName
{
border-color: #744FAD;
}
</style>