Shades of Studio #734896
Tints of Studio #734896
RGB
CMYK
RGB Variations
Color information
#734896 (or 0x734896) is known color: Studio. HEX triplet: 73, 48 and 96. RGB value is (115,72,150). Sum of RGB (Red+Green+Blue) = 115+72+150=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #734896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734896 is #8CB769. Grayscale: #5D5D5D. Windows color (decimal): -9221994 or 9848947. OLE color: 9848947.
HSL color Cylindrical-coordinate representation of color #734896: hue angle of 273.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #734896 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 72 | 150 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.41 |
| HSL | 273.08º | 0.35% | 0.44% | - |
| HSV(B) | 273.08º | 0.52% | 0.59% | - |
| XYZ | 14.89 | 10.48 | 30.09 | - |
| YUV | 93.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 150 | 0.23 | 0.52 | 0 | 0.41 | 273.08 | 0.35 | 0.44 |
| Hex | 73 | 48 | 96 | 17 | 34 | 0 | 29 | 111 | 23 | 2C |
| Octal | 163 | 110 | 226 | 27 | 64 | 0 | 51 | 421 | 43 | 54 |
| Binary | 1110011 | 1001000 | 10010110 | 10111 | 110100 | 0 | 101001 | 100010001 | 100011 | 101100 |
Color Harmonies of #734896
Complementary color
Monochromatic Colors of #734896
Black with #734896
Text Example
Text Example
White with #734896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734896; }
p { color: rgb(115,72,150); }
H1.HeaderClassName
{
color: #734896;
}
.AnyTagClassName
{
color: #734896;
}
</style>
background-color css
<style>
a { background-color: #734896; }
a { background-color: rgb(115,72,150); }
div.DivClassName
{
background-color: #734896;
}
.BgClassName
{
background-color: #734896;
}
</style>
border-color css
<style>
span { border-color: #734896; }
span { border-color: rgb(115,72,150); }
td.TdClassName
{
border-color: #734896;
}
.TagClassName
{
border-color: #734896;
}
</style>