Shades of Studio #704AAF
Tints of Studio #704AAF
RGB
CMYK
RGB Variations
Color information
#704AAF (or 0x704AAF) is known color: Studio. HEX triplet: 70, 4A and AF. RGB value is (112,74,175). Sum of RGB (Red+Green+Blue) = 112+74+175=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #704AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704AAF is #8FB550. Grayscale: #606060. Windows color (decimal): -9418065 or 11487856. OLE color: 11487856.
HSL color Cylindrical-coordinate representation of color #704AAF: hue angle of 262.57º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #704AAF is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 74 | 175 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.31 |
| HSL | 262.57º | 0.41% | 0.49% | - |
| HSV(B) | 262.57º | 0.58% | 0.69% | - |
| XYZ | 16.87 | 11.44 | 41.88 | - |
| YUV | 96.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 175 | 0.36 | 0.58 | 0 | 0.31 | 262.57 | 0.41 | 0.49 |
| Hex | 70 | 4A | AF | 24 | 3A | 0 | 1F | 107 | 29 | 31 |
| Octal | 160 | 112 | 257 | 44 | 72 | 0 | 37 | 407 | 51 | 61 |
| Binary | 1110000 | 1001010 | 10101111 | 100100 | 111010 | 0 | 11111 | 100000111 | 101001 | 110001 |
Color Harmonies of #704AAF
Complementary color
Monochromatic Colors of #704AAF
Black with #704AAF
Text Example
Text Example
White with #704AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704AAF; }
p { color: rgb(112,74,175); }
H1.HeaderClassName
{
color: #704AAF;
}
.AnyTagClassName
{
color: #704AAF;
}
</style>
background-color css
<style>
a { background-color: #704AAF; }
a { background-color: rgb(112,74,175); }
div.DivClassName
{
background-color: #704AAF;
}
.BgClassName
{
background-color: #704AAF;
}
</style>
border-color css
<style>
span { border-color: #704AAF; }
span { border-color: rgb(112,74,175); }
td.TdClassName
{
border-color: #704AAF;
}
.TagClassName
{
border-color: #704AAF;
}
</style>