Shades of Studio #774DA1
Tints of Studio #774DA1
RGB
CMYK
RGB Variations
Color information
#774DA1 (or 0x774DA1) is known color: Studio. HEX triplet: 77, 4D and A1. RGB value is (119,77,161). Sum of RGB (Red+Green+Blue) = 119+77+161=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #774DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DA1 is #88B25E. Grayscale: #626262. Windows color (decimal): -8958559 or 10571127. OLE color: 10571127.
HSL color Cylindrical-coordinate representation of color #774DA1: hue angle of 270º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774DA1 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 77 | 161 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.37 |
| HSL | 270º | 0.35% | 0.47% | - |
| HSV(B) | 270º | 0.52% | 0.63% | - |
| XYZ | 16.69 | 11.8 | 35.12 | - |
| YUV | 99.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 161 | 0.26 | 0.52 | 0 | 0.37 | 270 | 0.35 | 0.47 |
| Hex | 77 | 4D | A1 | 1A | 34 | 0 | 25 | 10E | 23 | 2F |
| Octal | 167 | 115 | 241 | 32 | 64 | 0 | 45 | 416 | 43 | 57 |
| Binary | 1110111 | 1001101 | 10100001 | 11010 | 110100 | 0 | 100101 | 100001110 | 100011 | 101111 |
Color Harmonies of #774DA1
Complementary color
Monochromatic Colors of #774DA1
Black with #774DA1
Text Example
Text Example
White with #774DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DA1; }
p { color: rgb(119,77,161); }
H1.HeaderClassName
{
color: #774DA1;
}
.AnyTagClassName
{
color: #774DA1;
}
</style>
background-color css
<style>
a { background-color: #774DA1; }
a { background-color: rgb(119,77,161); }
div.DivClassName
{
background-color: #774DA1;
}
.BgClassName
{
background-color: #774DA1;
}
</style>
border-color css
<style>
span { border-color: #774DA1; }
span { border-color: rgb(119,77,161); }
td.TdClassName
{
border-color: #774DA1;
}
.TagClassName
{
border-color: #774DA1;
}
</style>