Shades of Studio #70549A
Tints of Studio #70549A
RGB
CMYK
RGB Variations
Color information
#70549A (or 0x70549A) is known color: Studio. HEX triplet: 70, 54 and 9A. RGB value is (112,84,154). Sum of RGB (Red+Green+Blue) = 112+84+154=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #70549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70549A is #8FAB65. Grayscale: #646464. Windows color (decimal): -9415526 or 10114160. OLE color: 10114160.
HSL color Cylindrical-coordinate representation of color #70549A: hue angle of 264º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70549A is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 84 | 154 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.40 |
| HSL | 264º | 0.29% | 0.47% | - |
| HSV(B) | 264º | 0.45% | 0.6% | - |
| XYZ | 15.69 | 12.12 | 32.08 | - |
| YUV | 100.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 154 | 0.27 | 0.45 | 0 | 0.40 | 264 | 0.29 | 0.47 |
| Hex | 70 | 54 | 9A | 1B | 2D | 0 | 28 | 108 | 1D | 2F |
| Octal | 160 | 124 | 232 | 33 | 55 | 0 | 50 | 410 | 35 | 57 |
| Binary | 1110000 | 1010100 | 10011010 | 11011 | 101101 | 0 | 101000 | 100001000 | 11101 | 101111 |
Color Harmonies of #70549A
Complementary color
Monochromatic Colors of #70549A
Black with #70549A
Text Example
Text Example
White with #70549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70549A; }
p { color: rgb(112,84,154); }
H1.HeaderClassName
{
color: #70549A;
}
.AnyTagClassName
{
color: #70549A;
}
</style>
background-color css
<style>
a { background-color: #70549A; }
a { background-color: rgb(112,84,154); }
div.DivClassName
{
background-color: #70549A;
}
.BgClassName
{
background-color: #70549A;
}
</style>
border-color css
<style>
span { border-color: #70549A; }
span { border-color: rgb(112,84,154); }
td.TdClassName
{
border-color: #70549A;
}
.TagClassName
{
border-color: #70549A;
}
</style>