Shades of Studio #744CA2
Tints of Studio #744CA2
RGB
CMYK
RGB Variations
Color information
#744CA2 (or 0x744CA2) is known color: Studio. HEX triplet: 74, 4C and A2. RGB value is (116,76,162). Sum of RGB (Red+Green+Blue) = 116+76+162=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #744CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744CA2 is #8BB35D. Grayscale: #616161. Windows color (decimal): -9155422 or 10636404. OLE color: 10636404.
HSL color Cylindrical-coordinate representation of color #744CA2: hue angle of 267.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744CA2 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 76 | 162 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.36 |
| HSL | 267.91º | 0.36% | 0.47% | - |
| HSV(B) | 267.91º | 0.53% | 0.64% | - |
| XYZ | 16.31 | 11.49 | 35.54 | - |
| YUV | 97.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 162 | 0.28 | 0.53 | 0 | 0.36 | 267.91 | 0.36 | 0.47 |
| Hex | 74 | 4C | A2 | 1C | 35 | 0 | 24 | 10C | 24 | 2F |
| Octal | 164 | 114 | 242 | 34 | 65 | 0 | 44 | 414 | 44 | 57 |
| Binary | 1110100 | 1001100 | 10100010 | 11100 | 110101 | 0 | 100100 | 100001100 | 100100 | 101111 |
Color Harmonies of #744CA2
Complementary color
Monochromatic Colors of #744CA2
Black with #744CA2
Text Example
Text Example
White with #744CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CA2; }
p { color: rgb(116,76,162); }
H1.HeaderClassName
{
color: #744CA2;
}
.AnyTagClassName
{
color: #744CA2;
}
</style>
background-color css
<style>
a { background-color: #744CA2; }
a { background-color: rgb(116,76,162); }
div.DivClassName
{
background-color: #744CA2;
}
.BgClassName
{
background-color: #744CA2;
}
</style>
border-color css
<style>
span { border-color: #744CA2; }
span { border-color: rgb(116,76,162); }
td.TdClassName
{
border-color: #744CA2;
}
.TagClassName
{
border-color: #744CA2;
}
</style>