Shades of Studio #7047AE
Tints of Studio #7047AE
RGB
CMYK
RGB Variations
Color information
#7047AE (or 0x7047AE) is known color: Studio. HEX triplet: 70, 47 and AE. RGB value is (112,71,174). Sum of RGB (Red+Green+Blue) = 112+71+174=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #7047AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7047AE is #8FB851. Grayscale: #5E5E5E. Windows color (decimal): -9418834 or 11421552. OLE color: 11421552.
HSL color Cylindrical-coordinate representation of color #7047AE: hue angle of 263.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7047AE is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 71 | 174 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.32 |
| HSL | 263.88º | 0.42% | 0.48% | - |
| HSV(B) | 263.88º | 0.59% | 0.68% | - |
| XYZ | 16.58 | 11.01 | 41.3 | - |
| YUV | 95 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 174 | 0.36 | 0.59 | 0 | 0.32 | 263.88 | 0.42 | 0.48 |
| Hex | 70 | 47 | AE | 24 | 3B | 0 | 20 | 108 | 2A | 30 |
| Octal | 160 | 107 | 256 | 44 | 73 | 0 | 40 | 410 | 52 | 60 |
| Binary | 1110000 | 1000111 | 10101110 | 100100 | 111011 | 0 | 100000 | 100001000 | 101010 | 110000 |
Color Harmonies of #7047AE
Complementary color
Monochromatic Colors of #7047AE
Black with #7047AE
Text Example
Text Example
White with #7047AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7047AE; }
p { color: rgb(112,71,174); }
H1.HeaderClassName
{
color: #7047AE;
}
.AnyTagClassName
{
color: #7047AE;
}
</style>
background-color css
<style>
a { background-color: #7047AE; }
a { background-color: rgb(112,71,174); }
div.DivClassName
{
background-color: #7047AE;
}
.BgClassName
{
background-color: #7047AE;
}
</style>
border-color css
<style>
span { border-color: #7047AE; }
span { border-color: rgb(112,71,174); }
td.TdClassName
{
border-color: #7047AE;
}
.TagClassName
{
border-color: #7047AE;
}
</style>