Shades of Studio #734996
Tints of Studio #734996
RGB
CMYK
RGB Variations
Color information
#734996 (or 0x734996) is known color: Studio. HEX triplet: 73, 49 and 96. RGB value is (115,73,150). Sum of RGB (Red+Green+Blue) = 115+73+150=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #734996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734996 is #8CB669. Grayscale: #5E5E5E. Windows color (decimal): -9221738 or 9849203. OLE color: 9849203.
HSL color Cylindrical-coordinate representation of color #734996: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #734996 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 73 | 150 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.41 |
| HSL | 272.73º | 0.35% | 0.44% | - |
| HSV(B) | 272.73º | 0.51% | 0.59% | - |
| XYZ | 14.96 | 10.61 | 30.11 | - |
| YUV | 94.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 150 | 0.23 | 0.51 | 0 | 0.41 | 272.73 | 0.35 | 0.44 |
| Hex | 73 | 49 | 96 | 17 | 33 | 0 | 29 | 111 | 23 | 2C |
| Octal | 163 | 111 | 226 | 27 | 63 | 0 | 51 | 421 | 43 | 54 |
| Binary | 1110011 | 1001001 | 10010110 | 10111 | 110011 | 0 | 101001 | 100010001 | 100011 | 101100 |
Color Harmonies of #734996
Complementary color
Monochromatic Colors of #734996
Black with #734996
Text Example
Text Example
White with #734996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734996; }
p { color: rgb(115,73,150); }
H1.HeaderClassName
{
color: #734996;
}
.AnyTagClassName
{
color: #734996;
}
</style>
background-color css
<style>
a { background-color: #734996; }
a { background-color: rgb(115,73,150); }
div.DivClassName
{
background-color: #734996;
}
.BgClassName
{
background-color: #734996;
}
</style>
border-color css
<style>
span { border-color: #734996; }
span { border-color: rgb(115,73,150); }
td.TdClassName
{
border-color: #734996;
}
.TagClassName
{
border-color: #734996;
}
</style>