Shades of Studio #734AAE
Tints of Studio #734AAE
RGB
CMYK
RGB Variations
Color information
#734AAE (or 0x734AAE) is known color: Studio. HEX triplet: 73, 4A and AE. RGB value is (115,74,174). Sum of RGB (Red+Green+Blue) = 115+74+174=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #734AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734AAE is #8CB551. Grayscale: #616161. Windows color (decimal): -9221458 or 11422323. OLE color: 11422323.
HSL color Cylindrical-coordinate representation of color #734AAE: hue angle of 264.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734AAE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 74 | 174 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.32 |
| HSL | 264.6º | 0.4% | 0.49% | - |
| HSV(B) | 264.6º | 0.57% | 0.68% | - |
| XYZ | 17.16 | 11.6 | 41.38 | - |
| YUV | 97.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 174 | 0.34 | 0.57 | 0 | 0.32 | 264.6 | 0.4 | 0.49 |
| Hex | 73 | 4A | AE | 22 | 39 | 0 | 20 | 109 | 28 | 31 |
| Octal | 163 | 112 | 256 | 42 | 71 | 0 | 40 | 411 | 50 | 61 |
| Binary | 1110011 | 1001010 | 10101110 | 100010 | 111001 | 0 | 100000 | 100001001 | 101000 | 110001 |
Color Harmonies of #734AAE
Complementary color
Monochromatic Colors of #734AAE
Black with #734AAE
Text Example
Text Example
White with #734AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734AAE; }
p { color: rgb(115,74,174); }
H1.HeaderClassName
{
color: #734AAE;
}
.AnyTagClassName
{
color: #734AAE;
}
</style>
background-color css
<style>
a { background-color: #734AAE; }
a { background-color: rgb(115,74,174); }
div.DivClassName
{
background-color: #734AAE;
}
.BgClassName
{
background-color: #734AAE;
}
</style>
border-color css
<style>
span { border-color: #734AAE; }
span { border-color: rgb(115,74,174); }
td.TdClassName
{
border-color: #734AAE;
}
.TagClassName
{
border-color: #734AAE;
}
</style>