Shades of Studio #773FAB
Tints of Studio #773FAB
RGB
CMYK
RGB Variations
Color information
#773FAB (or 0x773FAB) is known color: Studio. HEX triplet: 77, 3F and AB. RGB value is (119,63,171). Sum of RGB (Red+Green+Blue) = 119+63+171=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #773FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773FAB is #88C054. Grayscale: #5B5B5B. Windows color (decimal): -8962133 or 11222903. OLE color: 11222903.
HSL color Cylindrical-coordinate representation of color #773FAB: hue angle of 271.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773FAB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 63 | 171 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.33 |
| HSL | 271.11º | 0.46% | 0.46% | - |
| HSV(B) | 271.11º | 0.63% | 0.67% | - |
| XYZ | 16.74 | 10.42 | 39.66 | - |
| YUV | 92.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 171 | 0.30 | 0.63 | 0 | 0.33 | 271.11 | 0.46 | 0.46 |
| Hex | 77 | 3F | AB | 1E | 3F | 0 | 21 | 10F | 2E | 2E |
| Octal | 167 | 77 | 253 | 36 | 77 | 0 | 41 | 417 | 56 | 56 |
| Binary | 1110111 | 111111 | 10101011 | 11110 | 111111 | 0 | 100001 | 100001111 | 101110 | 101110 |
Color Harmonies of #773FAB
Complementary color
Monochromatic Colors of #773FAB
Black with #773FAB
Text Example
Text Example
White with #773FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FAB; }
p { color: rgb(119,63,171); }
H1.HeaderClassName
{
color: #773FAB;
}
.AnyTagClassName
{
color: #773FAB;
}
</style>
background-color css
<style>
a { background-color: #773FAB; }
a { background-color: rgb(119,63,171); }
div.DivClassName
{
background-color: #773FAB;
}
.BgClassName
{
background-color: #773FAB;
}
</style>
border-color css
<style>
span { border-color: #773FAB; }
span { border-color: rgb(119,63,171); }
td.TdClassName
{
border-color: #773FAB;
}
.TagClassName
{
border-color: #773FAB;
}
</style>