Shades of Studio #73599F
Tints of Studio #73599F
RGB
CMYK
RGB Variations
Color information
#73599F (or 0x73599F) is known color: Studio. HEX triplet: 73, 59 and 9F. RGB value is (115,89,159). Sum of RGB (Red+Green+Blue) = 115+89+159=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #73599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73599F is #8CA660. Grayscale: #686868. Windows color (decimal): -9217633 or 10443123. OLE color: 10443123.
HSL color Cylindrical-coordinate representation of color #73599F: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73599F is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 89 | 159 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.38 |
| HSL | 262.29º | 0.28% | 0.49% | - |
| HSV(B) | 262.29º | 0.44% | 0.62% | - |
| XYZ | 16.9 | 13.29 | 34.48 | - |
| YUV | 104.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 159 | 0.28 | 0.44 | 0 | 0.38 | 262.29 | 0.28 | 0.49 |
| Hex | 73 | 59 | 9F | 1C | 2C | 0 | 26 | 106 | 1C | 31 |
| Octal | 163 | 131 | 237 | 34 | 54 | 0 | 46 | 406 | 34 | 61 |
| Binary | 1110011 | 1011001 | 10011111 | 11100 | 101100 | 0 | 100110 | 100000110 | 11100 | 110001 |
Color Harmonies of #73599F
Complementary color
Monochromatic Colors of #73599F
Black with #73599F
Text Example
Text Example
White with #73599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73599F; }
p { color: rgb(115,89,159); }
H1.HeaderClassName
{
color: #73599F;
}
.AnyTagClassName
{
color: #73599F;
}
</style>
background-color css
<style>
a { background-color: #73599F; }
a { background-color: rgb(115,89,159); }
div.DivClassName
{
background-color: #73599F;
}
.BgClassName
{
background-color: #73599F;
}
</style>
border-color css
<style>
span { border-color: #73599F; }
span { border-color: rgb(115,89,159); }
td.TdClassName
{
border-color: #73599F;
}
.TagClassName
{
border-color: #73599F;
}
</style>