Shades of Studio #78449B
Tints of Studio #78449B
RGB
CMYK
RGB Variations
Color information
#78449B (or 0x78449B) is known color: Studio. HEX triplet: 78, 44 and 9B. RGB value is (120,68,155). Sum of RGB (Red+Green+Blue) = 120+68+155=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #78449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78449B is #87BB64. Grayscale: #5D5D5D. Windows color (decimal): -8895333 or 10175608. OLE color: 10175608.
HSL color Cylindrical-coordinate representation of color #78449B: hue angle of 275.86º 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 #78449B is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 68 | 155 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.39 |
| HSL | 275.86º | 0.39% | 0.44% | - |
| HSV(B) | 275.86º | 0.56% | 0.61% | - |
| XYZ | 15.73 | 10.49 | 32.21 | - |
| YUV | 93.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 155 | 0.23 | 0.56 | 0 | 0.39 | 275.86 | 0.39 | 0.44 |
| Hex | 78 | 44 | 9B | 17 | 38 | 0 | 27 | 114 | 27 | 2C |
| Octal | 170 | 104 | 233 | 27 | 70 | 0 | 47 | 424 | 47 | 54 |
| Binary | 1111000 | 1000100 | 10011011 | 10111 | 111000 | 0 | 100111 | 100010100 | 100111 | 101100 |
Color Harmonies of #78449B
Complementary color
Monochromatic Colors of #78449B
Black with #78449B
Text Example
Text Example
White with #78449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78449B; }
p { color: rgb(120,68,155); }
H1.HeaderClassName
{
color: #78449B;
}
.AnyTagClassName
{
color: #78449B;
}
</style>
background-color css
<style>
a { background-color: #78449B; }
a { background-color: rgb(120,68,155); }
div.DivClassName
{
background-color: #78449B;
}
.BgClassName
{
background-color: #78449B;
}
</style>
border-color css
<style>
span { border-color: #78449B; }
span { border-color: rgb(120,68,155); }
td.TdClassName
{
border-color: #78449B;
}
.TagClassName
{
border-color: #78449B;
}
</style>