Shades of Studio #704C93
Tints of Studio #704C93
RGB
CMYK
RGB Variations
Color information
#704C93 (or 0x704C93) is known color: Studio. HEX triplet: 70, 4C and 93. RGB value is (112,76,147). Sum of RGB (Red+Green+Blue) = 112+76+147=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #704C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C93 is #8FB36C. Grayscale: #5E5E5E. Windows color (decimal): -9417581 or 9653360. OLE color: 9653360.
HSL color Cylindrical-coordinate representation of color #704C93: hue angle of 270.42º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704C93 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 76 | 147 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.42 |
| HSL | 270.42º | 0.32% | 0.44% | - |
| HSV(B) | 270.42º | 0.48% | 0.58% | - |
| XYZ | 14.53 | 10.72 | 28.91 | - |
| YUV | 94.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 147 | 0.24 | 0.48 | 0 | 0.42 | 270.42 | 0.32 | 0.44 |
| Hex | 70 | 4C | 93 | 18 | 30 | 0 | 2A | 10E | 20 | 2C |
| Octal | 160 | 114 | 223 | 30 | 60 | 0 | 52 | 416 | 40 | 54 |
| Binary | 1110000 | 1001100 | 10010011 | 11000 | 110000 | 0 | 101010 | 100001110 | 100000 | 101100 |
Color Harmonies of #704C93
Complementary color
Monochromatic Colors of #704C93
Black with #704C93
Text Example
Text Example
White with #704C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C93; }
p { color: rgb(112,76,147); }
H1.HeaderClassName
{
color: #704C93;
}
.AnyTagClassName
{
color: #704C93;
}
</style>
background-color css
<style>
a { background-color: #704C93; }
a { background-color: rgb(112,76,147); }
div.DivClassName
{
background-color: #704C93;
}
.BgClassName
{
background-color: #704C93;
}
</style>
border-color css
<style>
span { border-color: #704C93; }
span { border-color: rgb(112,76,147); }
td.TdClassName
{
border-color: #704C93;
}
.TagClassName
{
border-color: #704C93;
}
</style>