Shades of Studio #774DAD
Tints of Studio #774DAD
RGB
CMYK
RGB Variations
Color information
#774DAD (or 0x774DAD) is known color: Studio. HEX triplet: 77, 4D and AD. RGB value is (119,77,173). Sum of RGB (Red+Green+Blue) = 119+77+173=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #774DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DAD is #88B252. Grayscale: #646464. Windows color (decimal): -8958547 or 11357559. OLE color: 11357559.
HSL color Cylindrical-coordinate representation of color #774DAD: hue angle of 266.25º 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 #774DAD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 77 | 173 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.32 |
| HSL | 266.25º | 0.38% | 0.49% | - |
| HSV(B) | 266.25º | 0.55% | 0.68% | - |
| XYZ | 17.8 | 12.25 | 40.96 | - |
| YUV | 100.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 173 | 0.31 | 0.55 | 0 | 0.32 | 266.25 | 0.38 | 0.49 |
| Hex | 77 | 4D | AD | 1F | 37 | 0 | 20 | 10A | 26 | 31 |
| Octal | 167 | 115 | 255 | 37 | 67 | 0 | 40 | 412 | 46 | 61 |
| Binary | 1110111 | 1001101 | 10101101 | 11111 | 110111 | 0 | 100000 | 100001010 | 100110 | 110001 |
Color Harmonies of #774DAD
Complementary color
Monochromatic Colors of #774DAD
Black with #774DAD
Text Example
Text Example
White with #774DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DAD; }
p { color: rgb(119,77,173); }
H1.HeaderClassName
{
color: #774DAD;
}
.AnyTagClassName
{
color: #774DAD;
}
</style>
background-color css
<style>
a { background-color: #774DAD; }
a { background-color: rgb(119,77,173); }
div.DivClassName
{
background-color: #774DAD;
}
.BgClassName
{
background-color: #774DAD;
}
</style>
border-color css
<style>
span { border-color: #774DAD; }
span { border-color: rgb(119,77,173); }
td.TdClassName
{
border-color: #774DAD;
}
.TagClassName
{
border-color: #774DAD;
}
</style>