Shades of Studio #73489F
Tints of Studio #73489F
RGB
CMYK
RGB Variations
Color information
#73489F (or 0x73489F) is known color: Studio. HEX triplet: 73, 48 and 9F. RGB value is (115,72,159). Sum of RGB (Red+Green+Blue) = 115+72+159=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #73489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73489F is #8CB760. Grayscale: #5E5E5E. Windows color (decimal): -9221985 or 10438771. OLE color: 10438771.
HSL color Cylindrical-coordinate representation of color #73489F: hue angle of 269.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73489F is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 72 | 159 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.38 |
| HSL | 269.66º | 0.38% | 0.45% | - |
| HSV(B) | 269.66º | 0.55% | 0.62% | - |
| XYZ | 15.65 | 10.78 | 34.06 | - |
| YUV | 94.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 159 | 0.28 | 0.55 | 0 | 0.38 | 269.66 | 0.38 | 0.45 |
| Hex | 73 | 48 | 9F | 1C | 37 | 0 | 26 | 10E | 26 | 2D |
| Octal | 163 | 110 | 237 | 34 | 67 | 0 | 46 | 416 | 46 | 55 |
| Binary | 1110011 | 1001000 | 10011111 | 11100 | 110111 | 0 | 100110 | 100001110 | 100110 | 101101 |
Color Harmonies of #73489F
Complementary color
Monochromatic Colors of #73489F
Black with #73489F
Text Example
Text Example
White with #73489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73489F; }
p { color: rgb(115,72,159); }
H1.HeaderClassName
{
color: #73489F;
}
.AnyTagClassName
{
color: #73489F;
}
</style>
background-color css
<style>
a { background-color: #73489F; }
a { background-color: rgb(115,72,159); }
div.DivClassName
{
background-color: #73489F;
}
.BgClassName
{
background-color: #73489F;
}
</style>
border-color css
<style>
span { border-color: #73489F; }
span { border-color: rgb(115,72,159); }
td.TdClassName
{
border-color: #73489F;
}
.TagClassName
{
border-color: #73489F;
}
</style>