Shades of Studio #7046AE
Tints of Studio #7046AE
RGB
CMYK
RGB Variations
Color information
#7046AE (or 0x7046AE) is known color: Studio. HEX triplet: 70, 46 and AE. RGB value is (112,70,174). Sum of RGB (Red+Green+Blue) = 112+70+174=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #7046AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7046AE is #8FB951. Grayscale: #5E5E5E. Windows color (decimal): -9419090 or 11421296. OLE color: 11421296.
HSL color Cylindrical-coordinate representation of color #7046AE: hue angle of 264.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7046AE is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 70 | 174 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.32 |
| HSL | 264.23º | 0.43% | 0.48% | - |
| HSV(B) | 264.23º | 0.6% | 0.68% | - |
| XYZ | 16.51 | 10.88 | 41.27 | - |
| YUV | 94.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 174 | 0.36 | 0.60 | 0 | 0.32 | 264.23 | 0.43 | 0.48 |
| Hex | 70 | 46 | AE | 24 | 3C | 0 | 20 | 108 | 2B | 30 |
| Octal | 160 | 106 | 256 | 44 | 74 | 0 | 40 | 410 | 53 | 60 |
| Binary | 1110000 | 1000110 | 10101110 | 100100 | 111100 | 0 | 100000 | 100001000 | 101011 | 110000 |
Color Harmonies of #7046AE
Complementary color
Monochromatic Colors of #7046AE
Black with #7046AE
Text Example
Text Example
White with #7046AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7046AE; }
p { color: rgb(112,70,174); }
H1.HeaderClassName
{
color: #7046AE;
}
.AnyTagClassName
{
color: #7046AE;
}
</style>
background-color css
<style>
a { background-color: #7046AE; }
a { background-color: rgb(112,70,174); }
div.DivClassName
{
background-color: #7046AE;
}
.BgClassName
{
background-color: #7046AE;
}
</style>
border-color css
<style>
span { border-color: #7046AE; }
span { border-color: rgb(112,70,174); }
td.TdClassName
{
border-color: #7046AE;
}
.TagClassName
{
border-color: #7046AE;
}
</style>