Shades of Studio #734BAE
Tints of Studio #734BAE
RGB
CMYK
RGB Variations
Color information
#734BAE (or 0x734BAE) is known color: Studio. HEX triplet: 73, 4B and AE. RGB value is (115,75,174). Sum of RGB (Red+Green+Blue) = 115+75+174=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #734BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734BAE is #8CB451. Grayscale: #616161. Windows color (decimal): -9221202 or 11422579. OLE color: 11422579.
HSL color Cylindrical-coordinate representation of color #734BAE: hue angle of 264.24º 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 #734BAE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 75 | 174 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.32 |
| HSL | 264.24º | 0.4% | 0.49% | - |
| HSV(B) | 264.24º | 0.57% | 0.68% | - |
| XYZ | 17.23 | 11.73 | 41.4 | - |
| YUV | 98.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 174 | 0.34 | 0.57 | 0 | 0.32 | 264.24 | 0.4 | 0.49 |
| Hex | 73 | 4B | AE | 22 | 39 | 0 | 20 | 108 | 28 | 31 |
| Octal | 163 | 113 | 256 | 42 | 71 | 0 | 40 | 410 | 50 | 61 |
| Binary | 1110011 | 1001011 | 10101110 | 100010 | 111001 | 0 | 100000 | 100001000 | 101000 | 110001 |
Color Harmonies of #734BAE
Complementary color
Monochromatic Colors of #734BAE
Black with #734BAE
Text Example
Text Example
White with #734BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BAE; }
p { color: rgb(115,75,174); }
H1.HeaderClassName
{
color: #734BAE;
}
.AnyTagClassName
{
color: #734BAE;
}
</style>
background-color css
<style>
a { background-color: #734BAE; }
a { background-color: rgb(115,75,174); }
div.DivClassName
{
background-color: #734BAE;
}
.BgClassName
{
background-color: #734BAE;
}
</style>
border-color css
<style>
span { border-color: #734BAE; }
span { border-color: rgb(115,75,174); }
td.TdClassName
{
border-color: #734BAE;
}
.TagClassName
{
border-color: #734BAE;
}
</style>