Shades of Studio #70539C
Tints of Studio #70539C
RGB
CMYK
RGB Variations
Color information
#70539C (or 0x70539C) is known color: Studio. HEX triplet: 70, 53 and 9C. RGB value is (112,83,156). Sum of RGB (Red+Green+Blue) = 112+83+156=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #70539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70539C is #8FAC63. Grayscale: #636363. Windows color (decimal): -9415780 or 10244976. OLE color: 10244976.
HSL color Cylindrical-coordinate representation of color #70539C: hue angle of 263.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70539C is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 83 | 156 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.39 |
| HSL | 263.84º | 0.31% | 0.47% | - |
| HSV(B) | 263.84º | 0.47% | 0.61% | - |
| XYZ | 15.78 | 12.03 | 32.94 | - |
| YUV | 99.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 156 | 0.28 | 0.47 | 0 | 0.39 | 263.84 | 0.31 | 0.47 |
| Hex | 70 | 53 | 9C | 1C | 2F | 0 | 27 | 108 | 1F | 2F |
| Octal | 160 | 123 | 234 | 34 | 57 | 0 | 47 | 410 | 37 | 57 |
| Binary | 1110000 | 1010011 | 10011100 | 11100 | 101111 | 0 | 100111 | 100001000 | 11111 | 101111 |
Color Harmonies of #70539C
Complementary color
Monochromatic Colors of #70539C
Black with #70539C
Text Example
Text Example
White with #70539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70539C; }
p { color: rgb(112,83,156); }
H1.HeaderClassName
{
color: #70539C;
}
.AnyTagClassName
{
color: #70539C;
}
</style>
background-color css
<style>
a { background-color: #70539C; }
a { background-color: rgb(112,83,156); }
div.DivClassName
{
background-color: #70539C;
}
.BgClassName
{
background-color: #70539C;
}
</style>
border-color css
<style>
span { border-color: #70539C; }
span { border-color: rgb(112,83,156); }
td.TdClassName
{
border-color: #70539C;
}
.TagClassName
{
border-color: #70539C;
}
</style>