Shades of Studio #73499F
Tints of Studio #73499F
RGB
CMYK
RGB Variations
Color information
#73499F (or 0x73499F) is known color: Studio. HEX triplet: 73, 49 and 9F. RGB value is (115,73,159). Sum of RGB (Red+Green+Blue) = 115+73+159=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #73499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73499F is #8CB660. Grayscale: #5F5F5F. Windows color (decimal): -9221729 or 10439027. OLE color: 10439027.
HSL color Cylindrical-coordinate representation of color #73499F: hue angle of 269.3º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73499F is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 73 | 159 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.38 |
| HSL | 269.3º | 0.37% | 0.45% | - |
| HSV(B) | 269.3º | 0.54% | 0.62% | - |
| XYZ | 15.71 | 10.91 | 34.08 | - |
| YUV | 95.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 159 | 0.28 | 0.54 | 0 | 0.38 | 269.3 | 0.37 | 0.45 |
| Hex | 73 | 49 | 9F | 1C | 36 | 0 | 26 | 10D | 25 | 2D |
| Octal | 163 | 111 | 237 | 34 | 66 | 0 | 46 | 415 | 45 | 55 |
| Binary | 1110011 | 1001001 | 10011111 | 11100 | 110110 | 0 | 100110 | 100001101 | 100101 | 101101 |
Color Harmonies of #73499F
Complementary color
Monochromatic Colors of #73499F
Black with #73499F
Text Example
Text Example
White with #73499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73499F; }
p { color: rgb(115,73,159); }
H1.HeaderClassName
{
color: #73499F;
}
.AnyTagClassName
{
color: #73499F;
}
</style>
background-color css
<style>
a { background-color: #73499F; }
a { background-color: rgb(115,73,159); }
div.DivClassName
{
background-color: #73499F;
}
.BgClassName
{
background-color: #73499F;
}
</style>
border-color css
<style>
span { border-color: #73499F; }
span { border-color: rgb(115,73,159); }
td.TdClassName
{
border-color: #73499F;
}
.TagClassName
{
border-color: #73499F;
}
</style>