Shades of Studio #774CB1
Tints of Studio #774CB1
RGB
CMYK
RGB Variations
Color information
#774CB1 (or 0x774CB1) is known color: Studio. HEX triplet: 77, 4C and B1. RGB value is (119,76,177). Sum of RGB (Red+Green+Blue) = 119+76+177=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #774CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CB1 is #88B34E. Grayscale: #646464. Windows color (decimal): -8958799 or 11619447. OLE color: 11619447.
HSL color Cylindrical-coordinate representation of color #774CB1: hue angle of 265.54º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774CB1 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 76 | 177 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.31 |
| HSL | 265.54º | 0.4% | 0.5% | - |
| HSV(B) | 265.54º | 0.57% | 0.69% | - |
| XYZ | 18.13 | 12.27 | 43.01 | - |
| YUV | 100.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 177 | 0.33 | 0.57 | 0 | 0.31 | 265.54 | 0.4 | 0.5 |
| Hex | 77 | 4C | B1 | 21 | 39 | 0 | 1F | 10A | 28 | 32 |
| Octal | 167 | 114 | 261 | 41 | 71 | 0 | 37 | 412 | 50 | 62 |
| Binary | 1110111 | 1001100 | 10110001 | 100001 | 111001 | 0 | 11111 | 100001010 | 101000 | 110010 |
Color Harmonies of #774CB1
Complementary color
Monochromatic Colors of #774CB1
Black with #774CB1
Text Example
Text Example
White with #774CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CB1; }
p { color: rgb(119,76,177); }
H1.HeaderClassName
{
color: #774CB1;
}
.AnyTagClassName
{
color: #774CB1;
}
</style>
background-color css
<style>
a { background-color: #774CB1; }
a { background-color: rgb(119,76,177); }
div.DivClassName
{
background-color: #774CB1;
}
.BgClassName
{
background-color: #774CB1;
}
</style>
border-color css
<style>
span { border-color: #774CB1; }
span { border-color: rgb(119,76,177); }
td.TdClassName
{
border-color: #774CB1;
}
.TagClassName
{
border-color: #774CB1;
}
</style>