Shades of Studio #744FA2
Tints of Studio #744FA2
RGB
CMYK
RGB Variations
Color information
#744FA2 (or 0x744FA2) is known color: Studio. HEX triplet: 74, 4F and A2. RGB value is (116,79,162). Sum of RGB (Red+Green+Blue) = 116+79+162=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #744FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744FA2 is #8BB05D. Grayscale: #636363. Windows color (decimal): -9154654 or 10637172. OLE color: 10637172.
HSL color Cylindrical-coordinate representation of color #744FA2: hue angle of 266.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744FA2 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 79 | 162 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.36 |
| HSL | 266.75º | 0.34% | 0.47% | - |
| HSV(B) | 266.75º | 0.51% | 0.64% | - |
| XYZ | 16.52 | 11.91 | 35.61 | - |
| YUV | 99.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 162 | 0.28 | 0.51 | 0 | 0.36 | 266.75 | 0.34 | 0.47 |
| Hex | 74 | 4F | A2 | 1C | 33 | 0 | 24 | 10B | 22 | 2F |
| Octal | 164 | 117 | 242 | 34 | 63 | 0 | 44 | 413 | 42 | 57 |
| Binary | 1110100 | 1001111 | 10100010 | 11100 | 110011 | 0 | 100100 | 100001011 | 100010 | 101111 |
Color Harmonies of #744FA2
Complementary color
Monochromatic Colors of #744FA2
Black with #744FA2
Text Example
Text Example
White with #744FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FA2; }
p { color: rgb(116,79,162); }
H1.HeaderClassName
{
color: #744FA2;
}
.AnyTagClassName
{
color: #744FA2;
}
</style>
background-color css
<style>
a { background-color: #744FA2; }
a { background-color: rgb(116,79,162); }
div.DivClassName
{
background-color: #744FA2;
}
.BgClassName
{
background-color: #744FA2;
}
</style>
border-color css
<style>
span { border-color: #744FA2; }
span { border-color: rgb(116,79,162); }
td.TdClassName
{
border-color: #744FA2;
}
.TagClassName
{
border-color: #744FA2;
}
</style>