Shades of Studio #784396
Tints of Studio #784396
RGB
CMYK
RGB Variations
Color information
#784396 (or 0x784396) is known color: Studio. HEX triplet: 78, 43 and 96. RGB value is (120,67,150). Sum of RGB (Red+Green+Blue) = 120+67+150=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #784396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784396 is #87BC69. Grayscale: #5C5C5C. Windows color (decimal): -8895594 or 9847672. OLE color: 9847672.
HSL color Cylindrical-coordinate representation of color #784396: hue angle of 278.31º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784396 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 67 | 150 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.41 |
| HSL | 278.31º | 0.38% | 0.43% | - |
| HSV(B) | 278.31º | 0.55% | 0.59% | - |
| XYZ | 15.26 | 10.21 | 30.02 | - |
| YUV | 92.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 150 | 0.20 | 0.55 | 0 | 0.41 | 278.31 | 0.38 | 0.43 |
| Hex | 78 | 43 | 96 | 14 | 37 | 0 | 29 | 116 | 26 | 2B |
| Octal | 170 | 103 | 226 | 24 | 67 | 0 | 51 | 426 | 46 | 53 |
| Binary | 1111000 | 1000011 | 10010110 | 10100 | 110111 | 0 | 101001 | 100010110 | 100110 | 101011 |
Color Harmonies of #784396
Complementary color
Monochromatic Colors of #784396
Black with #784396
Text Example
Text Example
White with #784396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784396; }
p { color: rgb(120,67,150); }
H1.HeaderClassName
{
color: #784396;
}
.AnyTagClassName
{
color: #784396;
}
</style>
background-color css
<style>
a { background-color: #784396; }
a { background-color: rgb(120,67,150); }
div.DivClassName
{
background-color: #784396;
}
.BgClassName
{
background-color: #784396;
}
</style>
border-color css
<style>
span { border-color: #784396; }
span { border-color: rgb(120,67,150); }
td.TdClassName
{
border-color: #784396;
}
.TagClassName
{
border-color: #784396;
}
</style>