Shades of Studio #783FAC
Tints of Studio #783FAC
RGB
CMYK
RGB Variations
Color information
#783FAC (or 0x783FAC) is known color: Studio. HEX triplet: 78, 3F and AC. RGB value is (120,63,172). Sum of RGB (Red+Green+Blue) = 120+63+172=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #783FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAC is #87C053. Grayscale: #5C5C5C. Windows color (decimal): -8896596 or 11288440. OLE color: 11288440.
HSL color Cylindrical-coordinate representation of color #783FAC: hue angle of 271.38º 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 #783FAC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 63 | 172 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.33 |
| HSL | 271.38º | 0.46% | 0.46% | - |
| HSV(B) | 271.38º | 0.63% | 0.67% | - |
| XYZ | 16.97 | 10.53 | 40.17 | - |
| YUV | 92.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 172 | 0.30 | 0.63 | 0 | 0.33 | 271.38 | 0.46 | 0.46 |
| Hex | 78 | 3F | AC | 1E | 3F | 0 | 21 | 10F | 2E | 2E |
| Octal | 170 | 77 | 254 | 36 | 77 | 0 | 41 | 417 | 56 | 56 |
| Binary | 1111000 | 111111 | 10101100 | 11110 | 111111 | 0 | 100001 | 100001111 | 101110 | 101110 |
Color Harmonies of #783FAC
Complementary color
Monochromatic Colors of #783FAC
Black with #783FAC
Text Example
Text Example
White with #783FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FAC; }
p { color: rgb(120,63,172); }
H1.HeaderClassName
{
color: #783FAC;
}
.AnyTagClassName
{
color: #783FAC;
}
</style>
background-color css
<style>
a { background-color: #783FAC; }
a { background-color: rgb(120,63,172); }
div.DivClassName
{
background-color: #783FAC;
}
.BgClassName
{
background-color: #783FAC;
}
</style>
border-color css
<style>
span { border-color: #783FAC; }
span { border-color: rgb(120,63,172); }
td.TdClassName
{
border-color: #783FAC;
}
.TagClassName
{
border-color: #783FAC;
}
</style>