Shades of Studio #73449E
Tints of Studio #73449E
RGB
CMYK
RGB Variations
Color information
#73449E (or 0x73449E) is known color: Studio. HEX triplet: 73, 44 and 9E. RGB value is (115,68,158). Sum of RGB (Red+Green+Blue) = 115+68+158=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #73449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73449E is #8CBB61. Grayscale: #5C5C5C. Windows color (decimal): -9223010 or 10372211. OLE color: 10372211.
HSL color Cylindrical-coordinate representation of color #73449E: hue angle of 271.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73449E is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 68 | 158 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.38 |
| HSL | 271.33º | 0.4% | 0.44% | - |
| HSV(B) | 271.33º | 0.57% | 0.62% | - |
| XYZ | 15.31 | 10.25 | 33.52 | - |
| YUV | 92.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 158 | 0.27 | 0.57 | 0 | 0.38 | 271.33 | 0.4 | 0.44 |
| Hex | 73 | 44 | 9E | 1B | 39 | 0 | 26 | 10F | 28 | 2C |
| Octal | 163 | 104 | 236 | 33 | 71 | 0 | 46 | 417 | 50 | 54 |
| Binary | 1110011 | 1000100 | 10011110 | 11011 | 111001 | 0 | 100110 | 100001111 | 101000 | 101100 |
Color Harmonies of #73449E
Complementary color
Monochromatic Colors of #73449E
Black with #73449E
Text Example
Text Example
White with #73449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73449E; }
p { color: rgb(115,68,158); }
H1.HeaderClassName
{
color: #73449E;
}
.AnyTagClassName
{
color: #73449E;
}
</style>
background-color css
<style>
a { background-color: #73449E; }
a { background-color: rgb(115,68,158); }
div.DivClassName
{
background-color: #73449E;
}
.BgClassName
{
background-color: #73449E;
}
</style>
border-color css
<style>
span { border-color: #73449E; }
span { border-color: rgb(115,68,158); }
td.TdClassName
{
border-color: #73449E;
}
.TagClassName
{
border-color: #73449E;
}
</style>