Shades of Studio #704EAE
Tints of Studio #704EAE
RGB
CMYK
RGB Variations
Color information
#704EAE (or 0x704EAE) is known color: Studio. HEX triplet: 70, 4E and AE. RGB value is (112,78,174). Sum of RGB (Red+Green+Blue) = 112+78+174=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #704EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704EAE is #8FB151. Grayscale: #626262. Windows color (decimal): -9417042 or 11423344. OLE color: 11423344.
HSL color Cylindrical-coordinate representation of color #704EAE: hue angle of 261.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704EAE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 78 | 174 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.32 |
| HSL | 261.25º | 0.38% | 0.49% | - |
| HSV(B) | 261.25º | 0.55% | 0.68% | - |
| XYZ | 17.05 | 11.95 | 41.45 | - |
| YUV | 99.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 174 | 0.36 | 0.55 | 0 | 0.32 | 261.25 | 0.38 | 0.49 |
| Hex | 70 | 4E | AE | 24 | 37 | 0 | 20 | 105 | 26 | 31 |
| Octal | 160 | 116 | 256 | 44 | 67 | 0 | 40 | 405 | 46 | 61 |
| Binary | 1110000 | 1001110 | 10101110 | 100100 | 110111 | 0 | 100000 | 100000101 | 100110 | 110001 |
Color Harmonies of #704EAE
Complementary color
Monochromatic Colors of #704EAE
Black with #704EAE
Text Example
Text Example
White with #704EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EAE; }
p { color: rgb(112,78,174); }
H1.HeaderClassName
{
color: #704EAE;
}
.AnyTagClassName
{
color: #704EAE;
}
</style>
background-color css
<style>
a { background-color: #704EAE; }
a { background-color: rgb(112,78,174); }
div.DivClassName
{
background-color: #704EAE;
}
.BgClassName
{
background-color: #704EAE;
}
</style>
border-color css
<style>
span { border-color: #704EAE; }
span { border-color: rgb(112,78,174); }
td.TdClassName
{
border-color: #704EAE;
}
.TagClassName
{
border-color: #704EAE;
}
</style>