Shades of Studio #73499D
Tints of Studio #73499D
RGB
CMYK
RGB Variations
Color information
#73499D (or 0x73499D) is known color: Studio. HEX triplet: 73, 49 and 9D. RGB value is (115,73,157). Sum of RGB (Red+Green+Blue) = 115+73+157=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #73499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73499D is #8CB662. Grayscale: #5E5E5E. Windows color (decimal): -9221731 or 10307955. OLE color: 10307955.
HSL color Cylindrical-coordinate representation of color #73499D: hue angle of 270º 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 #73499D is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 73 | 157 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.38 |
| HSL | 270º | 0.37% | 0.45% | - |
| HSV(B) | 270º | 0.54% | 0.62% | - |
| XYZ | 15.54 | 10.84 | 33.17 | - |
| YUV | 95.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 157 | 0.27 | 0.54 | 0 | 0.38 | 270 | 0.37 | 0.45 |
| Hex | 73 | 49 | 9D | 1B | 36 | 0 | 26 | 10E | 25 | 2D |
| Octal | 163 | 111 | 235 | 33 | 66 | 0 | 46 | 416 | 45 | 55 |
| Binary | 1110011 | 1001001 | 10011101 | 11011 | 110110 | 0 | 100110 | 100001110 | 100101 | 101101 |
Color Harmonies of #73499D
Complementary color
Monochromatic Colors of #73499D
Black with #73499D
Text Example
Text Example
White with #73499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73499D; }
p { color: rgb(115,73,157); }
H1.HeaderClassName
{
color: #73499D;
}
.AnyTagClassName
{
color: #73499D;
}
</style>
background-color css
<style>
a { background-color: #73499D; }
a { background-color: rgb(115,73,157); }
div.DivClassName
{
background-color: #73499D;
}
.BgClassName
{
background-color: #73499D;
}
</style>
border-color css
<style>
span { border-color: #73499D; }
span { border-color: rgb(115,73,157); }
td.TdClassName
{
border-color: #73499D;
}
.TagClassName
{
border-color: #73499D;
}
</style>