Shades of Studio #704BAB
Tints of Studio #704BAB
RGB
CMYK
RGB Variations
Color information
#704BAB (or 0x704BAB) is known color: Studio. HEX triplet: 70, 4B and AB. RGB value is (112,75,171). Sum of RGB (Red+Green+Blue) = 112+75+171=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #704BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BAB is #8FB454. Grayscale: #606060. Windows color (decimal): -9417813 or 11225968. OLE color: 11225968.
HSL color Cylindrical-coordinate representation of color #704BAB: hue angle of 263.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704BAB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 75 | 171 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.33 |
| HSL | 263.13º | 0.39% | 0.48% | - |
| HSV(B) | 263.13º | 0.56% | 0.67% | - |
| XYZ | 16.55 | 11.42 | 39.86 | - |
| YUV | 97.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 171 | 0.35 | 0.56 | 0 | 0.33 | 263.13 | 0.39 | 0.48 |
| Hex | 70 | 4B | AB | 23 | 38 | 0 | 21 | 107 | 27 | 30 |
| Octal | 160 | 113 | 253 | 43 | 70 | 0 | 41 | 407 | 47 | 60 |
| Binary | 1110000 | 1001011 | 10101011 | 100011 | 111000 | 0 | 100001 | 100000111 | 100111 | 110000 |
Color Harmonies of #704BAB
Complementary color
Monochromatic Colors of #704BAB
Black with #704BAB
Text Example
Text Example
White with #704BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BAB; }
p { color: rgb(112,75,171); }
H1.HeaderClassName
{
color: #704BAB;
}
.AnyTagClassName
{
color: #704BAB;
}
</style>
background-color css
<style>
a { background-color: #704BAB; }
a { background-color: rgb(112,75,171); }
div.DivClassName
{
background-color: #704BAB;
}
.BgClassName
{
background-color: #704BAB;
}
</style>
border-color css
<style>
span { border-color: #704BAB; }
span { border-color: rgb(112,75,171); }
td.TdClassName
{
border-color: #704BAB;
}
.TagClassName
{
border-color: #704BAB;
}
</style>