Shades of Studio #73569F
Tints of Studio #73569F
RGB
CMYK
RGB Variations
Color information
#73569F (or 0x73569F) is known color: Studio. HEX triplet: 73, 56 and 9F. RGB value is (115,86,159). Sum of RGB (Red+Green+Blue) = 115+86+159=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #73569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73569F is #8CA960. Grayscale: #666666. Windows color (decimal): -9218401 or 10442355. OLE color: 10442355.
HSL color Cylindrical-coordinate representation of color #73569F: hue angle of 263.84º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73569F is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 86 | 159 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.38 |
| HSL | 263.84º | 0.3% | 0.48% | - |
| HSV(B) | 263.84º | 0.46% | 0.62% | - |
| XYZ | 16.66 | 12.8 | 34.39 | - |
| YUV | 102.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 159 | 0.28 | 0.46 | 0 | 0.38 | 263.84 | 0.3 | 0.48 |
| Hex | 73 | 56 | 9F | 1C | 2E | 0 | 26 | 108 | 1E | 30 |
| Octal | 163 | 126 | 237 | 34 | 56 | 0 | 46 | 410 | 36 | 60 |
| Binary | 1110011 | 1010110 | 10011111 | 11100 | 101110 | 0 | 100110 | 100001000 | 11110 | 110000 |
Color Harmonies of #73569F
Complementary color
Monochromatic Colors of #73569F
Black with #73569F
Text Example
Text Example
White with #73569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73569F; }
p { color: rgb(115,86,159); }
H1.HeaderClassName
{
color: #73569F;
}
.AnyTagClassName
{
color: #73569F;
}
</style>
background-color css
<style>
a { background-color: #73569F; }
a { background-color: rgb(115,86,159); }
div.DivClassName
{
background-color: #73569F;
}
.BgClassName
{
background-color: #73569F;
}
</style>
border-color css
<style>
span { border-color: #73569F; }
span { border-color: rgb(115,86,159); }
td.TdClassName
{
border-color: #73569F;
}
.TagClassName
{
border-color: #73569F;
}
</style>