Shades of Studio #735197
Tints of Studio #735197
RGB
CMYK
RGB Variations
Color information
#735197 (or 0x735197) is known color: Studio. HEX triplet: 73, 51 and 97. RGB value is (115,81,151). Sum of RGB (Red+Green+Blue) = 115+81+151=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #735197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735197 is #8CAE68. Grayscale: #626262. Windows color (decimal): -9219689 or 9916787. OLE color: 9916787.
HSL color Cylindrical-coordinate representation of color #735197: hue angle of 269.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735197 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 81 | 151 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.41 |
| HSL | 269.14º | 0.3% | 0.45% | - |
| HSV(B) | 269.14º | 0.46% | 0.59% | - |
| XYZ | 15.6 | 11.76 | 30.73 | - |
| YUV | 99.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 151 | 0.24 | 0.46 | 0 | 0.41 | 269.14 | 0.3 | 0.45 |
| Hex | 73 | 51 | 97 | 18 | 2E | 0 | 29 | 10D | 1E | 2D |
| Octal | 163 | 121 | 227 | 30 | 56 | 0 | 51 | 415 | 36 | 55 |
| Binary | 1110011 | 1010001 | 10010111 | 11000 | 101110 | 0 | 101001 | 100001101 | 11110 | 101101 |
Color Harmonies of #735197
Complementary color
Monochromatic Colors of #735197
Black with #735197
Text Example
Text Example
White with #735197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735197; }
p { color: rgb(115,81,151); }
H1.HeaderClassName
{
color: #735197;
}
.AnyTagClassName
{
color: #735197;
}
</style>
background-color css
<style>
a { background-color: #735197; }
a { background-color: rgb(115,81,151); }
div.DivClassName
{
background-color: #735197;
}
.BgClassName
{
background-color: #735197;
}
</style>
border-color css
<style>
span { border-color: #735197; }
span { border-color: rgb(115,81,151); }
td.TdClassName
{
border-color: #735197;
}
.TagClassName
{
border-color: #735197;
}
</style>