Shades of Studio #704BA0
Tints of Studio #704BA0
RGB
CMYK
RGB Variations
Color information
#704BA0 (or 0x704BA0) is known color: Studio. HEX triplet: 70, 4B and A0. RGB value is (112,75,160). Sum of RGB (Red+Green+Blue) = 112+75+160=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 160 - color contains mainly: blue. Hex color #704BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BA0 is #8FB45F. Grayscale: #5F5F5F. Windows color (decimal): -9417824 or 10505072. OLE color: 10505072.
HSL color Cylindrical-coordinate representation of color #704BA0: hue angle of 266.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704BA0 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 75 | 160 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.37 |
| HSL | 266.12º | 0.36% | 0.46% | - |
| HSV(B) | 266.12º | 0.53% | 0.63% | - |
| XYZ | 15.54 | 11.01 | 34.56 | - |
| YUV | 95.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 160 | 0.30 | 0.53 | 0 | 0.37 | 266.12 | 0.36 | 0.46 |
| Hex | 70 | 4B | A0 | 1E | 35 | 0 | 25 | 10A | 24 | 2E |
| Octal | 160 | 113 | 240 | 36 | 65 | 0 | 45 | 412 | 44 | 56 |
| Binary | 1110000 | 1001011 | 10100000 | 11110 | 110101 | 0 | 100101 | 100001010 | 100100 | 101110 |
Color Harmonies of #704BA0
Complementary color
Monochromatic Colors of #704BA0
Black with #704BA0
Text Example
Text Example
White with #704BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BA0; }
p { color: rgb(112,75,160); }
H1.HeaderClassName
{
color: #704BA0;
}
.AnyTagClassName
{
color: #704BA0;
}
</style>
background-color css
<style>
a { background-color: #704BA0; }
a { background-color: rgb(112,75,160); }
div.DivClassName
{
background-color: #704BA0;
}
.BgClassName
{
background-color: #704BA0;
}
</style>
border-color css
<style>
span { border-color: #704BA0; }
span { border-color: rgb(112,75,160); }
td.TdClassName
{
border-color: #704BA0;
}
.TagClassName
{
border-color: #704BA0;
}
</style>