Shades of Studio #70509A
Tints of Studio #70509A
RGB
CMYK
RGB Variations
Color information
#70509A (or 0x70509A) is known color: Studio. HEX triplet: 70, 50 and 9A. RGB value is (112,80,154). Sum of RGB (Red+Green+Blue) = 112+80+154=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #70509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70509A is #8FAF65. Grayscale: #616161. Windows color (decimal): -9416550 or 10113136. OLE color: 10113136.
HSL color Cylindrical-coordinate representation of color #70509A: hue angle of 265.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70509A is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 80 | 154 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.40 |
| HSL | 265.95º | 0.32% | 0.46% | - |
| HSV(B) | 265.95º | 0.48% | 0.6% | - |
| XYZ | 15.38 | 11.52 | 31.98 | - |
| YUV | 98 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 154 | 0.27 | 0.48 | 0 | 0.40 | 265.95 | 0.32 | 0.46 |
| Hex | 70 | 50 | 9A | 1B | 30 | 0 | 28 | 10A | 20 | 2E |
| Octal | 160 | 120 | 232 | 33 | 60 | 0 | 50 | 412 | 40 | 56 |
| Binary | 1110000 | 1010000 | 10011010 | 11011 | 110000 | 0 | 101000 | 100001010 | 100000 | 101110 |
Color Harmonies of #70509A
Complementary color
Monochromatic Colors of #70509A
Black with #70509A
Text Example
Text Example
White with #70509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70509A; }
p { color: rgb(112,80,154); }
H1.HeaderClassName
{
color: #70509A;
}
.AnyTagClassName
{
color: #70509A;
}
</style>
background-color css
<style>
a { background-color: #70509A; }
a { background-color: rgb(112,80,154); }
div.DivClassName
{
background-color: #70509A;
}
.BgClassName
{
background-color: #70509A;
}
</style>
border-color css
<style>
span { border-color: #70509A; }
span { border-color: rgb(112,80,154); }
td.TdClassName
{
border-color: #70509A;
}
.TagClassName
{
border-color: #70509A;
}
</style>