Shades of Studio #784198
Tints of Studio #784198
RGB
CMYK
RGB Variations
Color information
#784198 (or 0x784198) is known color: Studio. HEX triplet: 78, 41 and 98. RGB value is (120,65,152). Sum of RGB (Red+Green+Blue) = 120+65+152=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #784198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784198 is #87BE67. Grayscale: #5B5B5B. Windows color (decimal): -8896104 or 9978232. OLE color: 9978232.
HSL color Cylindrical-coordinate representation of color #784198: hue angle of 277.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784198 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 65 | 152 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.40 |
| HSL | 277.93º | 0.4% | 0.43% | - |
| HSV(B) | 277.93º | 0.57% | 0.6% | - |
| XYZ | 15.3 | 10.04 | 30.84 | - |
| YUV | 91.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 152 | 0.21 | 0.57 | 0 | 0.40 | 277.93 | 0.4 | 0.43 |
| Hex | 78 | 41 | 98 | 15 | 39 | 0 | 28 | 116 | 28 | 2B |
| Octal | 170 | 101 | 230 | 25 | 71 | 0 | 50 | 426 | 50 | 53 |
| Binary | 1111000 | 1000001 | 10011000 | 10101 | 111001 | 0 | 101000 | 100010110 | 101000 | 101011 |
Color Harmonies of #784198
Complementary color
Monochromatic Colors of #784198
Black with #784198
Text Example
Text Example
White with #784198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784198; }
p { color: rgb(120,65,152); }
H1.HeaderClassName
{
color: #784198;
}
.AnyTagClassName
{
color: #784198;
}
</style>
background-color css
<style>
a { background-color: #784198; }
a { background-color: rgb(120,65,152); }
div.DivClassName
{
background-color: #784198;
}
.BgClassName
{
background-color: #784198;
}
</style>
border-color css
<style>
span { border-color: #784198; }
span { border-color: rgb(120,65,152); }
td.TdClassName
{
border-color: #784198;
}
.TagClassName
{
border-color: #784198;
}
</style>