Shades of Studio #78419C
Tints of Studio #78419C
RGB
CMYK
RGB Variations
Color information
#78419C (or 0x78419C) is known color: Studio. HEX triplet: 78, 41 and 9C. RGB value is (120,65,156). Sum of RGB (Red+Green+Blue) = 120+65+156=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #78419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78419C is #87BE63. Grayscale: #5B5B5B. Windows color (decimal): -8896100 or 10240376. OLE color: 10240376.
HSL color Cylindrical-coordinate representation of color #78419C: hue angle of 276.26º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78419C is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 65 | 156 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.39 |
| HSL | 276.26º | 0.41% | 0.43% | - |
| HSV(B) | 276.26º | 0.58% | 0.61% | - |
| XYZ | 15.64 | 10.17 | 32.59 | - |
| YUV | 91.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 156 | 0.23 | 0.58 | 0 | 0.39 | 276.26 | 0.41 | 0.43 |
| Hex | 78 | 41 | 9C | 17 | 3A | 0 | 27 | 114 | 29 | 2B |
| Octal | 170 | 101 | 234 | 27 | 72 | 0 | 47 | 424 | 51 | 53 |
| Binary | 1111000 | 1000001 | 10011100 | 10111 | 111010 | 0 | 100111 | 100010100 | 101001 | 101011 |
Color Harmonies of #78419C
Complementary color
Monochromatic Colors of #78419C
Black with #78419C
Text Example
Text Example
White with #78419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78419C; }
p { color: rgb(120,65,156); }
H1.HeaderClassName
{
color: #78419C;
}
.AnyTagClassName
{
color: #78419C;
}
</style>
background-color css
<style>
a { background-color: #78419C; }
a { background-color: rgb(120,65,156); }
div.DivClassName
{
background-color: #78419C;
}
.BgClassName
{
background-color: #78419C;
}
</style>
border-color css
<style>
span { border-color: #78419C; }
span { border-color: rgb(120,65,156); }
td.TdClassName
{
border-color: #78419C;
}
.TagClassName
{
border-color: #78419C;
}
</style>