Shades of Studio #7045BA
Tints of Studio #7045BA
RGB
CMYK
RGB Variations
Color information
#7045BA (or 0x7045BA) is known color: Studio. HEX triplet: 70, 45 and BA. RGB value is (112,69,186). Sum of RGB (Red+Green+Blue) = 112+69+186=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #7045BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045BA is #8FBA45. Grayscale: #5E5E5E. Windows color (decimal): -9419334 or 12207472. OLE color: 12207472.
HSL color Cylindrical-coordinate representation of color #7045BA: hue angle of 262.05º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7045BA is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 69 | 186 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.27 |
| HSL | 262.05º | 0.46% | 0.5% | - |
| HSV(B) | 262.05º | 0.63% | 0.73% | - |
| XYZ | 17.67 | 11.25 | 47.69 | - |
| YUV | 95.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 186 | 0.40 | 0.63 | 0 | 0.27 | 262.05 | 0.46 | 0.5 |
| Hex | 70 | 45 | BA | 28 | 3F | 0 | 1B | 106 | 2E | 32 |
| Octal | 160 | 105 | 272 | 50 | 77 | 0 | 33 | 406 | 56 | 62 |
| Binary | 1110000 | 1000101 | 10111010 | 101000 | 111111 | 0 | 11011 | 100000110 | 101110 | 110010 |
Color Harmonies of #7045BA
Complementary color
Monochromatic Colors of #7045BA
Black with #7045BA
Text Example
Text Example
White with #7045BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045BA; }
p { color: rgb(112,69,186); }
H1.HeaderClassName
{
color: #7045BA;
}
.AnyTagClassName
{
color: #7045BA;
}
</style>
background-color css
<style>
a { background-color: #7045BA; }
a { background-color: rgb(112,69,186); }
div.DivClassName
{
background-color: #7045BA;
}
.BgClassName
{
background-color: #7045BA;
}
</style>
border-color css
<style>
span { border-color: #7045BA; }
span { border-color: rgb(112,69,186); }
td.TdClassName
{
border-color: #7045BA;
}
.TagClassName
{
border-color: #7045BA;
}
</style>