Shades of Studio #704C96
Tints of Studio #704C96
RGB
CMYK
RGB Variations
Color information
#704C96 (or 0x704C96) is known color: Studio. HEX triplet: 70, 4C and 96. RGB value is (112,76,150). Sum of RGB (Red+Green+Blue) = 112+76+150=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #704C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C96 is #8FB369. Grayscale: #5E5E5E. Windows color (decimal): -9417578 or 9849968. OLE color: 9849968.
HSL color Cylindrical-coordinate representation of color #704C96: hue angle of 269.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #704C96 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 76 | 150 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.41 |
| HSL | 269.19º | 0.33% | 0.44% | - |
| HSV(B) | 269.19º | 0.49% | 0.59% | - |
| XYZ | 14.77 | 10.82 | 30.16 | - |
| YUV | 95.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 150 | 0.25 | 0.49 | 0 | 0.41 | 269.19 | 0.33 | 0.44 |
| Hex | 70 | 4C | 96 | 19 | 31 | 0 | 29 | 10D | 21 | 2C |
| Octal | 160 | 114 | 226 | 31 | 61 | 0 | 51 | 415 | 41 | 54 |
| Binary | 1110000 | 1001100 | 10010110 | 11001 | 110001 | 0 | 101001 | 100001101 | 100001 | 101100 |
Color Harmonies of #704C96
Complementary color
Monochromatic Colors of #704C96
Black with #704C96
Text Example
Text Example
White with #704C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C96; }
p { color: rgb(112,76,150); }
H1.HeaderClassName
{
color: #704C96;
}
.AnyTagClassName
{
color: #704C96;
}
</style>
background-color css
<style>
a { background-color: #704C96; }
a { background-color: rgb(112,76,150); }
div.DivClassName
{
background-color: #704C96;
}
.BgClassName
{
background-color: #704C96;
}
</style>
border-color css
<style>
span { border-color: #704C96; }
span { border-color: rgb(112,76,150); }
td.TdClassName
{
border-color: #704C96;
}
.TagClassName
{
border-color: #704C96;
}
</style>