Shades of Studio #73449D
Tints of Studio #73449D
RGB
CMYK
RGB Variations
Color information
#73449D (or 0x73449D) is known color: Studio. HEX triplet: 73, 44 and 9D. RGB value is (115,68,157). Sum of RGB (Red+Green+Blue) = 115+68+157=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #73449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73449D is #8CBB62. Grayscale: #5B5B5B. Windows color (decimal): -9223011 or 10306675. OLE color: 10306675.
HSL color Cylindrical-coordinate representation of color #73449D: hue angle of 271.69º 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 #73449D is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 68 | 157 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.38 |
| HSL | 271.69º | 0.4% | 0.44% | - |
| HSV(B) | 271.69º | 0.57% | 0.62% | - |
| XYZ | 15.22 | 10.21 | 33.07 | - |
| YUV | 92.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 157 | 0.27 | 0.57 | 0 | 0.38 | 271.69 | 0.4 | 0.44 |
| Hex | 73 | 44 | 9D | 1B | 39 | 0 | 26 | 110 | 28 | 2C |
| Octal | 163 | 104 | 235 | 33 | 71 | 0 | 46 | 420 | 50 | 54 |
| Binary | 1110011 | 1000100 | 10011101 | 11011 | 111001 | 0 | 100110 | 100010000 | 101000 | 101100 |
Color Harmonies of #73449D
Complementary color
Monochromatic Colors of #73449D
Black with #73449D
Text Example
Text Example
White with #73449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73449D; }
p { color: rgb(115,68,157); }
H1.HeaderClassName
{
color: #73449D;
}
.AnyTagClassName
{
color: #73449D;
}
</style>
background-color css
<style>
a { background-color: #73449D; }
a { background-color: rgb(115,68,157); }
div.DivClassName
{
background-color: #73449D;
}
.BgClassName
{
background-color: #73449D;
}
</style>
border-color css
<style>
span { border-color: #73449D; }
span { border-color: rgb(115,68,157); }
td.TdClassName
{
border-color: #73449D;
}
.TagClassName
{
border-color: #73449D;
}
</style>