Shades of Studio #73479F
Tints of Studio #73479F
RGB
CMYK
RGB Variations
Color information
#73479F (or 0x73479F) is known color: Studio. HEX triplet: 73, 47 and 9F. RGB value is (115,71,159). Sum of RGB (Red+Green+Blue) = 115+71+159=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #73479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73479F is #8CB860. Grayscale: #5D5D5D. Windows color (decimal): -9222241 or 10438515. OLE color: 10438515.
HSL color Cylindrical-coordinate representation of color #73479F: hue angle of 270º 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 #73479F is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 71 | 159 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.38 |
| HSL | 270º | 0.38% | 0.45% | - |
| HSV(B) | 270º | 0.55% | 0.62% | - |
| XYZ | 15.58 | 10.65 | 34.04 | - |
| YUV | 94.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 159 | 0.28 | 0.55 | 0 | 0.38 | 270 | 0.38 | 0.45 |
| Hex | 73 | 47 | 9F | 1C | 37 | 0 | 26 | 10E | 26 | 2D |
| Octal | 163 | 107 | 237 | 34 | 67 | 0 | 46 | 416 | 46 | 55 |
| Binary | 1110011 | 1000111 | 10011111 | 11100 | 110111 | 0 | 100110 | 100001110 | 100110 | 101101 |
Color Harmonies of #73479F
Complementary color
Monochromatic Colors of #73479F
Black with #73479F
Text Example
Text Example
White with #73479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73479F; }
p { color: rgb(115,71,159); }
H1.HeaderClassName
{
color: #73479F;
}
.AnyTagClassName
{
color: #73479F;
}
</style>
background-color css
<style>
a { background-color: #73479F; }
a { background-color: rgb(115,71,159); }
div.DivClassName
{
background-color: #73479F;
}
.BgClassName
{
background-color: #73479F;
}
</style>
border-color css
<style>
span { border-color: #73479F; }
span { border-color: rgb(115,71,159); }
td.TdClassName
{
border-color: #73479F;
}
.TagClassName
{
border-color: #73479F;
}
</style>