Shades of Studio #735195
Tints of Studio #735195
RGB
CMYK
RGB Variations
Color information
#735195 (or 0x735195) is known color: Studio. HEX triplet: 73, 51 and 95. RGB value is (115,81,149). Sum of RGB (Red+Green+Blue) = 115+81+149=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #735195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735195 is #8CAE6A. Grayscale: #626262. Windows color (decimal): -9219691 or 9785715. OLE color: 9785715.
HSL color Cylindrical-coordinate representation of color #735195: hue angle of 270º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735195 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 81 | 149 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.42 |
| HSL | 270º | 0.3% | 0.45% | - |
| HSV(B) | 270º | 0.46% | 0.58% | - |
| XYZ | 15.44 | 11.7 | 29.88 | - |
| YUV | 98.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 149 | 0.23 | 0.46 | 0 | 0.42 | 270 | 0.3 | 0.45 |
| Hex | 73 | 51 | 95 | 17 | 2E | 0 | 2A | 10E | 1E | 2D |
| Octal | 163 | 121 | 225 | 27 | 56 | 0 | 52 | 416 | 36 | 55 |
| Binary | 1110011 | 1010001 | 10010101 | 10111 | 101110 | 0 | 101010 | 100001110 | 11110 | 101101 |
Color Harmonies of #735195
Complementary color
Monochromatic Colors of #735195
Black with #735195
Text Example
Text Example
White with #735195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735195; }
p { color: rgb(115,81,149); }
H1.HeaderClassName
{
color: #735195;
}
.AnyTagClassName
{
color: #735195;
}
</style>
background-color css
<style>
a { background-color: #735195; }
a { background-color: rgb(115,81,149); }
div.DivClassName
{
background-color: #735195;
}
.BgClassName
{
background-color: #735195;
}
</style>
border-color css
<style>
span { border-color: #735195; }
span { border-color: rgb(115,81,149); }
td.TdClassName
{
border-color: #735195;
}
.TagClassName
{
border-color: #735195;
}
</style>