Shades of Studio #705099
Tints of Studio #705099
RGB
CMYK
RGB Variations
Color information
#705099 (or 0x705099) is known color: Studio. HEX triplet: 70, 50 and 99. RGB value is (112,80,153). Sum of RGB (Red+Green+Blue) = 112+80+153=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #705099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705099 is #8FAF66. Grayscale: #616161. Windows color (decimal): -9416551 or 10047600. OLE color: 10047600.
HSL color Cylindrical-coordinate representation of color #705099: hue angle of 266.3º degrees, saturation: 0.31, 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 #705099 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 80 | 153 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.4 |
| HSL | 266.3º | 0.31% | 0.46% | - |
| HSV(B) | 266.3º | 0.48% | 0.6% | - |
| XYZ | 15.3 | 11.48 | 31.55 | - |
| YUV | 97.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 153 | 0.27 | 0.48 | 0 | 0.4 | 266.3 | 0.31 | 0.46 |
| Hex | 70 | 50 | 99 | 1B | 30 | 0 | 28 | 10A | 1F | 2E |
| Octal | 160 | 120 | 231 | 33 | 60 | 0 | 50 | 412 | 37 | 56 |
| Binary | 1110000 | 1010000 | 10011001 | 11011 | 110000 | 0 | 101000 | 100001010 | 11111 | 101110 |
Color Harmonies of #705099
Complementary color
Monochromatic Colors of #705099
Black with #705099
Text Example
Text Example
White with #705099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705099; }
p { color: rgb(112,80,153); }
H1.HeaderClassName
{
color: #705099;
}
.AnyTagClassName
{
color: #705099;
}
</style>
background-color css
<style>
a { background-color: #705099; }
a { background-color: rgb(112,80,153); }
div.DivClassName
{
background-color: #705099;
}
.BgClassName
{
background-color: #705099;
}
</style>
border-color css
<style>
span { border-color: #705099; }
span { border-color: rgb(112,80,153); }
td.TdClassName
{
border-color: #705099;
}
.TagClassName
{
border-color: #705099;
}
</style>