Shades of Studio #704EAA
Tints of Studio #704EAA
RGB
CMYK
RGB Variations
Color information
#704EAA (or 0x704EAA) is known color: Studio. HEX triplet: 70, 4E and AA. RGB value is (112,78,170). Sum of RGB (Red+Green+Blue) = 112+78+170=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #704EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704EAA is #8FB155. Grayscale: #626262. Windows color (decimal): -9417046 or 11161200. OLE color: 11161200.
HSL color Cylindrical-coordinate representation of color #704EAA: hue angle of 262.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704EAA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 78 | 170 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.33 |
| HSL | 262.17º | 0.37% | 0.49% | - |
| HSV(B) | 262.17º | 0.54% | 0.67% | - |
| XYZ | 16.66 | 11.8 | 39.43 | - |
| YUV | 98.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 170 | 0.34 | 0.54 | 0 | 0.33 | 262.17 | 0.37 | 0.49 |
| Hex | 70 | 4E | AA | 22 | 36 | 0 | 21 | 106 | 25 | 31 |
| Octal | 160 | 116 | 252 | 42 | 66 | 0 | 41 | 406 | 45 | 61 |
| Binary | 1110000 | 1001110 | 10101010 | 100010 | 110110 | 0 | 100001 | 100000110 | 100101 | 110001 |
Color Harmonies of #704EAA
Complementary color
Monochromatic Colors of #704EAA
Black with #704EAA
Text Example
Text Example
White with #704EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EAA; }
p { color: rgb(112,78,170); }
H1.HeaderClassName
{
color: #704EAA;
}
.AnyTagClassName
{
color: #704EAA;
}
</style>
background-color css
<style>
a { background-color: #704EAA; }
a { background-color: rgb(112,78,170); }
div.DivClassName
{
background-color: #704EAA;
}
.BgClassName
{
background-color: #704EAA;
}
</style>
border-color css
<style>
span { border-color: #704EAA; }
span { border-color: rgb(112,78,170); }
td.TdClassName
{
border-color: #704EAA;
}
.TagClassName
{
border-color: #704EAA;
}
</style>