Shades of Studio #735192
Tints of Studio #735192
RGB
CMYK
RGB Variations
Color information
#735192 (or 0x735192) is known color: Studio. HEX triplet: 73, 51 and 92. RGB value is (115,81,146). Sum of RGB (Red+Green+Blue) = 115+81+146=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #735192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735192 is #8CAE6D. Grayscale: #626262. Windows color (decimal): -9219694 or 9589107. OLE color: 9589107.
HSL color Cylindrical-coordinate representation of color #735192: hue angle of 271.38º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735192 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 81 | 146 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.43 |
| HSL | 271.38º | 0.29% | 0.45% | - |
| HSV(B) | 271.38º | 0.45% | 0.57% | - |
| XYZ | 15.2 | 11.61 | 28.63 | - |
| YUV | 98.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 146 | 0.21 | 0.45 | 0 | 0.43 | 271.38 | 0.29 | 0.45 |
| Hex | 73 | 51 | 92 | 15 | 2D | 0 | 2B | 10F | 1D | 2D |
| Octal | 163 | 121 | 222 | 25 | 55 | 0 | 53 | 417 | 35 | 55 |
| Binary | 1110011 | 1010001 | 10010010 | 10101 | 101101 | 0 | 101011 | 100001111 | 11101 | 101101 |
Color Harmonies of #735192
Complementary color
Monochromatic Colors of #735192
Black with #735192
Text Example
Text Example
White with #735192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735192; }
p { color: rgb(115,81,146); }
H1.HeaderClassName
{
color: #735192;
}
.AnyTagClassName
{
color: #735192;
}
</style>
background-color css
<style>
a { background-color: #735192; }
a { background-color: rgb(115,81,146); }
div.DivClassName
{
background-color: #735192;
}
.BgClassName
{
background-color: #735192;
}
</style>
border-color css
<style>
span { border-color: #735192; }
span { border-color: rgb(115,81,146); }
td.TdClassName
{
border-color: #735192;
}
.TagClassName
{
border-color: #735192;
}
</style>