Shades of Studio #704DAC
Tints of Studio #704DAC
RGB
CMYK
RGB Variations
Color information
#704DAC (or 0x704DAC) is known color: Studio. HEX triplet: 70, 4D and AC. RGB value is (112,77,172). Sum of RGB (Red+Green+Blue) = 112+77+172=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #704DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704DAC is #8FB253. Grayscale: #616161. Windows color (decimal): -9417300 or 11292016. OLE color: 11292016.
HSL color Cylindrical-coordinate representation of color #704DAC: hue angle of 262.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704DAC is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 77 | 172 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.33 |
| HSL | 262.11º | 0.38% | 0.49% | - |
| HSV(B) | 262.11º | 0.55% | 0.67% | - |
| XYZ | 16.78 | 11.73 | 40.41 | - |
| YUV | 98.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 172 | 0.35 | 0.55 | 0 | 0.33 | 262.11 | 0.38 | 0.49 |
| Hex | 70 | 4D | AC | 23 | 37 | 0 | 21 | 106 | 26 | 31 |
| Octal | 160 | 115 | 254 | 43 | 67 | 0 | 41 | 406 | 46 | 61 |
| Binary | 1110000 | 1001101 | 10101100 | 100011 | 110111 | 0 | 100001 | 100000110 | 100110 | 110001 |
Color Harmonies of #704DAC
Complementary color
Monochromatic Colors of #704DAC
Black with #704DAC
Text Example
Text Example
White with #704DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704DAC; }
p { color: rgb(112,77,172); }
H1.HeaderClassName
{
color: #704DAC;
}
.AnyTagClassName
{
color: #704DAC;
}
</style>
background-color css
<style>
a { background-color: #704DAC; }
a { background-color: rgb(112,77,172); }
div.DivClassName
{
background-color: #704DAC;
}
.BgClassName
{
background-color: #704DAC;
}
</style>
border-color css
<style>
span { border-color: #704DAC; }
span { border-color: rgb(112,77,172); }
td.TdClassName
{
border-color: #704DAC;
}
.TagClassName
{
border-color: #704DAC;
}
</style>