Shades of Studio #704D91
Tints of Studio #704D91
RGB
CMYK
RGB Variations
Color information
#704D91 (or 0x704D91) is known color: Studio. HEX triplet: 70, 4D and 91. RGB value is (112,77,145). Sum of RGB (Red+Green+Blue) = 112+77+145=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #704D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D91 is #8FB26E. Grayscale: #5E5E5E. Windows color (decimal): -9417327 or 9522544. OLE color: 9522544.
HSL color Cylindrical-coordinate representation of color #704D91: hue angle of 270.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #704D91 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 77 | 145 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.43 |
| HSL | 270.88º | 0.31% | 0.44% | - |
| HSV(B) | 270.88º | 0.47% | 0.57% | - |
| XYZ | 14.45 | 10.8 | 28.11 | - |
| YUV | 95.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 145 | 0.23 | 0.47 | 0 | 0.43 | 270.88 | 0.31 | 0.44 |
| Hex | 70 | 4D | 91 | 17 | 2F | 0 | 2B | 10F | 1F | 2C |
| Octal | 160 | 115 | 221 | 27 | 57 | 0 | 53 | 417 | 37 | 54 |
| Binary | 1110000 | 1001101 | 10010001 | 10111 | 101111 | 0 | 101011 | 100001111 | 11111 | 101100 |
Color Harmonies of #704D91
Complementary color
Monochromatic Colors of #704D91
Black with #704D91
Text Example
Text Example
White with #704D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D91; }
p { color: rgb(112,77,145); }
H1.HeaderClassName
{
color: #704D91;
}
.AnyTagClassName
{
color: #704D91;
}
</style>
background-color css
<style>
a { background-color: #704D91; }
a { background-color: rgb(112,77,145); }
div.DivClassName
{
background-color: #704D91;
}
.BgClassName
{
background-color: #704D91;
}
</style>
border-color css
<style>
span { border-color: #704D91; }
span { border-color: rgb(112,77,145); }
td.TdClassName
{
border-color: #704D91;
}
.TagClassName
{
border-color: #704D91;
}
</style>