Shades of Studio #704897
Tints of Studio #704897
RGB
CMYK
RGB Variations
Color information
#704897 (or 0x704897) is known color: Studio. HEX triplet: 70, 48 and 97. RGB value is (112,72,151). Sum of RGB (Red+Green+Blue) = 112+72+151=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #704897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704897 is #8FB768. Grayscale: #5C5C5C. Windows color (decimal): -9418601 or 9914480. OLE color: 9914480.
HSL color Cylindrical-coordinate representation of color #704897: hue angle of 270.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #704897 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 72 | 151 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.41 |
| HSL | 270.38º | 0.35% | 0.44% | - |
| HSV(B) | 270.38º | 0.52% | 0.59% | - |
| XYZ | 14.59 | 10.31 | 30.5 | - |
| YUV | 92.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 151 | 0.26 | 0.52 | 0 | 0.41 | 270.38 | 0.35 | 0.44 |
| Hex | 70 | 48 | 97 | 1A | 34 | 0 | 29 | 10E | 23 | 2C |
| Octal | 160 | 110 | 227 | 32 | 64 | 0 | 51 | 416 | 43 | 54 |
| Binary | 1110000 | 1001000 | 10010111 | 11010 | 110100 | 0 | 101001 | 100001110 | 100011 | 101100 |
Color Harmonies of #704897
Complementary color
Monochromatic Colors of #704897
Black with #704897
Text Example
Text Example
White with #704897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704897; }
p { color: rgb(112,72,151); }
H1.HeaderClassName
{
color: #704897;
}
.AnyTagClassName
{
color: #704897;
}
</style>
background-color css
<style>
a { background-color: #704897; }
a { background-color: rgb(112,72,151); }
div.DivClassName
{
background-color: #704897;
}
.BgClassName
{
background-color: #704897;
}
</style>
border-color css
<style>
span { border-color: #704897; }
span { border-color: rgb(112,72,151); }
td.TdClassName
{
border-color: #704897;
}
.TagClassName
{
border-color: #704897;
}
</style>