Shades of Studio #704DAD
Tints of Studio #704DAD
RGB
CMYK
RGB Variations
Color information
#704DAD (or 0x704DAD) is known color: Studio. HEX triplet: 70, 4D and AD. RGB value is (112,77,173). Sum of RGB (Red+Green+Blue) = 112+77+173=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #704DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704DAD is #8FB252. Grayscale: #626262. Windows color (decimal): -9417299 or 11357552. OLE color: 11357552.
HSL color Cylindrical-coordinate representation of color #704DAD: hue angle of 261.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704DAD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 77 | 173 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.32 |
| HSL | 261.88º | 0.38% | 0.49% | - |
| HSV(B) | 261.88º | 0.55% | 0.68% | - |
| XYZ | 16.88 | 11.77 | 40.92 | - |
| YUV | 98.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 173 | 0.35 | 0.55 | 0 | 0.32 | 261.88 | 0.38 | 0.49 |
| Hex | 70 | 4D | AD | 23 | 37 | 0 | 20 | 106 | 26 | 31 |
| Octal | 160 | 115 | 255 | 43 | 67 | 0 | 40 | 406 | 46 | 61 |
| Binary | 1110000 | 1001101 | 10101101 | 100011 | 110111 | 0 | 100000 | 100000110 | 100110 | 110001 |
Color Harmonies of #704DAD
Complementary color
Monochromatic Colors of #704DAD
Black with #704DAD
Text Example
Text Example
White with #704DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704DAD; }
p { color: rgb(112,77,173); }
H1.HeaderClassName
{
color: #704DAD;
}
.AnyTagClassName
{
color: #704DAD;
}
</style>
background-color css
<style>
a { background-color: #704DAD; }
a { background-color: rgb(112,77,173); }
div.DivClassName
{
background-color: #704DAD;
}
.BgClassName
{
background-color: #704DAD;
}
</style>
border-color css
<style>
span { border-color: #704DAD; }
span { border-color: rgb(112,77,173); }
td.TdClassName
{
border-color: #704DAD;
}
.TagClassName
{
border-color: #704DAD;
}
</style>