Shades of Studio #744FAC
Tints of Studio #744FAC
RGB
CMYK
RGB Variations
Color information
#744FAC (or 0x744FAC) is known color: Studio. HEX triplet: 74, 4F and AC. RGB value is (116,79,172). Sum of RGB (Red+Green+Blue) = 116+79+172=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #744FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744FAC is #8BB053. Grayscale: #646464. Windows color (decimal): -9154644 or 11292532. OLE color: 11292532.
HSL color Cylindrical-coordinate representation of color #744FAC: hue angle of 263.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744FAC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 79 | 172 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.33 |
| HSL | 263.87º | 0.37% | 0.49% | - |
| HSV(B) | 263.87º | 0.54% | 0.67% | - |
| XYZ | 17.44 | 12.28 | 40.48 | - |
| YUV | 100.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 172 | 0.33 | 0.54 | 0 | 0.33 | 263.87 | 0.37 | 0.49 |
| Hex | 74 | 4F | AC | 21 | 36 | 0 | 21 | 108 | 25 | 31 |
| Octal | 164 | 117 | 254 | 41 | 66 | 0 | 41 | 410 | 45 | 61 |
| Binary | 1110100 | 1001111 | 10101100 | 100001 | 110110 | 0 | 100001 | 100001000 | 100101 | 110001 |
Color Harmonies of #744FAC
Complementary color
Monochromatic Colors of #744FAC
Black with #744FAC
Text Example
Text Example
White with #744FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FAC; }
p { color: rgb(116,79,172); }
H1.HeaderClassName
{
color: #744FAC;
}
.AnyTagClassName
{
color: #744FAC;
}
</style>
background-color css
<style>
a { background-color: #744FAC; }
a { background-color: rgb(116,79,172); }
div.DivClassName
{
background-color: #744FAC;
}
.BgClassName
{
background-color: #744FAC;
}
</style>
border-color css
<style>
span { border-color: #744FAC; }
span { border-color: rgb(116,79,172); }
td.TdClassName
{
border-color: #744FAC;
}
.TagClassName
{
border-color: #744FAC;
}
</style>