Shades of Studio #7045AB
Tints of Studio #7045AB
RGB
CMYK
RGB Variations
Color information
#7045AB (or 0x7045AB) is known color: Studio. HEX triplet: 70, 45 and AB. RGB value is (112,69,171). Sum of RGB (Red+Green+Blue) = 112+69+171=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #7045AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7045AB is #8FBA54. Grayscale: #5D5D5D. Windows color (decimal): -9419349 or 11224432. OLE color: 11224432.
HSL color Cylindrical-coordinate representation of color #7045AB: hue angle of 265.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7045AB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 69 | 171 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.33 |
| HSL | 265.29º | 0.43% | 0.47% | - |
| HSV(B) | 265.29º | 0.6% | 0.67% | - |
| XYZ | 16.16 | 10.64 | 39.73 | - |
| YUV | 93.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 171 | 0.35 | 0.60 | 0 | 0.33 | 265.29 | 0.43 | 0.47 |
| Hex | 70 | 45 | AB | 23 | 3C | 0 | 21 | 109 | 2A | 2F |
| Octal | 160 | 105 | 253 | 43 | 74 | 0 | 41 | 411 | 52 | 57 |
| Binary | 1110000 | 1000101 | 10101011 | 100011 | 111100 | 0 | 100001 | 100001001 | 101010 | 101111 |
Color Harmonies of #7045AB
Complementary color
Monochromatic Colors of #7045AB
Black with #7045AB
Text Example
Text Example
White with #7045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045AB; }
p { color: rgb(112,69,171); }
H1.HeaderClassName
{
color: #7045AB;
}
.AnyTagClassName
{
color: #7045AB;
}
</style>
background-color css
<style>
a { background-color: #7045AB; }
a { background-color: rgb(112,69,171); }
div.DivClassName
{
background-color: #7045AB;
}
.BgClassName
{
background-color: #7045AB;
}
</style>
border-color css
<style>
span { border-color: #7045AB; }
span { border-color: rgb(112,69,171); }
td.TdClassName
{
border-color: #7045AB;
}
.TagClassName
{
border-color: #7045AB;
}
</style>