Shades of Studio #734995
Tints of Studio #734995
RGB
CMYK
RGB Variations
Color information
#734995 (or 0x734995) is known color: Studio. HEX triplet: 73, 49 and 95. RGB value is (115,73,149). Sum of RGB (Red+Green+Blue) = 115+73+149=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #734995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734995 is #8CB66A. Grayscale: #5D5D5D. Windows color (decimal): -9221739 or 9783667. OLE color: 9783667.
HSL color Cylindrical-coordinate representation of color #734995: hue angle of 273.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #734995 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 73 | 149 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.42 |
| HSL | 273.16º | 0.34% | 0.44% | - |
| HSV(B) | 273.16º | 0.51% | 0.58% | - |
| XYZ | 14.88 | 10.58 | 29.69 | - |
| YUV | 94.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 149 | 0.23 | 0.51 | 0 | 0.42 | 273.16 | 0.34 | 0.44 |
| Hex | 73 | 49 | 95 | 17 | 33 | 0 | 2A | 111 | 22 | 2C |
| Octal | 163 | 111 | 225 | 27 | 63 | 0 | 52 | 421 | 42 | 54 |
| Binary | 1110011 | 1001001 | 10010101 | 10111 | 110011 | 0 | 101010 | 100010001 | 100010 | 101100 |
Color Harmonies of #734995
Complementary color
Monochromatic Colors of #734995
Black with #734995
Text Example
Text Example
White with #734995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734995; }
p { color: rgb(115,73,149); }
H1.HeaderClassName
{
color: #734995;
}
.AnyTagClassName
{
color: #734995;
}
</style>
background-color css
<style>
a { background-color: #734995; }
a { background-color: rgb(115,73,149); }
div.DivClassName
{
background-color: #734995;
}
.BgClassName
{
background-color: #734995;
}
</style>
border-color css
<style>
span { border-color: #734995; }
span { border-color: rgb(115,73,149); }
td.TdClassName
{
border-color: #734995;
}
.TagClassName
{
border-color: #734995;
}
</style>