Shades of Studio #734993
Tints of Studio #734993
RGB
CMYK
RGB Variations
Color information
#734993 (or 0x734993) is known color: Studio. HEX triplet: 73, 49 and 93. RGB value is (115,73,147). Sum of RGB (Red+Green+Blue) = 115+73+147=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #734993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734993 is #8CB66C. Grayscale: #5D5D5D. Windows color (decimal): -9221741 or 9652595. OLE color: 9652595.
HSL color Cylindrical-coordinate representation of color #734993: hue angle of 274.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #734993 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 73 | 147 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.42 |
| HSL | 274.05º | 0.34% | 0.43% | - |
| HSV(B) | 274.05º | 0.5% | 0.58% | - |
| XYZ | 14.72 | 10.52 | 28.86 | - |
| YUV | 93.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 147 | 0.22 | 0.50 | 0 | 0.42 | 274.05 | 0.34 | 0.43 |
| Hex | 73 | 49 | 93 | 16 | 32 | 0 | 2A | 112 | 22 | 2B |
| Octal | 163 | 111 | 223 | 26 | 62 | 0 | 52 | 422 | 42 | 53 |
| Binary | 1110011 | 1001001 | 10010011 | 10110 | 110010 | 0 | 101010 | 100010010 | 100010 | 101011 |
Color Harmonies of #734993
Complementary color
Monochromatic Colors of #734993
Black with #734993
Text Example
Text Example
White with #734993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734993; }
p { color: rgb(115,73,147); }
H1.HeaderClassName
{
color: #734993;
}
.AnyTagClassName
{
color: #734993;
}
</style>
background-color css
<style>
a { background-color: #734993; }
a { background-color: rgb(115,73,147); }
div.DivClassName
{
background-color: #734993;
}
.BgClassName
{
background-color: #734993;
}
</style>
border-color css
<style>
span { border-color: #734993; }
span { border-color: rgb(115,73,147); }
td.TdClassName
{
border-color: #734993;
}
.TagClassName
{
border-color: #734993;
}
</style>