Shades of Studio #734DB1
Tints of Studio #734DB1
RGB
CMYK
RGB Variations
Color information
#734DB1 (or 0x734DB1) is known color: Studio. HEX triplet: 73, 4D and B1. RGB value is (115,77,177). Sum of RGB (Red+Green+Blue) = 115+77+177=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #734DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734DB1 is #8CB24E. Grayscale: #636363. Windows color (decimal): -9220687 or 11619699. OLE color: 11619699.
HSL color Cylindrical-coordinate representation of color #734DB1: hue angle of 262.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #734DB1 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 77 | 177 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.31 |
| HSL | 262.8º | 0.39% | 0.5% | - |
| HSV(B) | 262.8º | 0.56% | 0.69% | - |
| XYZ | 17.66 | 12.13 | 43 | - |
| YUV | 99.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 177 | 0.35 | 0.56 | 0 | 0.31 | 262.8 | 0.39 | 0.5 |
| Hex | 73 | 4D | B1 | 23 | 38 | 0 | 1F | 107 | 27 | 32 |
| Octal | 163 | 115 | 261 | 43 | 70 | 0 | 37 | 407 | 47 | 62 |
| Binary | 1110011 | 1001101 | 10110001 | 100011 | 111000 | 0 | 11111 | 100000111 | 100111 | 110010 |
Color Harmonies of #734DB1
Complementary color
Monochromatic Colors of #734DB1
Black with #734DB1
Text Example
Text Example
White with #734DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DB1; }
p { color: rgb(115,77,177); }
H1.HeaderClassName
{
color: #734DB1;
}
.AnyTagClassName
{
color: #734DB1;
}
</style>
background-color css
<style>
a { background-color: #734DB1; }
a { background-color: rgb(115,77,177); }
div.DivClassName
{
background-color: #734DB1;
}
.BgClassName
{
background-color: #734DB1;
}
</style>
border-color css
<style>
span { border-color: #734DB1; }
span { border-color: rgb(115,77,177); }
td.TdClassName
{
border-color: #734DB1;
}
.TagClassName
{
border-color: #734DB1;
}
</style>