Shades of Studio #734A95
Tints of Studio #734A95
RGB
CMYK
RGB Variations
Color information
#734A95 (or 0x734A95) is known color: Studio. HEX triplet: 73, 4A and 95. RGB value is (115,74,149). Sum of RGB (Red+Green+Blue) = 115+74+149=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #734A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734A95 is #8CB56A. Grayscale: #5E5E5E. Windows color (decimal): -9221483 or 9783923. OLE color: 9783923.
HSL color Cylindrical-coordinate representation of color #734A95: hue angle of 272.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #734A95 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 74 | 149 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.42 |
| HSL | 272.8º | 0.34% | 0.44% | - |
| HSV(B) | 272.8º | 0.5% | 0.58% | - |
| XYZ | 14.94 | 10.71 | 29.71 | - |
| YUV | 94.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 149 | 0.23 | 0.50 | 0 | 0.42 | 272.8 | 0.34 | 0.44 |
| Hex | 73 | 4A | 95 | 17 | 32 | 0 | 2A | 111 | 22 | 2C |
| Octal | 163 | 112 | 225 | 27 | 62 | 0 | 52 | 421 | 42 | 54 |
| Binary | 1110011 | 1001010 | 10010101 | 10111 | 110010 | 0 | 101010 | 100010001 | 100010 | 101100 |
Color Harmonies of #734A95
Complementary color
Monochromatic Colors of #734A95
Black with #734A95
Text Example
Text Example
White with #734A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A95; }
p { color: rgb(115,74,149); }
H1.HeaderClassName
{
color: #734A95;
}
.AnyTagClassName
{
color: #734A95;
}
</style>
background-color css
<style>
a { background-color: #734A95; }
a { background-color: rgb(115,74,149); }
div.DivClassName
{
background-color: #734A95;
}
.BgClassName
{
background-color: #734A95;
}
</style>
border-color css
<style>
span { border-color: #734A95; }
span { border-color: rgb(115,74,149); }
td.TdClassName
{
border-color: #734A95;
}
.TagClassName
{
border-color: #734A95;
}
</style>