Shades of Studio #734493
Tints of Studio #734493
RGB
CMYK
RGB Variations
Color information
#734493 (or 0x734493) is known color: Studio. HEX triplet: 73, 44 and 93. RGB value is (115,68,147). Sum of RGB (Red+Green+Blue) = 115+68+147=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #734493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734493 is #8CBB6C. Grayscale: #5A5A5A. Windows color (decimal): -9223021 or 9651315. OLE color: 9651315.
HSL color Cylindrical-coordinate representation of color #734493: hue angle of 275.7º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734493 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 68 | 147 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.42 |
| HSL | 275.7º | 0.37% | 0.42% | - |
| HSV(B) | 275.7º | 0.54% | 0.58% | - |
| XYZ | 14.4 | 9.89 | 28.75 | - |
| YUV | 91.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 147 | 0.22 | 0.54 | 0 | 0.42 | 275.7 | 0.37 | 0.42 |
| Hex | 73 | 44 | 93 | 16 | 36 | 0 | 2A | 114 | 25 | 2A |
| Octal | 163 | 104 | 223 | 26 | 66 | 0 | 52 | 424 | 45 | 52 |
| Binary | 1110011 | 1000100 | 10010011 | 10110 | 110110 | 0 | 101010 | 100010100 | 100101 | 101010 |
Color Harmonies of #734493
Complementary color
Monochromatic Colors of #734493
Black with #734493
Text Example
Text Example
White with #734493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734493; }
p { color: rgb(115,68,147); }
H1.HeaderClassName
{
color: #734493;
}
.AnyTagClassName
{
color: #734493;
}
</style>
background-color css
<style>
a { background-color: #734493; }
a { background-color: rgb(115,68,147); }
div.DivClassName
{
background-color: #734493;
}
.BgClassName
{
background-color: #734493;
}
</style>
border-color css
<style>
span { border-color: #734493; }
span { border-color: rgb(115,68,147); }
td.TdClassName
{
border-color: #734493;
}
.TagClassName
{
border-color: #734493;
}
</style>