Shades of Studio #7052AC
Tints of Studio #7052AC
RGB
CMYK
RGB Variations
Color information
#7052AC (or 0x7052AC) is known color: Studio. HEX triplet: 70, 52 and AC. RGB value is (112,82,172). Sum of RGB (Red+Green+Blue) = 112+82+172=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #7052AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7052AC is #8FAD53. Grayscale: #646464. Windows color (decimal): -9416020 or 11293296. OLE color: 11293296.
HSL color Cylindrical-coordinate representation of color #7052AC: hue angle of 260º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7052AC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 82 | 172 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.33 |
| HSL | 260º | 0.35% | 0.5% | - |
| HSV(B) | 260º | 0.52% | 0.67% | - |
| XYZ | 17.15 | 12.46 | 40.53 | - |
| YUV | 101.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 172 | 0.35 | 0.52 | 0 | 0.33 | 260 | 0.35 | 0.5 |
| Hex | 70 | 52 | AC | 23 | 34 | 0 | 21 | 104 | 23 | 32 |
| Octal | 160 | 122 | 254 | 43 | 64 | 0 | 41 | 404 | 43 | 62 |
| Binary | 1110000 | 1010010 | 10101100 | 100011 | 110100 | 0 | 100001 | 100000100 | 100011 | 110010 |
Color Harmonies of #7052AC
Complementary color
Monochromatic Colors of #7052AC
Black with #7052AC
Text Example
Text Example
White with #7052AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7052AC; }
p { color: rgb(112,82,172); }
H1.HeaderClassName
{
color: #7052AC;
}
.AnyTagClassName
{
color: #7052AC;
}
</style>
background-color css
<style>
a { background-color: #7052AC; }
a { background-color: rgb(112,82,172); }
div.DivClassName
{
background-color: #7052AC;
}
.BgClassName
{
background-color: #7052AC;
}
</style>
border-color css
<style>
span { border-color: #7052AC; }
span { border-color: rgb(112,82,172); }
td.TdClassName
{
border-color: #7052AC;
}
.TagClassName
{
border-color: #7052AC;
}
</style>