Shades of Studio #704791
Tints of Studio #704791
RGB
CMYK
RGB Variations
Color information
#704791 (or 0x704791) is known color: Studio. HEX triplet: 70, 47 and 91. RGB value is (112,71,145). Sum of RGB (Red+Green+Blue) = 112+71+145=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #704791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704791 is #8FB86E. Grayscale: #5B5B5B. Windows color (decimal): -9418863 or 9521008. OLE color: 9521008.
HSL color Cylindrical-coordinate representation of color #704791: hue angle of 273.24º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704791 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 71 | 145 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.43 |
| HSL | 273.24º | 0.34% | 0.42% | - |
| HSV(B) | 273.24º | 0.51% | 0.57% | - |
| XYZ | 14.05 | 10 | 27.98 | - |
| YUV | 91.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 145 | 0.23 | 0.51 | 0 | 0.43 | 273.24 | 0.34 | 0.42 |
| Hex | 70 | 47 | 91 | 17 | 33 | 0 | 2B | 111 | 22 | 2A |
| Octal | 160 | 107 | 221 | 27 | 63 | 0 | 53 | 421 | 42 | 52 |
| Binary | 1110000 | 1000111 | 10010001 | 10111 | 110011 | 0 | 101011 | 100010001 | 100010 | 101010 |
Color Harmonies of #704791
Complementary color
Monochromatic Colors of #704791
Black with #704791
Text Example
Text Example
White with #704791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704791; }
p { color: rgb(112,71,145); }
H1.HeaderClassName
{
color: #704791;
}
.AnyTagClassName
{
color: #704791;
}
</style>
background-color css
<style>
a { background-color: #704791; }
a { background-color: rgb(112,71,145); }
div.DivClassName
{
background-color: #704791;
}
.BgClassName
{
background-color: #704791;
}
</style>
border-color css
<style>
span { border-color: #704791; }
span { border-color: rgb(112,71,145); }
td.TdClassName
{
border-color: #704791;
}
.TagClassName
{
border-color: #704791;
}
</style>