Shades of Studio #744CAA
Tints of Studio #744CAA
RGB
CMYK
RGB Variations
Color information
#744CAA (or 0x744CAA) is known color: Studio. HEX triplet: 74, 4C and AA. RGB value is (116,76,170). Sum of RGB (Red+Green+Blue) = 116+76+170=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #744CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744CAA is #8BB355. Grayscale: #626262. Windows color (decimal): -9155414 or 11160692. OLE color: 11160692.
HSL color Cylindrical-coordinate representation of color #744CAA: hue angle of 265.53º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #744CAA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 76 | 170 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.33 |
| HSL | 265.53º | 0.38% | 0.48% | - |
| HSV(B) | 265.53º | 0.55% | 0.67% | - |
| XYZ | 17.04 | 11.78 | 39.41 | - |
| YUV | 98.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 170 | 0.32 | 0.55 | 0 | 0.33 | 265.53 | 0.38 | 0.48 |
| Hex | 74 | 4C | AA | 20 | 37 | 0 | 21 | 10A | 26 | 30 |
| Octal | 164 | 114 | 252 | 40 | 67 | 0 | 41 | 412 | 46 | 60 |
| Binary | 1110100 | 1001100 | 10101010 | 100000 | 110111 | 0 | 100001 | 100001010 | 100110 | 110000 |
Color Harmonies of #744CAA
Complementary color
Monochromatic Colors of #744CAA
Black with #744CAA
Text Example
Text Example
White with #744CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CAA; }
p { color: rgb(116,76,170); }
H1.HeaderClassName
{
color: #744CAA;
}
.AnyTagClassName
{
color: #744CAA;
}
</style>
background-color css
<style>
a { background-color: #744CAA; }
a { background-color: rgb(116,76,170); }
div.DivClassName
{
background-color: #744CAA;
}
.BgClassName
{
background-color: #744CAA;
}
</style>
border-color css
<style>
span { border-color: #744CAA; }
span { border-color: rgb(116,76,170); }
td.TdClassName
{
border-color: #744CAA;
}
.TagClassName
{
border-color: #744CAA;
}
</style>