Shades of Studio #73489B
Tints of Studio #73489B
RGB
CMYK
RGB Variations
Color information
#73489B (or 0x73489B) is known color: Studio. HEX triplet: 73, 48 and 9B. RGB value is (115,72,155). Sum of RGB (Red+Green+Blue) = 115+72+155=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #73489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73489B is #8CB764. Grayscale: #5E5E5E. Windows color (decimal): -9221989 or 10176627. OLE color: 10176627.
HSL color Cylindrical-coordinate representation of color #73489B: hue angle of 271.08º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73489B is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 72 | 155 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.39 |
| HSL | 271.08º | 0.37% | 0.45% | - |
| HSV(B) | 271.08º | 0.54% | 0.61% | - |
| XYZ | 15.3 | 10.65 | 32.26 | - |
| YUV | 94.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 155 | 0.26 | 0.54 | 0 | 0.39 | 271.08 | 0.37 | 0.45 |
| Hex | 73 | 48 | 9B | 1A | 36 | 0 | 27 | 10F | 25 | 2D |
| Octal | 163 | 110 | 233 | 32 | 66 | 0 | 47 | 417 | 45 | 55 |
| Binary | 1110011 | 1001000 | 10011011 | 11010 | 110110 | 0 | 100111 | 100001111 | 100101 | 101101 |
Color Harmonies of #73489B
Complementary color
Monochromatic Colors of #73489B
Black with #73489B
Text Example
Text Example
White with #73489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73489B; }
p { color: rgb(115,72,155); }
H1.HeaderClassName
{
color: #73489B;
}
.AnyTagClassName
{
color: #73489B;
}
</style>
background-color css
<style>
a { background-color: #73489B; }
a { background-color: rgb(115,72,155); }
div.DivClassName
{
background-color: #73489B;
}
.BgClassName
{
background-color: #73489B;
}
</style>
border-color css
<style>
span { border-color: #73489B; }
span { border-color: rgb(115,72,155); }
td.TdClassName
{
border-color: #73489B;
}
.TagClassName
{
border-color: #73489B;
}
</style>