Shades of Studio #734FB4
Tints of Studio #734FB4
RGB
CMYK
RGB Variations
Color information
#734FB4 (or 0x734FB4) is known color: Studio. HEX triplet: 73, 4F and B4. RGB value is (115,79,180). Sum of RGB (Red+Green+Blue) = 115+79+180=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #734FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FB4 is #8CB04B. Grayscale: #646464. Windows color (decimal): -9220172 or 11816819. OLE color: 11816819.
HSL color Cylindrical-coordinate representation of color #734FB4: hue angle of 261.39º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #734FB4 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 79 | 180 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.29 |
| HSL | 261.39º | 0.4% | 0.51% | - |
| HSV(B) | 261.39º | 0.56% | 0.71% | - |
| XYZ | 18.1 | 12.53 | 44.64 | - |
| YUV | 101.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 180 | 0.36 | 0.56 | 0 | 0.29 | 261.39 | 0.4 | 0.51 |
| Hex | 73 | 4F | B4 | 24 | 38 | 0 | 1D | 105 | 28 | 33 |
| Octal | 163 | 117 | 264 | 44 | 70 | 0 | 35 | 405 | 50 | 63 |
| Binary | 1110011 | 1001111 | 10110100 | 100100 | 111000 | 0 | 11101 | 100000101 | 101000 | 110011 |
Color Harmonies of #734FB4
Complementary color
Monochromatic Colors of #734FB4
Black with #734FB4
Text Example
Text Example
White with #734FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FB4; }
p { color: rgb(115,79,180); }
H1.HeaderClassName
{
color: #734FB4;
}
.AnyTagClassName
{
color: #734FB4;
}
</style>
background-color css
<style>
a { background-color: #734FB4; }
a { background-color: rgb(115,79,180); }
div.DivClassName
{
background-color: #734FB4;
}
.BgClassName
{
background-color: #734FB4;
}
</style>
border-color css
<style>
span { border-color: #734FB4; }
span { border-color: rgb(115,79,180); }
td.TdClassName
{
border-color: #734FB4;
}
.TagClassName
{
border-color: #734FB4;
}
</style>