Shades of Studio #783FAB
Tints of Studio #783FAB
RGB
CMYK
RGB Variations
Color information
#783FAB (or 0x783FAB) is known color: Studio. HEX triplet: 78, 3F and AB. RGB value is (120,63,171). Sum of RGB (Red+Green+Blue) = 120+63+171=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #783FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAB is #87C054. Grayscale: #5B5B5B. Windows color (decimal): -8896597 or 11222904. OLE color: 11222904.
HSL color Cylindrical-coordinate representation of color #783FAB: hue angle of 271.67º 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 #783FAB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 63 | 171 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.33 |
| HSL | 271.67º | 0.46% | 0.46% | - |
| HSV(B) | 271.67º | 0.63% | 0.67% | - |
| XYZ | 16.87 | 10.49 | 39.66 | - |
| YUV | 92.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 171 | 0.30 | 0.63 | 0 | 0.33 | 271.67 | 0.46 | 0.46 |
| Hex | 78 | 3F | AB | 1E | 3F | 0 | 21 | 110 | 2E | 2E |
| Octal | 170 | 77 | 253 | 36 | 77 | 0 | 41 | 420 | 56 | 56 |
| Binary | 1111000 | 111111 | 10101011 | 11110 | 111111 | 0 | 100001 | 100010000 | 101110 | 101110 |
Color Harmonies of #783FAB
Complementary color
Monochromatic Colors of #783FAB
Black with #783FAB
Text Example
Text Example
White with #783FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FAB; }
p { color: rgb(120,63,171); }
H1.HeaderClassName
{
color: #783FAB;
}
.AnyTagClassName
{
color: #783FAB;
}
</style>
background-color css
<style>
a { background-color: #783FAB; }
a { background-color: rgb(120,63,171); }
div.DivClassName
{
background-color: #783FAB;
}
.BgClassName
{
background-color: #783FAB;
}
</style>
border-color css
<style>
span { border-color: #783FAB; }
span { border-color: rgb(120,63,171); }
td.TdClassName
{
border-color: #783FAB;
}
.TagClassName
{
border-color: #783FAB;
}
</style>