Shades of Studio #735593
Tints of Studio #735593
RGB
CMYK
RGB Variations
Color information
#735593 (or 0x735593) is known color: Studio. HEX triplet: 73, 55 and 93. RGB value is (115,85,147). Sum of RGB (Red+Green+Blue) = 115+85+147=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #735593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735593 is #8CAA6C. Grayscale: #646464. Windows color (decimal): -9218669 or 9655667. OLE color: 9655667.
HSL color Cylindrical-coordinate representation of color #735593: hue angle of 269.03º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735593 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 85 | 147 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.42 |
| HSL | 269.03º | 0.27% | 0.45% | - |
| HSV(B) | 269.03º | 0.42% | 0.58% | - |
| XYZ | 15.59 | 12.25 | 29.15 | - |
| YUV | 101.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 147 | 0.22 | 0.42 | 0 | 0.42 | 269.03 | 0.27 | 0.45 |
| Hex | 73 | 55 | 93 | 16 | 2A | 0 | 2A | 10D | 1B | 2D |
| Octal | 163 | 125 | 223 | 26 | 52 | 0 | 52 | 415 | 33 | 55 |
| Binary | 1110011 | 1010101 | 10010011 | 10110 | 101010 | 0 | 101010 | 100001101 | 11011 | 101101 |
Color Harmonies of #735593
Complementary color
Monochromatic Colors of #735593
Black with #735593
Text Example
Text Example
White with #735593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735593; }
p { color: rgb(115,85,147); }
H1.HeaderClassName
{
color: #735593;
}
.AnyTagClassName
{
color: #735593;
}
</style>
background-color css
<style>
a { background-color: #735593; }
a { background-color: rgb(115,85,147); }
div.DivClassName
{
background-color: #735593;
}
.BgClassName
{
background-color: #735593;
}
</style>
border-color css
<style>
span { border-color: #735593; }
span { border-color: rgb(115,85,147); }
td.TdClassName
{
border-color: #735593;
}
.TagClassName
{
border-color: #735593;
}
</style>