Shades of Studio #70519B
Tints of Studio #70519B
RGB
CMYK
RGB Variations
Color information
#70519B (or 0x70519B) is known color: Studio. HEX triplet: 70, 51 and 9B. RGB value is (112,81,155). Sum of RGB (Red+Green+Blue) = 112+81+155=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #70519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70519B is #8FAE64. Grayscale: #626262. Windows color (decimal): -9416293 or 10178928. OLE color: 10178928.
HSL color Cylindrical-coordinate representation of color #70519B: hue angle of 265.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70519B is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 81 | 155 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.39 |
| HSL | 265.14º | 0.31% | 0.46% | - |
| HSV(B) | 265.14º | 0.48% | 0.61% | - |
| XYZ | 15.54 | 11.7 | 32.45 | - |
| YUV | 98.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 155 | 0.28 | 0.48 | 0 | 0.39 | 265.14 | 0.31 | 0.46 |
| Hex | 70 | 51 | 9B | 1C | 30 | 0 | 27 | 109 | 1F | 2E |
| Octal | 160 | 121 | 233 | 34 | 60 | 0 | 47 | 411 | 37 | 56 |
| Binary | 1110000 | 1010001 | 10011011 | 11100 | 110000 | 0 | 100111 | 100001001 | 11111 | 101110 |
Color Harmonies of #70519B
Complementary color
Monochromatic Colors of #70519B
Black with #70519B
Text Example
Text Example
White with #70519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70519B; }
p { color: rgb(112,81,155); }
H1.HeaderClassName
{
color: #70519B;
}
.AnyTagClassName
{
color: #70519B;
}
</style>
background-color css
<style>
a { background-color: #70519B; }
a { background-color: rgb(112,81,155); }
div.DivClassName
{
background-color: #70519B;
}
.BgClassName
{
background-color: #70519B;
}
</style>
border-color css
<style>
span { border-color: #70519B; }
span { border-color: rgb(112,81,155); }
td.TdClassName
{
border-color: #70519B;
}
.TagClassName
{
border-color: #70519B;
}
</style>