Shades of Studio #70539E
Tints of Studio #70539E
RGB
CMYK
RGB Variations
Color information
#70539E (or 0x70539E) is known color: Studio. HEX triplet: 70, 53 and 9E. RGB value is (112,83,158). Sum of RGB (Red+Green+Blue) = 112+83+158=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #70539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70539E is #8FAC61. Grayscale: #636363. Windows color (decimal): -9415778 or 10376048. OLE color: 10376048.
HSL color Cylindrical-coordinate representation of color #70539E: hue angle of 263.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70539E is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 83 | 158 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.38 |
| HSL | 263.2º | 0.31% | 0.47% | - |
| HSV(B) | 263.2º | 0.47% | 0.62% | - |
| XYZ | 15.95 | 12.1 | 33.84 | - |
| YUV | 100.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 158 | 0.29 | 0.47 | 0 | 0.38 | 263.2 | 0.31 | 0.47 |
| Hex | 70 | 53 | 9E | 1D | 2F | 0 | 26 | 107 | 1F | 2F |
| Octal | 160 | 123 | 236 | 35 | 57 | 0 | 46 | 407 | 37 | 57 |
| Binary | 1110000 | 1010011 | 10011110 | 11101 | 101111 | 0 | 100110 | 100000111 | 11111 | 101111 |
Color Harmonies of #70539E
Complementary color
Monochromatic Colors of #70539E
Black with #70539E
Text Example
Text Example
White with #70539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70539E; }
p { color: rgb(112,83,158); }
H1.HeaderClassName
{
color: #70539E;
}
.AnyTagClassName
{
color: #70539E;
}
</style>
background-color css
<style>
a { background-color: #70539E; }
a { background-color: rgb(112,83,158); }
div.DivClassName
{
background-color: #70539E;
}
.BgClassName
{
background-color: #70539E;
}
</style>
border-color css
<style>
span { border-color: #70539E; }
span { border-color: rgb(112,83,158); }
td.TdClassName
{
border-color: #70539E;
}
.TagClassName
{
border-color: #70539E;
}
</style>