Shades of Studio #78449C
Tints of Studio #78449C
RGB
CMYK
RGB Variations
Color information
#78449C (or 0x78449C) is known color: Studio. HEX triplet: 78, 44 and 9C. RGB value is (120,68,156). Sum of RGB (Red+Green+Blue) = 120+68+156=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #78449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78449C is #87BB63. Grayscale: #5D5D5D. Windows color (decimal): -8895332 or 10241144. OLE color: 10241144.
HSL color Cylindrical-coordinate representation of color #78449C: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78449C is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 68 | 156 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.39 |
| HSL | 275.45º | 0.39% | 0.44% | - |
| HSV(B) | 275.45º | 0.56% | 0.61% | - |
| XYZ | 15.81 | 10.53 | 32.65 | - |
| YUV | 93.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 156 | 0.23 | 0.56 | 0 | 0.39 | 275.45 | 0.39 | 0.44 |
| Hex | 78 | 44 | 9C | 17 | 38 | 0 | 27 | 113 | 27 | 2C |
| Octal | 170 | 104 | 234 | 27 | 70 | 0 | 47 | 423 | 47 | 54 |
| Binary | 1111000 | 1000100 | 10011100 | 10111 | 111000 | 0 | 100111 | 100010011 | 100111 | 101100 |
Color Harmonies of #78449C
Complementary color
Monochromatic Colors of #78449C
Black with #78449C
Text Example
Text Example
White with #78449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78449C; }
p { color: rgb(120,68,156); }
H1.HeaderClassName
{
color: #78449C;
}
.AnyTagClassName
{
color: #78449C;
}
</style>
background-color css
<style>
a { background-color: #78449C; }
a { background-color: rgb(120,68,156); }
div.DivClassName
{
background-color: #78449C;
}
.BgClassName
{
background-color: #78449C;
}
</style>
border-color css
<style>
span { border-color: #78449C; }
span { border-color: rgb(120,68,156); }
td.TdClassName
{
border-color: #78449C;
}
.TagClassName
{
border-color: #78449C;
}
</style>