Shades of Studio #70569E
Tints of Studio #70569E
RGB
CMYK
RGB Variations
Color information
#70569E (or 0x70569E) is known color: Studio. HEX triplet: 70, 56 and 9E. RGB value is (112,86,158). Sum of RGB (Red+Green+Blue) = 112+86+158=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #70569E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70569E is #8FA961. Grayscale: #656565. Windows color (decimal): -9415010 or 10376816. OLE color: 10376816.
HSL color Cylindrical-coordinate representation of color #70569E: hue angle of 261.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70569E is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 86 | 158 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.38 |
| HSL | 261.67º | 0.3% | 0.48% | - |
| HSV(B) | 261.67º | 0.46% | 0.62% | - |
| XYZ | 16.18 | 12.57 | 33.92 | - |
| YUV | 101.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 158 | 0.29 | 0.46 | 0 | 0.38 | 261.67 | 0.3 | 0.48 |
| Hex | 70 | 56 | 9E | 1D | 2E | 0 | 26 | 106 | 1E | 30 |
| Octal | 160 | 126 | 236 | 35 | 56 | 0 | 46 | 406 | 36 | 60 |
| Binary | 1110000 | 1010110 | 10011110 | 11101 | 101110 | 0 | 100110 | 100000110 | 11110 | 110000 |
Color Harmonies of #70569E
Complementary color
Monochromatic Colors of #70569E
Black with #70569E
Text Example
Text Example
White with #70569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70569E; }
p { color: rgb(112,86,158); }
H1.HeaderClassName
{
color: #70569E;
}
.AnyTagClassName
{
color: #70569E;
}
</style>
background-color css
<style>
a { background-color: #70569E; }
a { background-color: rgb(112,86,158); }
div.DivClassName
{
background-color: #70569E;
}
.BgClassName
{
background-color: #70569E;
}
</style>
border-color css
<style>
span { border-color: #70569E; }
span { border-color: rgb(112,86,158); }
td.TdClassName
{
border-color: #70569E;
}
.TagClassName
{
border-color: #70569E;
}
</style>