Shades of Studio #734BA3
Tints of Studio #734BA3
RGB
CMYK
RGB Variations
Color information
#734BA3 (or 0x734BA3) is known color: Studio. HEX triplet: 73, 4B and A3. RGB value is (115,75,163). Sum of RGB (Red+Green+Blue) = 115+75+163=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 163 - color contains mainly: blue. Hex color #734BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734BA3 is #8CB45C. Grayscale: #606060. Windows color (decimal): -9221213 or 10701683. OLE color: 10701683.
HSL color Cylindrical-coordinate representation of color #734BA3: hue angle of 267.27º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734BA3 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 75 | 163 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.36 |
| HSL | 267.27º | 0.37% | 0.47% | - |
| HSV(B) | 267.27º | 0.54% | 0.64% | - |
| XYZ | 16.2 | 11.32 | 35.98 | - |
| YUV | 96.99 | 165.25 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 163 | 0.29 | 0.54 | 0 | 0.36 | 267.27 | 0.37 | 0.47 |
| Hex | 73 | 4B | A3 | 1D | 36 | 0 | 24 | 10B | 25 | 2F |
| Octal | 163 | 113 | 243 | 35 | 66 | 0 | 44 | 413 | 45 | 57 |
| Binary | 1110011 | 1001011 | 10100011 | 11101 | 110110 | 0 | 100100 | 100001011 | 100101 | 101111 |
Color Harmonies of #734BA3
Complementary color
Monochromatic Colors of #734BA3
Black with #734BA3
Text Example
Text Example
White with #734BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BA3; }
p { color: rgb(115,75,163); }
H1.HeaderClassName
{
color: #734BA3;
}
.AnyTagClassName
{
color: #734BA3;
}
</style>
background-color css
<style>
a { background-color: #734BA3; }
a { background-color: rgb(115,75,163); }
div.DivClassName
{
background-color: #734BA3;
}
.BgClassName
{
background-color: #734BA3;
}
</style>
border-color css
<style>
span { border-color: #734BA3; }
span { border-color: rgb(115,75,163); }
td.TdClassName
{
border-color: #734BA3;
}
.TagClassName
{
border-color: #734BA3;
}
</style>