Shades of Studio #704792
Tints of Studio #704792
RGB
CMYK
RGB Variations
Color information
#704792 (or 0x704792) is known color: Studio. HEX triplet: 70, 47 and 92. RGB value is (112,71,146). Sum of RGB (Red+Green+Blue) = 112+71+146=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #704792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704792 is #8FB86D. Grayscale: #5B5B5B. Windows color (decimal): -9418862 or 9586544. OLE color: 9586544.
HSL color Cylindrical-coordinate representation of color #704792: hue angle of 272.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704792 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 71 | 146 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.43 |
| HSL | 272.8º | 0.35% | 0.43% | - |
| HSV(B) | 272.8º | 0.51% | 0.57% | - |
| XYZ | 14.12 | 10.03 | 28.39 | - |
| YUV | 91.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 146 | 0.23 | 0.51 | 0 | 0.43 | 272.8 | 0.35 | 0.43 |
| Hex | 70 | 47 | 92 | 17 | 33 | 0 | 2B | 111 | 23 | 2B |
| Octal | 160 | 107 | 222 | 27 | 63 | 0 | 53 | 421 | 43 | 53 |
| Binary | 1110000 | 1000111 | 10010010 | 10111 | 110011 | 0 | 101011 | 100010001 | 100011 | 101011 |
Color Harmonies of #704792
Complementary color
Monochromatic Colors of #704792
Black with #704792
Text Example
Text Example
White with #704792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704792; }
p { color: rgb(112,71,146); }
H1.HeaderClassName
{
color: #704792;
}
.AnyTagClassName
{
color: #704792;
}
</style>
background-color css
<style>
a { background-color: #704792; }
a { background-color: rgb(112,71,146); }
div.DivClassName
{
background-color: #704792;
}
.BgClassName
{
background-color: #704792;
}
</style>
border-color css
<style>
span { border-color: #704792; }
span { border-color: rgb(112,71,146); }
td.TdClassName
{
border-color: #704792;
}
.TagClassName
{
border-color: #704792;
}
</style>