Shades of Studio #704AB3
Tints of Studio #704AB3
RGB
CMYK
RGB Variations
Color information
#704AB3 (or 0x704AB3) is known color: Studio. HEX triplet: 70, 4A and B3. RGB value is (112,74,179). Sum of RGB (Red+Green+Blue) = 112+74+179=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #704AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AB3 is #8FB54C. Grayscale: #606060. Windows color (decimal): -9418061 or 11750000. OLE color: 11750000.
HSL color Cylindrical-coordinate representation of color #704AB3: hue angle of 261.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #704AB3 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 74 | 179 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.30 |
| HSL | 261.71º | 0.42% | 0.5% | - |
| HSV(B) | 261.71º | 0.59% | 0.7% | - |
| XYZ | 17.27 | 11.6 | 43.98 | - |
| YUV | 97.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 179 | 0.37 | 0.59 | 0 | 0.30 | 261.71 | 0.42 | 0.5 |
| Hex | 70 | 4A | B3 | 25 | 3B | 0 | 1E | 106 | 2A | 32 |
| Octal | 160 | 112 | 263 | 45 | 73 | 0 | 36 | 406 | 52 | 62 |
| Binary | 1110000 | 1001010 | 10110011 | 100101 | 111011 | 0 | 11110 | 100000110 | 101010 | 110010 |
Color Harmonies of #704AB3
Complementary color
Monochromatic Colors of #704AB3
Black with #704AB3
Text Example
Text Example
White with #704AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704AB3; }
p { color: rgb(112,74,179); }
H1.HeaderClassName
{
color: #704AB3;
}
.AnyTagClassName
{
color: #704AB3;
}
</style>
background-color css
<style>
a { background-color: #704AB3; }
a { background-color: rgb(112,74,179); }
div.DivClassName
{
background-color: #704AB3;
}
.BgClassName
{
background-color: #704AB3;
}
</style>
border-color css
<style>
span { border-color: #704AB3; }
span { border-color: rgb(112,74,179); }
td.TdClassName
{
border-color: #704AB3;
}
.TagClassName
{
border-color: #704AB3;
}
</style>