Shades of Studio #704B93
Tints of Studio #704B93
RGB
CMYK
RGB Variations
Color information
#704B93 (or 0x704B93) is known color: Studio. HEX triplet: 70, 4B and 93. RGB value is (112,75,147). Sum of RGB (Red+Green+Blue) = 112+75+147=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #704B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B93 is #8FB46C. Grayscale: #5E5E5E. Windows color (decimal): -9417837 or 9653104. OLE color: 9653104.
HSL color Cylindrical-coordinate representation of color #704B93: hue angle of 270.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #704B93 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 75 | 147 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.42 |
| HSL | 270.83º | 0.32% | 0.44% | - |
| HSV(B) | 270.83º | 0.49% | 0.58% | - |
| XYZ | 14.46 | 10.58 | 28.88 | - |
| YUV | 94.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 147 | 0.24 | 0.49 | 0 | 0.42 | 270.83 | 0.32 | 0.44 |
| Hex | 70 | 4B | 93 | 18 | 31 | 0 | 2A | 10F | 20 | 2C |
| Octal | 160 | 113 | 223 | 30 | 61 | 0 | 52 | 417 | 40 | 54 |
| Binary | 1110000 | 1001011 | 10010011 | 11000 | 110001 | 0 | 101010 | 100001111 | 100000 | 101100 |
Color Harmonies of #704B93
Complementary color
Monochromatic Colors of #704B93
Black with #704B93
Text Example
Text Example
White with #704B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B93; }
p { color: rgb(112,75,147); }
H1.HeaderClassName
{
color: #704B93;
}
.AnyTagClassName
{
color: #704B93;
}
</style>
background-color css
<style>
a { background-color: #704B93; }
a { background-color: rgb(112,75,147); }
div.DivClassName
{
background-color: #704B93;
}
.BgClassName
{
background-color: #704B93;
}
</style>
border-color css
<style>
span { border-color: #704B93; }
span { border-color: rgb(112,75,147); }
td.TdClassName
{
border-color: #704B93;
}
.TagClassName
{
border-color: #704B93;
}
</style>