Shades of Studio #704FA0
Tints of Studio #704FA0
RGB
CMYK
RGB Variations
Color information
#704FA0 (or 0x704FA0) is known color: Studio. HEX triplet: 70, 4F and A0. RGB value is (112,79,160). Sum of RGB (Red+Green+Blue) = 112+79+160=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #704FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FA0 is #8FB05F. Grayscale: #616161. Windows color (decimal): -9416800 or 10506096. OLE color: 10506096.
HSL color Cylindrical-coordinate representation of color #704FA0: hue angle of 264.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704FA0 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 79 | 160 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.37 |
| HSL | 264.44º | 0.34% | 0.47% | - |
| HSV(B) | 264.44º | 0.51% | 0.63% | - |
| XYZ | 15.82 | 11.57 | 34.66 | - |
| YUV | 98.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 160 | 0.30 | 0.51 | 0 | 0.37 | 264.44 | 0.34 | 0.47 |
| Hex | 70 | 4F | A0 | 1E | 33 | 0 | 25 | 108 | 22 | 2F |
| Octal | 160 | 117 | 240 | 36 | 63 | 0 | 45 | 410 | 42 | 57 |
| Binary | 1110000 | 1001111 | 10100000 | 11110 | 110011 | 0 | 100101 | 100001000 | 100010 | 101111 |
Color Harmonies of #704FA0
Complementary color
Monochromatic Colors of #704FA0
Black with #704FA0
Text Example
Text Example
White with #704FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FA0; }
p { color: rgb(112,79,160); }
H1.HeaderClassName
{
color: #704FA0;
}
.AnyTagClassName
{
color: #704FA0;
}
</style>
background-color css
<style>
a { background-color: #704FA0; }
a { background-color: rgb(112,79,160); }
div.DivClassName
{
background-color: #704FA0;
}
.BgClassName
{
background-color: #704FA0;
}
</style>
border-color css
<style>
span { border-color: #704FA0; }
span { border-color: rgb(112,79,160); }
td.TdClassName
{
border-color: #704FA0;
}
.TagClassName
{
border-color: #704FA0;
}
</style>