Shades of Studio #783EAB
Tints of Studio #783EAB
RGB
CMYK
RGB Variations
Color information
#783EAB (or 0x783EAB) is known color: Studio. HEX triplet: 78, 3E and AB. RGB value is (120,62,171). Sum of RGB (Red+Green+Blue) = 120+62+171=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 62 (24.61% from 255 or 17.56% 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 #783EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783EAB is #87C154. Grayscale: #5B5B5B. Windows color (decimal): -8896853 or 11222648. OLE color: 11222648.
HSL color Cylindrical-coordinate representation of color #783EAB: hue angle of 271.93º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #783EAB is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 62 | 171 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.33 |
| HSL | 271.93º | 0.47% | 0.46% | - |
| HSV(B) | 271.93º | 0.64% | 0.67% | - |
| XYZ | 16.82 | 10.38 | 39.64 | - |
| YUV | 91.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 171 | 0.30 | 0.64 | 0 | 0.33 | 271.93 | 0.47 | 0.46 |
| Hex | 78 | 3E | AB | 1E | 40 | 0 | 21 | 110 | 2F | 2E |
| Octal | 170 | 76 | 253 | 36 | 100 | 0 | 41 | 420 | 57 | 56 |
| Binary | 1111000 | 111110 | 10101011 | 11110 | 1000000 | 0 | 100001 | 100010000 | 101111 | 101110 |
Color Harmonies of #783EAB
Complementary color
Monochromatic Colors of #783EAB
Black with #783EAB
Text Example
Text Example
White with #783EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783EAB; }
p { color: rgb(120,62,171); }
H1.HeaderClassName
{
color: #783EAB;
}
.AnyTagClassName
{
color: #783EAB;
}
</style>
background-color css
<style>
a { background-color: #783EAB; }
a { background-color: rgb(120,62,171); }
div.DivClassName
{
background-color: #783EAB;
}
.BgClassName
{
background-color: #783EAB;
}
</style>
border-color css
<style>
span { border-color: #783EAB; }
span { border-color: rgb(120,62,171); }
td.TdClassName
{
border-color: #783EAB;
}
.TagClassName
{
border-color: #783EAB;
}
</style>