Shades of Studio #70509C
Tints of Studio #70509C
RGB
CMYK
RGB Variations
Color information
#70509C (or 0x70509C) is known color: Studio. HEX triplet: 70, 50 and 9C. RGB value is (112,80,156). Sum of RGB (Red+Green+Blue) = 112+80+156=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #70509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70509C is #8FAF63. Grayscale: #616161. Windows color (decimal): -9416548 or 10244208. OLE color: 10244208.
HSL color Cylindrical-coordinate representation of color #70509C: hue angle of 265.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70509C is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 80 | 156 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.39 |
| HSL | 265.26º | 0.32% | 0.46% | - |
| HSV(B) | 265.26º | 0.49% | 0.61% | - |
| XYZ | 15.55 | 11.58 | 32.87 | - |
| YUV | 98.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 156 | 0.28 | 0.49 | 0 | 0.39 | 265.26 | 0.32 | 0.46 |
| Hex | 70 | 50 | 9C | 1C | 31 | 0 | 27 | 109 | 20 | 2E |
| Octal | 160 | 120 | 234 | 34 | 61 | 0 | 47 | 411 | 40 | 56 |
| Binary | 1110000 | 1010000 | 10011100 | 11100 | 110001 | 0 | 100111 | 100001001 | 100000 | 101110 |
Color Harmonies of #70509C
Complementary color
Monochromatic Colors of #70509C
Black with #70509C
Text Example
Text Example
White with #70509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70509C; }
p { color: rgb(112,80,156); }
H1.HeaderClassName
{
color: #70509C;
}
.AnyTagClassName
{
color: #70509C;
}
</style>
background-color css
<style>
a { background-color: #70509C; }
a { background-color: rgb(112,80,156); }
div.DivClassName
{
background-color: #70509C;
}
.BgClassName
{
background-color: #70509C;
}
</style>
border-color css
<style>
span { border-color: #70509C; }
span { border-color: rgb(112,80,156); }
td.TdClassName
{
border-color: #70509C;
}
.TagClassName
{
border-color: #70509C;
}
</style>