Shades of Studio #735393
Tints of Studio #735393
RGB
CMYK
RGB Variations
Color information
#735393 (or 0x735393) is known color: Studio. HEX triplet: 73, 53 and 93. RGB value is (115,83,147). Sum of RGB (Red+Green+Blue) = 115+83+147=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #735393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735393 is #8CAC6C. Grayscale: #636363. Windows color (decimal): -9219181 or 9655155. OLE color: 9655155.
HSL color Cylindrical-coordinate representation of color #735393: hue angle of 270º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735393 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 83 | 147 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.42 |
| HSL | 270º | 0.28% | 0.45% | - |
| HSV(B) | 270º | 0.44% | 0.58% | - |
| XYZ | 15.43 | 11.94 | 29.09 | - |
| YUV | 99.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 147 | 0.22 | 0.44 | 0 | 0.42 | 270 | 0.28 | 0.45 |
| Hex | 73 | 53 | 93 | 16 | 2C | 0 | 2A | 10E | 1C | 2D |
| Octal | 163 | 123 | 223 | 26 | 54 | 0 | 52 | 416 | 34 | 55 |
| Binary | 1110011 | 1010011 | 10010011 | 10110 | 101100 | 0 | 101010 | 100001110 | 11100 | 101101 |
Color Harmonies of #735393
Complementary color
Monochromatic Colors of #735393
Black with #735393
Text Example
Text Example
White with #735393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735393; }
p { color: rgb(115,83,147); }
H1.HeaderClassName
{
color: #735393;
}
.AnyTagClassName
{
color: #735393;
}
</style>
background-color css
<style>
a { background-color: #735393; }
a { background-color: rgb(115,83,147); }
div.DivClassName
{
background-color: #735393;
}
.BgClassName
{
background-color: #735393;
}
</style>
border-color css
<style>
span { border-color: #735393; }
span { border-color: rgb(115,83,147); }
td.TdClassName
{
border-color: #735393;
}
.TagClassName
{
border-color: #735393;
}
</style>