Shades of Studio #705295
Tints of Studio #705295
RGB
CMYK
RGB Variations
Color information
#705295 (or 0x705295) is known color: Studio. HEX triplet: 70, 52 and 95. RGB value is (112,82,149). Sum of RGB (Red+Green+Blue) = 112+82+149=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #705295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705295 is #8FAD6A. Grayscale: #626262. Windows color (decimal): -9416043 or 9785968. OLE color: 9785968.
HSL color Cylindrical-coordinate representation of color #705295: hue angle of 266.87º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #705295 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 82 | 149 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.42 |
| HSL | 266.87º | 0.29% | 0.45% | - |
| HSV(B) | 266.87º | 0.45% | 0.58% | - |
| XYZ | 15.12 | 11.65 | 29.89 | - |
| YUV | 98.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 149 | 0.25 | 0.45 | 0 | 0.42 | 266.87 | 0.29 | 0.45 |
| Hex | 70 | 52 | 95 | 19 | 2D | 0 | 2A | 10B | 1D | 2D |
| Octal | 160 | 122 | 225 | 31 | 55 | 0 | 52 | 413 | 35 | 55 |
| Binary | 1110000 | 1010010 | 10010101 | 11001 | 101101 | 0 | 101010 | 100001011 | 11101 | 101101 |
Color Harmonies of #705295
Complementary color
Monochromatic Colors of #705295
Black with #705295
Text Example
Text Example
White with #705295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705295; }
p { color: rgb(112,82,149); }
H1.HeaderClassName
{
color: #705295;
}
.AnyTagClassName
{
color: #705295;
}
</style>
background-color css
<style>
a { background-color: #705295; }
a { background-color: rgb(112,82,149); }
div.DivClassName
{
background-color: #705295;
}
.BgClassName
{
background-color: #705295;
}
</style>
border-color css
<style>
span { border-color: #705295; }
span { border-color: rgb(112,82,149); }
td.TdClassName
{
border-color: #705295;
}
.TagClassName
{
border-color: #705295;
}
</style>