Shades of Studio #704BA2
Tints of Studio #704BA2
RGB
CMYK
RGB Variations
Color information
#704BA2 (or 0x704BA2) is known color: Studio. HEX triplet: 70, 4B and A2. RGB value is (112,75,162). Sum of RGB (Red+Green+Blue) = 112+75+162=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #704BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BA2 is #8FB45D. Grayscale: #5F5F5F. Windows color (decimal): -9417822 or 10636144. OLE color: 10636144.
HSL color Cylindrical-coordinate representation of color #704BA2: hue angle of 265.52º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704BA2 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 75 | 162 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.36 |
| HSL | 265.52º | 0.37% | 0.46% | - |
| HSV(B) | 265.52º | 0.54% | 0.64% | - |
| XYZ | 15.72 | 11.09 | 35.49 | - |
| YUV | 95.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 162 | 0.31 | 0.54 | 0 | 0.36 | 265.52 | 0.37 | 0.46 |
| Hex | 70 | 4B | A2 | 1F | 36 | 0 | 24 | 10A | 25 | 2E |
| Octal | 160 | 113 | 242 | 37 | 66 | 0 | 44 | 412 | 45 | 56 |
| Binary | 1110000 | 1001011 | 10100010 | 11111 | 110110 | 0 | 100100 | 100001010 | 100101 | 101110 |
Color Harmonies of #704BA2
Complementary color
Monochromatic Colors of #704BA2
Black with #704BA2
Text Example
Text Example
White with #704BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BA2; }
p { color: rgb(112,75,162); }
H1.HeaderClassName
{
color: #704BA2;
}
.AnyTagClassName
{
color: #704BA2;
}
</style>
background-color css
<style>
a { background-color: #704BA2; }
a { background-color: rgb(112,75,162); }
div.DivClassName
{
background-color: #704BA2;
}
.BgClassName
{
background-color: #704BA2;
}
</style>
border-color css
<style>
span { border-color: #704BA2; }
span { border-color: rgb(112,75,162); }
td.TdClassName
{
border-color: #704BA2;
}
.TagClassName
{
border-color: #704BA2;
}
</style>