Shades of Studio #734DAD
Tints of Studio #734DAD
RGB
CMYK
RGB Variations
Color information
#734DAD (or 0x734DAD) is known color: Studio. HEX triplet: 73, 4D and AD. RGB value is (115,77,173). Sum of RGB (Red+Green+Blue) = 115+77+173=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #734DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734DAD is #8CB252. Grayscale: #626262. Windows color (decimal): -9220691 or 11357555. OLE color: 11357555.
HSL color Cylindrical-coordinate representation of color #734DAD: hue angle of 263.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734DAD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 77 | 173 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.32 |
| HSL | 263.75º | 0.38% | 0.49% | - |
| HSV(B) | 263.75º | 0.55% | 0.68% | - |
| XYZ | 17.27 | 11.97 | 40.94 | - |
| YUV | 99.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 173 | 0.34 | 0.55 | 0 | 0.32 | 263.75 | 0.38 | 0.49 |
| Hex | 73 | 4D | AD | 22 | 37 | 0 | 20 | 108 | 26 | 31 |
| Octal | 163 | 115 | 255 | 42 | 67 | 0 | 40 | 410 | 46 | 61 |
| Binary | 1110011 | 1001101 | 10101101 | 100010 | 110111 | 0 | 100000 | 100001000 | 100110 | 110001 |
Color Harmonies of #734DAD
Complementary color
Monochromatic Colors of #734DAD
Black with #734DAD
Text Example
Text Example
White with #734DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DAD; }
p { color: rgb(115,77,173); }
H1.HeaderClassName
{
color: #734DAD;
}
.AnyTagClassName
{
color: #734DAD;
}
</style>
background-color css
<style>
a { background-color: #734DAD; }
a { background-color: rgb(115,77,173); }
div.DivClassName
{
background-color: #734DAD;
}
.BgClassName
{
background-color: #734DAD;
}
</style>
border-color css
<style>
span { border-color: #734DAD; }
span { border-color: rgb(115,77,173); }
td.TdClassName
{
border-color: #734DAD;
}
.TagClassName
{
border-color: #734DAD;
}
</style>