Shades of Studio #783EAE
Tints of Studio #783EAE
RGB
CMYK
RGB Variations
Color information
#783EAE (or 0x783EAE) is known color: Studio. HEX triplet: 78, 3E and AE. RGB value is (120,62,174). Sum of RGB (Red+Green+Blue) = 120+62+174=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #783EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783EAE is #87C151. Grayscale: #5B5B5B. Windows color (decimal): -8896850 or 11419256. OLE color: 11419256.
HSL color Cylindrical-coordinate representation of color #783EAE: hue angle of 271.07º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #783EAE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 62 | 174 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.32 |
| HSL | 271.07º | 0.47% | 0.46% | - |
| HSV(B) | 271.07º | 0.64% | 0.68% | - |
| XYZ | 17.11 | 10.49 | 41.17 | - |
| YUV | 92.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 174 | 0.31 | 0.64 | 0 | 0.32 | 271.07 | 0.47 | 0.46 |
| Hex | 78 | 3E | AE | 1F | 40 | 0 | 20 | 10F | 2F | 2E |
| Octal | 170 | 76 | 256 | 37 | 100 | 0 | 40 | 417 | 57 | 56 |
| Binary | 1111000 | 111110 | 10101110 | 11111 | 1000000 | 0 | 100000 | 100001111 | 101111 | 101110 |
Color Harmonies of #783EAE
Complementary color
Monochromatic Colors of #783EAE
Black with #783EAE
Text Example
Text Example
White with #783EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783EAE; }
p { color: rgb(120,62,174); }
H1.HeaderClassName
{
color: #783EAE;
}
.AnyTagClassName
{
color: #783EAE;
}
</style>
background-color css
<style>
a { background-color: #783EAE; }
a { background-color: rgb(120,62,174); }
div.DivClassName
{
background-color: #783EAE;
}
.BgClassName
{
background-color: #783EAE;
}
</style>
border-color css
<style>
span { border-color: #783EAE; }
span { border-color: rgb(120,62,174); }
td.TdClassName
{
border-color: #783EAE;
}
.TagClassName
{
border-color: #783EAE;
}
</style>