Shades of Studio #73489C
Tints of Studio #73489C
RGB
CMYK
RGB Variations
Color information
#73489C (or 0x73489C) is known color: Studio. HEX triplet: 73, 48 and 9C. RGB value is (115,72,156). Sum of RGB (Red+Green+Blue) = 115+72+156=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #73489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73489C is #8CB763. Grayscale: #5E5E5E. Windows color (decimal): -9221988 or 10242163. OLE color: 10242163.
HSL color Cylindrical-coordinate representation of color #73489C: hue angle of 270.71º 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 #73489C is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 72 | 156 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.39 |
| HSL | 270.71º | 0.37% | 0.45% | - |
| HSV(B) | 270.71º | 0.54% | 0.61% | - |
| XYZ | 15.39 | 10.68 | 32.7 | - |
| YUV | 94.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 156 | 0.26 | 0.54 | 0 | 0.39 | 270.71 | 0.37 | 0.45 |
| Hex | 73 | 48 | 9C | 1A | 36 | 0 | 27 | 10F | 25 | 2D |
| Octal | 163 | 110 | 234 | 32 | 66 | 0 | 47 | 417 | 45 | 55 |
| Binary | 1110011 | 1001000 | 10011100 | 11010 | 110110 | 0 | 100111 | 100001111 | 100101 | 101101 |
Color Harmonies of #73489C
Complementary color
Monochromatic Colors of #73489C
Black with #73489C
Text Example
Text Example
White with #73489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73489C; }
p { color: rgb(115,72,156); }
H1.HeaderClassName
{
color: #73489C;
}
.AnyTagClassName
{
color: #73489C;
}
</style>
background-color css
<style>
a { background-color: #73489C; }
a { background-color: rgb(115,72,156); }
div.DivClassName
{
background-color: #73489C;
}
.BgClassName
{
background-color: #73489C;
}
</style>
border-color css
<style>
span { border-color: #73489C; }
span { border-color: rgb(115,72,156); }
td.TdClassName
{
border-color: #73489C;
}
.TagClassName
{
border-color: #73489C;
}
</style>