Shades of Studio #744AAF
Tints of Studio #744AAF
RGB
CMYK
RGB Variations
Color information
#744AAF (or 0x744AAF) is known color: Studio. HEX triplet: 74, 4A and AF. RGB value is (116,74,175). Sum of RGB (Red+Green+Blue) = 116+74+175=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #744AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744AAF is #8BB550. Grayscale: #616161. Windows color (decimal): -9155921 or 11487860. OLE color: 11487860.
HSL color Cylindrical-coordinate representation of color #744AAF: hue angle of 264.95º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744AAF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 74 | 175 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.31 |
| HSL | 264.95º | 0.41% | 0.49% | - |
| HSV(B) | 264.95º | 0.58% | 0.69% | - |
| XYZ | 17.39 | 11.71 | 41.9 | - |
| YUV | 98.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 175 | 0.34 | 0.58 | 0 | 0.31 | 264.95 | 0.41 | 0.49 |
| Hex | 74 | 4A | AF | 22 | 3A | 0 | 1F | 109 | 29 | 31 |
| Octal | 164 | 112 | 257 | 42 | 72 | 0 | 37 | 411 | 51 | 61 |
| Binary | 1110100 | 1001010 | 10101111 | 100010 | 111010 | 0 | 11111 | 100001001 | 101001 | 110001 |
Color Harmonies of #744AAF
Complementary color
Monochromatic Colors of #744AAF
Black with #744AAF
Text Example
Text Example
White with #744AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AAF; }
p { color: rgb(116,74,175); }
H1.HeaderClassName
{
color: #744AAF;
}
.AnyTagClassName
{
color: #744AAF;
}
</style>
background-color css
<style>
a { background-color: #744AAF; }
a { background-color: rgb(116,74,175); }
div.DivClassName
{
background-color: #744AAF;
}
.BgClassName
{
background-color: #744AAF;
}
</style>
border-color css
<style>
span { border-color: #744AAF; }
span { border-color: rgb(116,74,175); }
td.TdClassName
{
border-color: #744AAF;
}
.TagClassName
{
border-color: #744AAF;
}
</style>