Shades of Studio #78479F
Tints of Studio #78479F
RGB
CMYK
RGB Variations
Color information
#78479F (or 0x78479F) is known color: Studio. HEX triplet: 78, 47 and 9F. RGB value is (120,71,159). Sum of RGB (Red+Green+Blue) = 120+71+159=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #78479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78479F is #87B860. Grayscale: #5F5F5F. Windows color (decimal): -8894561 or 10438520. OLE color: 10438520.
HSL color Cylindrical-coordinate representation of color #78479F: hue angle of 273.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78479F is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 71 | 159 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.38 |
| HSL | 273.41º | 0.38% | 0.45% | - |
| HSV(B) | 273.41º | 0.55% | 0.62% | - |
| XYZ | 16.26 | 11 | 34.07 | - |
| YUV | 95.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 159 | 0.25 | 0.55 | 0 | 0.38 | 273.41 | 0.38 | 0.45 |
| Hex | 78 | 47 | 9F | 19 | 37 | 0 | 26 | 111 | 26 | 2D |
| Octal | 170 | 107 | 237 | 31 | 67 | 0 | 46 | 421 | 46 | 55 |
| Binary | 1111000 | 1000111 | 10011111 | 11001 | 110111 | 0 | 100110 | 100010001 | 100110 | 101101 |
Color Harmonies of #78479F
Complementary color
Monochromatic Colors of #78479F
Black with #78479F
Text Example
Text Example
White with #78479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78479F; }
p { color: rgb(120,71,159); }
H1.HeaderClassName
{
color: #78479F;
}
.AnyTagClassName
{
color: #78479F;
}
</style>
background-color css
<style>
a { background-color: #78479F; }
a { background-color: rgb(120,71,159); }
div.DivClassName
{
background-color: #78479F;
}
.BgClassName
{
background-color: #78479F;
}
</style>
border-color css
<style>
span { border-color: #78479F; }
span { border-color: rgb(120,71,159); }
td.TdClassName
{
border-color: #78479F;
}
.TagClassName
{
border-color: #78479F;
}
</style>